Automatic nuget library versioning using semver2.0 and conventional commits
Build server | Platform | SDK Version | Build status |
---|---|---|---|
AppVeyor | Windows | ? | |
Travis | Linux / OS X | 2.1.503 |
Name | Version | Framework |
---|---|---|
dotnet-calcver |
netcoreapp2.1 |
|
Calcver |
netstandard2.0 |
|
Calcver.Git |
netstandard2.0 |
|
Calcver.Git.MsBuild |
- | - |
$ dotnet tool install -g dotnet-calcver
You can invoke the tool using the following command: dotnet-calcver
Tool 'dotnet-calcver' (version 'x.x.x') was successfully installed.
$ dotnet add package Calcver.Git.MsBuild
Writing C:\...\Temp\tmp5FDB.tmp
info : Adding PackageReference for package 'Calcver.Git.MsBuild' into project '...'.
...
log : Restore completed in 2.33 sec for ...csproj.
WIP