Skip to content

Commit b004871

Browse files
authored
Increment build version for 1.4-preview and 0.16-preview release. (#4158)
* Increment build version for 1.4-preview and 0.16-preview release. * PR feedback.
1 parent de36f6d commit b004871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/BranchInfo.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<MajorVersion>1</MajorVersion>
2828
<MinorVersion>4</MinorVersion>
2929
<PatchVersion>0</PatchVersion>
30-
<PreReleaseLabel>preview</PreReleaseLabel>
30+
<PreReleaseLabel>preview2</PreReleaseLabel>
3131
</PropertyGroup>
3232
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
3333
<MajorVersion>0</MajorVersion>
3434
<MinorVersion>16</MinorVersion>
3535
<PatchVersion>0</PatchVersion>
36-
<PreReleaseLabel>preview</PreReleaseLabel>
36+
<PreReleaseLabel>preview2</PreReleaseLabel>
3737
</PropertyGroup>
3838
</Project>

0 commit comments

Comments
 (0)