Dorssel.GitVersion.MsBuild
1.1.1
dotnet add package Dorssel.GitVersion.MsBuild --version 1.1.1
NuGet\Install-Package Dorssel.GitVersion.MsBuild -Version 1.1.1
<PackageReference Include="Dorssel.GitVersion.MsBuild" Version="1.1.1" />
<PackageVersion Include="Dorssel.GitVersion.MsBuild" Version="1.1.1" />
<PackageReference Include="Dorssel.GitVersion.MsBuild" />
paket add Dorssel.GitVersion.MsBuild --version 1.1.1
#r "nuget: Dorssel.GitVersion.MsBuild, 1.1.1"
#addin nuget:?package=Dorssel.GitVersion.MsBuild&version=1.1.1
#tool nuget:?package=Dorssel.GitVersion.MsBuild&version=1.1.1
GitVersion.MsBuild (netstandard2.0)
Why
This package is an alternative to the original GitVersion.MsBuild, which since version 6 no longer supports Visual Studio. This alternative does support Visual Studio.
When
If you are using GitVersion.MsBuild version 6+ and Visual Studio, then you may want to use this package instead of the original.
What
Currently, this package is not (yet) a full replacement. I implemented only the features I required for my own projects. However, it is really easy to extend it; I see no reason why this could not be a full replacement for all use cases.
What NOT
Just create an issue if you require one of the following features, which are currently not supported:
- VB, F# (currently only C# is supported)
UpdateAssemblyInfo
(this is not required for modern SDK style projects)
How
Update the following reference:
-<PackageReference Include="GitVersion.MsBuild" PrivateAssets="all" />
+<PackageReference Include="Dorssel.GitVersion.MsBuild" PrivateAssets="all" />
Add the GitVersion CLI tool to your solution:
dotnet tool install GitVersion.Tool
All done!
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Dorssel.GitVersion.MsBuild:
Repository | Stars |
---|---|
dorssel/usbipd-win
Windows software for sharing locally connected USB devices to other machines, including Hyper-V guests and WSL 2.
|