We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa2df1 commit bad20f0Copy full SHA for bad20f0
Directory.Build.targets
@@ -2,7 +2,7 @@
2
3
<Target Name="Versioning" BeforeTargets="MinVer">
4
<PropertyGroup Label="Build">
5
- <MinVerDefaultPreReleasePhase>preview</MinVerDefaultPreReleasePhase>
+ <MinVerDefaultPreReleaseIdentifiers>preview.0</MinVerDefaultPreReleaseIdentifiers>
6
<!-- Tag your repository with the semantic version e.g. '1.0.0' to version all NuGet packages. If you have
7
multiple NuGet packages in your solution and want to version them separately, then uncomment this line
8
and tag your repository with the name of the package followed by the semantic version e.g.
0 commit comments