- Features
- Download
- Changelog
- Documentation
- How to contribute, add a translation, write documentation or report a bug?
- List of contributors
- How to report a security vulnerability?
Requirements
- SDK .NET 6.x
- Visual Studio 2019 or later with
.NET desktop development
andUniversal Windows Platform development
Optional
- InnoSetup (if you want to create an installer)
- Download
ChineseSimplified.isl
andChineseTraditional.isl
from the official repo and place them in the language folder of InnoSetup
- Download
Build
- Clone or download the repository:
git clone https://github.com/BornToBeRoot/NETworkManager
- Run the
.\build.ps1
script with PowerShell to compile the solution and create a portable and a setup version (or open the fileSource/NETworkManager.sln
in Visual Studio to debug or build the solution)
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.