Skip to content

isaveu/common

 
 

Repository files navigation

NanoByte.Common

NanoByte.Common provides utility classes, interfaces, controls, etc. with an emphasis on cross-platform development, OS integration and task progress UIs.

TeamCity Build status

NuGet packages:

API documentation

Directory structure

  • src contains source code.
  • lib contains pre-compiled 3rd party libraries which are not available via NuGet.
  • doc contains a Doxyfile project for generation the API documentation.
  • build contains the results of various compilation processes. It is created on first usage.

Building

  • You need to install Visual Studio 2017 and Zero Install to build this project.
  • The file VERSION contains the current version number of the project.
  • Run .\Set-Version.ps1 "X.Y.Z" in PowerShall to change the version number. This ensures that the version also gets set in other locations (e.g. .csproj files).
  • Run .\build.ps1 in PowerShell to build everything.

About

Utility classes, interfaces, controls, etc. with an emphasis on cross-platform development, OS integration and task progress UIs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%