We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$(PackageVersionSuffix)
1 parent 975f894 commit 68ea438Copy full SHA for 68ea438
Directory.Build.targets
@@ -10,7 +10,7 @@
10
<Target Name="SetVersion" BeforeTargets="GetAssemblyVersion;GetPackageVersion;GenerateNuspec" DependsOnTargets="GitVersion">
11
<PropertyGroup>
12
<Version>$(GitSemVerMajor).$(GitSemVerMinor).$(GitSemVerPatch)</Version>
13
- <PackageVersion>$(Version)</PackageVersion>
+ <PackageVersion>$(Version)$(PackageVersionSuffix)</PackageVersion>
14
<InformationalVersion>$(Version); git-rev-head:$(GitCommit); git-branch:$(GitBranch)</InformationalVersion>
15
</PropertyGroup>
16
</Target>
0 commit comments