File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 99 </ItemGroup >
1010
1111 <PropertyGroup Label =" Nuget" >
12- <Version >1.2.0</Version >
1312 <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
1413 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1514 <Authors >Oscore</Authors >
2524 <None Include =" $(MSBuildThisFileDirectory)../../README.md" Pack =" true" PackagePath =" \" Visible =" false" />
2625 </ItemGroup >
2726
27+ <PropertyGroup Label =" Versioning" >
28+ <MinVerTagPrefix >v</MinVerTagPrefix >
29+ <MinVerDefaultPreReleaseIdentifiers >dev</MinVerDefaultPreReleaseIdentifiers >
30+ </PropertyGroup >
31+
32+ <ItemGroup Label =" Versioning" >
33+ <PackageReference Include =" MinVer" Version =" 5.0.0" >
34+ <PrivateAssets >all</PrivateAssets >
35+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
36+ </PackageReference >
37+ </ItemGroup >
38+
2839 <ItemGroup Label =" Source Link" >
2940 <PackageReference Include =" DotNet.ReproducibleBuilds" Version =" 1.2.25" >
3041 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments