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.
<PackageVersion Include="EdCanHack.Versioner" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="EdCanHack.Versioner" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=EdCanHack.Versioner&version=2.0.1
                    
Install EdCanHack.Versioner as a Cake Addin
#tool nuget:?package=EdCanHack.Versioner&version=2.0.1
                    
Install EdCanHack.Versioner as a Cake Tool

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 127 12/3/2014
2.0.0 53 12/3/2014
1.1.0 78 11/29/2014
1.0.0 53 11/28/2014

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