Skip to content

A sample of how easy it is to adopt Nerdbank.GitVersioning to solve your versioning problems

License

Notifications You must be signed in to change notification settings

fredeil/Nerdbank.GitVersioning-Sample

 
 

Repository files navigation

Nerdbank.GitVersioning-Sample

A sample of how easy it is to adopt Nerdbank.GitVersioning to solve your versioning problems. The sample also includes how to enable GitHub sourcelinking and how to build symbols. It also uses GitHub actions for building and deploying to GitHub packages registry.

Create the NuGet

Run the command

dotnet pack -c Release

The published NuGet package and its symbols will be under Artifacts/Release

Explore the NuGet

You can use https://github.com/NuGetPackageExplorer/NuGetPackageExplorer to explore the NuGet package.

Screenshot from NuGet package explorer

Build and deploy

This example also uses GitHub actions and GitHub packages. See ./.github/workflows for reference.

Useful links

About

A sample of how easy it is to adopt Nerdbank.GitVersioning to solve your versioning problems

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C# 100.0%