We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1d3a4 commit 541d268Copy full SHA for 541d268
build/BranchInfo.props
@@ -25,13 +25,13 @@
25
</PropertyGroup>
26
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
27
<MajorVersion>1</MajorVersion>
28
- <MinorVersion>2</MinorVersion>
+ <MinorVersion>3</MinorVersion>
29
<PatchVersion>0</PatchVersion>
30
<PreReleaseLabel>preview</PreReleaseLabel>
31
32
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
33
<MajorVersion>0</MajorVersion>
34
- <MinorVersion>14</MinorVersion>
+ <MinorVersion>15</MinorVersion>
35
36
37
0 commit comments