Provides MSBuild properties and targets that automatically enable static analysis tools, NuGet packaging, documentation generation and local deployment. No configuration necessary.
Adds MSBuild targets to C# projects that rewrite the AssemblyVersion and AssemblyFileVersion values depending on the most recent GitFlow "release-{version}" branch found.
Also writes the Full SemVer version into the environment variable "CI_Version" so tools in a build pipeline can pick up the...
More information
Adds MSBuild targets to C# projects that rewrite "version" tag of the $(ProjectName).nuspec file found at the root of the project's directory, using the most recent version from the VSpec.json file also located at the root of the project.