Skip to content

Commit d1e2eff

Browse files
committed
readme update
1 parent 57c41fa commit d1e2eff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# QAToolKit Engine Probes library
2-
[![Build .NET Library](https://github.com/qatoolkit/qatoolkit-engine-probes-net/workflows/.NET%20Core/badge.svg?branch=main)](https://github.com/qatoolkit/qatoolkit-engine-probes-net/actions)
2+
[![Build .NET Library](https://github.com/qatoolkit/qatoolkit-engine-probes-net/workflows/Build%20.NET%20Library/badge.svg)](https://github.com/qatoolkit/qatoolkit-engine-probes-net/actions)
33
[![CodeQL](https://github.com/qatoolkit/qatoolkit-engine-probes-net/workflows/CodeQL%20Analyze/badge.svg)](https://github.com/qatoolkit/qatoolkit-engine-probes-net/security/code-scanning)
44
[![Sonarcloud Quality gate](https://github.com/qatoolkit/qatoolkit-engine-probes-net/workflows/Sonarqube%20Analyze/badge.svg)](https://sonarcloud.io/dashboard?id=qatoolkit_qatoolkit-engine-probes-net)
55
[![NuGet package](https://img.shields.io/nuget/v/QAToolKit.Engine.Probes?label=QAToolKit.Engine.Probes)](https://www.nuget.org/packages/QAToolKit.Engine.Probes/)
6+
[![Discord](https://img.shields.io/discord/787220825127780354?color=%23267CB9&label=Discord%20chat)](https://discord.com/invite/tu3WDV5Z?utm_source=Discord%20Widget&utm_medium=Connect)
67

78
## Description
89
`QAToolKit.Engine.Probes` is a .NET Standard 2.1 library that contains network probes to test servers/services with protocols like HTTP, TCP, ICMP (Ping).
@@ -15,6 +16,10 @@ Then get the results and process them further depending on your needs.
1516

1617
Supported .NET frameworks and standards: `netstandard2.0`, `netstandard2.1`, `netcoreapp3.1`, `net5.0`
1718

19+
Get in touch with me on:
20+
21+
[![Discord](https://img.shields.io/discord/787220825127780354?color=%23267CB9&label=Discord%20chat)](https://discord.com/invite/tu3WDV5Z?utm_source=Discord%20Widget&utm_medium=Connect)
22+
1823
### 1. Ping Probes
1924

2025
A Ping Probe is an ICMP echo request that checks if a particular host is "alive" or that it can return the echo to us.

0 commit comments

Comments
 (0)