Skip to content

Commit 45dba6b

Browse files
authored
Version bump prep for release 251114.1 (#2239)
1 parent e706f07 commit 45dba6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dotnet/nuget/nuget-package.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<!-- Central version prefix - applies to all nuget packages. -->
44
<VersionPrefix>1.0.0</VersionPrefix>
5-
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix).251113.1</PackageVersion>
6-
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)-preview.251113.1</PackageVersion>
7-
<GitTag>1.0.0-preview.251113.1</GitTag>
5+
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix).251114.1</PackageVersion>
6+
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)-preview.251114.1</PackageVersion>
7+
<GitTag>1.0.0-preview.251114.1</GitTag>
88

99
<Configurations>Debug;Release;Publish</Configurations>
1010
<IsPackable>true</IsPackable>

0 commit comments

Comments
 (0)