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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 125 12/3/2014
2.0.0 51 12/3/2014
1.1.0 76 11/29/2014
1.0.0 51 11/28/2014

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