Skip to content

Commit 7fe7e17

Browse files
authored
Update README.md
1 parent 3e1529a commit 7fe7e17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ The most straightforward way to use GmodNET Version Tool with .NET projects is t
4646

4747
[GmodNET.VersionTool.MSBuild](https://www.nuget.org/packages/GmodNET.VersionTool.MSBuild/) will automatically generate version number and set `Version` and `PackageVersion` properties for each build.
4848

49+
[GmodNET.VersionTool.SourceGenerator](https://www.nuget.org/packages/GmodNET.VersionTool.SourceGenerator/) is a C# Source Generator,
50+
which provides functionality similar to [GmodNET.VersionTool.MSBuild](https://www.nuget.org/packages/GmodNET.VersionTool.MSBuild/),
51+
but embeds build version information directly as C# code.
52+
4953
There is a cross-platform [.NET command line tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools) implementation of GmodNET Version Tool: [GmodNET.VersionTool](https://www.nuget.org/packages/GmodNET.VersionTool/). It can be used from shell or any other build systems like make, cmake, etc.
5054

5155
[GmodNET.VersioTool.Core](https://www.nuget.org/packages/GmodNET.VersionTool.Core/) is a NuGet package containing .NET Standard 2.0 class library which can be used to generate version numbers from other .NET applications.

0 commit comments

Comments
 (0)