EdCanHack.Versioner
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.
Install-Package EdCanHack.Versioner -Version 2.0.1
dotnet add package EdCanHack.Versioner --version 2.0.1
<PackageReference Include="EdCanHack.Versioner" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EdCanHack.Versioner --version 2.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Breaking change - replaced Version and Dependency readonly fields with auto-properties (retaining immutability).
Added JSON.NET serialization attributes and converters.
Dependencies
-
- Newtonsoft.Json (>= 6.0.6)
Used By
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.