common icon indicating copy to clipboard operation
common copied to clipboard

Add support for Nerdbank.GitVersioning

Open juchom opened this issue 4 years ago • 0 comments

Don't forget to add this to your csproj:

  <ItemGroup>
    <PackageReference Include="nbgv" Version="3.0.26">
      <ExcludeAssets>all</ExcludeAssets>
    </PackageReference>
  </ItemGroup>

If you need a repo with nbgv configured you can use this ones: https://github.com/StackExchange/Dapper https://github.com/StackExchange/StackExchange.Redis https://github.com/Humanizr/Humanizer

juchom avatar Oct 21 '19 17:10 juchom