Skip to content

Commit c2fa1e5

Browse files
authored
Bump 10.0.0-preview.1 (#1543)
1 parent 4ddf50c commit c2fa1e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tool/builder.versions.settings.targets

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project>
22
<!-- Set the version number: major, minor, build and release (i.e. alpha, beta or blank for RTM)-->
33
<PropertyGroup>
4-
<VersionMajor Condition="'$(VersionMajor)' == ''">9</VersionMajor>
5-
<VersionMinor Condition="'$(VersionMinor)' == ''">4</VersionMinor>
6-
<VersionBuild Condition="'$(VersionBuild)' == ''">1</VersionBuild>
7-
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
4+
<VersionMajor Condition="'$(VersionMajor)' == ''">10</VersionMajor>
5+
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
6+
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
7+
<VersionRelease Condition="'$(VersionRelease)' == ''">preview.1</VersionRelease>
88
</PropertyGroup>
99

1010
<!-- For NuGet Package Dependencies -->

0 commit comments

Comments
 (0)