Auto versioning with NB.GV

This commit is contained in:
Oren Novotny
2018-02-01 20:15:31 -05:00
parent 286d0e4c44
commit 47a7a4bcf1
4 changed files with 30 additions and 9 deletions

View File

@@ -9,9 +9,8 @@
<PackageProjectUrl>https://github.com/benaadams/Ben.Demystifier</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/benaadams/Ben.Demystifier/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<Version>0.0.7</Version>
<DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup>
@@ -19,6 +18,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="2.1.17" PrivateAssets="all" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.7.6" PrivateAssets="all" />
<PackageReference Include="System.Reflection.Metadata">
<Version>1.5.0</Version>
</PackageReference>