Skip to content

Commit 541d268

Browse files
authored
Increment build version to 1.3 for release and 0.15 for preview. (#3956)
1 parent 1c1d3a4 commit 541d268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/BranchInfo.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
</PropertyGroup>
2626
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
2727
<MajorVersion>1</MajorVersion>
28-
<MinorVersion>2</MinorVersion>
28+
<MinorVersion>3</MinorVersion>
2929
<PatchVersion>0</PatchVersion>
3030
<PreReleaseLabel>preview</PreReleaseLabel>
3131
</PropertyGroup>
3232
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
3333
<MajorVersion>0</MajorVersion>
34-
<MinorVersion>14</MinorVersion>
34+
<MinorVersion>15</MinorVersion>
3535
<PatchVersion>0</PatchVersion>
3636
<PreReleaseLabel>preview</PreReleaseLabel>
3737
</PropertyGroup>

0 commit comments

Comments
 (0)