NoeticTools.Git2SemVer.Tool
1.0.2
dotnet tool install --global NoeticTools.Git2SemVer.Tool --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local NoeticTools.Git2SemVer.Tool --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NoeticTools.Git2SemVer.Tool&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package NoeticTools.Git2SemVer.Tool --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Git2SemVer.Tool
Git2SemVer.Tool is a dotnet tool used to setup Git2SemVer solution versioning in a .NET solution.
Go to documentation for more information.
To run, first install:
dotnet tool install --global NoeticTools.Git2SemVer.Tool
Then, in the solution's directory, run:
Git2SemVer add
You will be prompted with a few options and then it is done.
- No extra build steps
- No build scripts
- No change to build system
- No extra build environment tools
- Automatic versioning of developer and build system builds in both Visual Studio and donet CLI builds
Just works. The versioning it is fully customisable, see Git2SemVer.
NOTE
Git2SemVer.Tool is only required for solution setup. It is not required at compile time and does not need to become part of the development environment.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.