EdCanHack.Versioner 2.0.1

dotnet add package EdCanHack.Versioner --version 2.0.1
NuGet\Install-Package EdCanHack.Versioner -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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
#r "nuget: EdCanHack.Versioner, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
2.0.1 4,664 12/3/2014
2.0.0 1,201 12/3/2014
1.1.0 1,998 11/29/2014
1.0.0 1,216 11/28/2014

Breaking change - replaced Version and Dependency readonly fields with auto-properties (retaining immutability).
     
     Added JSON.NET serialization attributes and converters.