diff --git a/Logo.png b/Logo.png index 4f535d5..07d52e1 100644 Binary files a/Logo.png and b/Logo.png differ 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 diff --git a/System/System.csproj b/System/System.csproj index 891c8e4..89d2bce 100644 --- a/System/System.csproj +++ b/System/System.csproj @@ -19,7 +19,7 @@ True README.md FrenchyApps42 - Logo.png + logo.png 1.0.2 1.0.2 Implement Awake from Microsoft Powertoys @@ -31,7 +31,7 @@ True \ - + True \ diff --git a/Web/Web.csproj b/Web/Web.csproj index 783dc44..238166c 100644 --- a/Web/Web.csproj +++ b/Web/Web.csproj @@ -19,8 +19,8 @@ True README.md FrenchyApps42 - Logo.png - 1.0.1 + logo.png + 1.1.0 @@ -28,7 +28,7 @@ True \ - + True \