EdCanHack.Versioner
2.0.1
dotnet add package EdCanHack.Versioner --version 2.0.1
NuGet\Install-Package EdCanHack.Versioner -Version 2.0.1
<PackageReference Include="EdCanHack.Versioner" Version="2.0.1" />
paket add EdCanHack.Versioner --version 2.0.1
#r "nuget: EdCanHack.Versioner, 2.0.1"
// Install EdCanHack.Versioner as a Cake Addin #addin nuget:?package=EdCanHack.Versioner&version=2.0.1 // Install EdCanHack.Versioner as a Cake Tool #tool nuget:?package=EdCanHack.Versioner&version=2.0.1
Versioner is a utility library to provide the notion of versions and dependencies for .NET applications and to implement common operations atop them.
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 6.0.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EdCanHack.Versioner:
Package | Downloads |
---|---|
EdCanHack.Exor.Compiler
Exor.Compiler is a runtime compiler and ExtensionLoader factory. Intended for runtime compilation of game scripts written in C#, Exor.Compiler allows a game to pack "loose" .cs files and compile them for inclusion in the game's ExtensionLoader. Using Exor.Compiler on desktops, where CSharpCodeProvider is available, allows you (and your community) to trivially extend your projects. At the same time, the same code used in the dynamic loader on desktops can be added statically for platforms such as iOS where dynamic code loading isn't allowed--making mods on desktops easy without making life harder when you need to port to iOS, XBox One, or the PlayStation 4. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Breaking change - replaced Version and Dependency readonly fields with auto-properties (retaining immutability).
Added JSON.NET serialization attributes and converters.