- Download
- Changelog
- Documentation
- How to contribute or report an issue?
- List of contributors
- How to report a security vulnerability?
Requirements
- SDK .NET 5.0
- Visual Studio with
.NET desktop development
andUniversal Windows Platform development
Optional
- InnoSetup (if you want to create an installer)
Steps
- Clone or download the repository
- Run the
.\build.ps1
script with PowerShell (alternatively open theSource/NETworkManager.sln
in Visual Studio)
You can also copy & paste this command in your PowerShell console 😄
git clone https://github.com/BornToBeRoot/NETworkManager; Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; .\NETworkManager\build.ps1
This project has adopted the code of conduct defined by the Contributor Covenant.
NETworkManager is published under the GNU General Public License v3. The licenses of the used libraries can be found here.