We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb2514 commit 29af002Copy full SHA for 29af002
1 file changed
dotnet/nuget/nuget-package.props
@@ -2,9 +2,9 @@
2
<PropertyGroup>
3
<!-- Central version prefix - applies to all nuget packages. -->
4
<VersionPrefix>1.0.0</VersionPrefix>
5
- <PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix).260205.1</PackageVersion>
6
- <PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)-preview.260205.1</PackageVersion>
7
- <GitTag>1.0.0-preview.260205.1</GitTag>
+ <PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix).260209.1</PackageVersion>
+ <PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)-preview.260209.1</PackageVersion>
+ <GitTag>1.0.0-preview.260209.1</GitTag>
8
9
<Configurations>Debug;Release;Publish</Configurations>
10
<IsPackable>true</IsPackable>
0 commit comments