SemanticGit 2.1.19

dotnet add package SemanticGit --version 2.1.19
NuGet\Install-Package SemanticGit -Version 2.1.19
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="SemanticGit" Version="2.1.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SemanticGit --version 2.1.19
#r "nuget: SemanticGit, 2.1.19"
#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 SemanticGit as a Cake Addin
#addin nuget:?package=SemanticGit&version=2.1.19

// Install SemanticGit as a Cake Tool
#tool nuget:?package=SemanticGit&version=2.1.19

Automatic AssemblyInfo generation, based on SemVer and Git tags.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.19 163 5/1/2015
2.1.18 78 3/3/2015
2.1.15 38 3/3/2015
2.1.9 56 3/2/2015
2.1.6 51 2/18/2015
2.1.4 275 1/30/2015
2.1.2 197 1/29/2015
2.1.1 116 1/7/2015
2.0.15 50 1/7/2015
2.0.13 111 12/11/2014
2.0.11 49 12/11/2014
2.0.10 49 12/11/2014
2.0.8 56 12/10/2014
2.0.7 700 11/12/2014
2.0.6 322 11/5/2014
2.0.5 80 10/20/2014
1.0.10 117 9/2/2014
1.0.9 57 9/2/2014
1.0.6 86 8/9/2014
1.0.5 61 8/9/2014
1.0.4 62 8/9/2014
1.0.3 63 8/9/2014
1.0.2 60 6/24/2014
1.0.1 54 6/24/2014
1.0.0 61 6/24/2014

Release Notes:

v2.0
* Added support for pre-release suffix on the semver git tag
* Simplified token replacement on format strings

v1.0

* Supports VB and C#.
* Supports formatting the AssemblyVersion, AssemblyFileVersion and AssemblyInformationalVersion.
* Automatically generate assembly information attributes on build, in the intermediate output path.