From 1d2a1b717aeccf3515ee37b6b7bd8f370e3d1d96 Mon Sep 17 00:00:00 2001 From: Sik Date: Wed, 21 Aug 2024 18:17:33 +0200 Subject: [PATCH] feat: updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 73752b9..4dd1784 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,18 @@ This repos contains tool classes in C# for multiple types of usage. ## Available packages * `FrApp42.System` - [Link](https://www.nuget.org/packages/FrApp42.System) + * Avake: Awake class from PowerToys * IsOnline: Ping a device with it's hostname or ip address to check if it's online * Shutdown: Shutdown a device through SMB with it's hostname or ip address. It only work for Windows devices. * WakeOnLan: Power on a device with it mac address. + * `FrApp42.Web` - [Link](https://www.nuget.org/packages/FrApp42.Web) * Request: Make API request for any of your C# projects. ⚠️ *SOAP requests are not supported.* ⚠️ +## Authors +* [AnthoDingo](https://github.com) +* [Sikelio](https://github.com) + ## Licence This project is under GPLv3 licence