We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a9595 commit d518b58Copy full SHA for d518b58
build/BranchInfo.props
@@ -22,13 +22,13 @@
22
</PropertyGroup>
23
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
24
<MajorVersion>1</MajorVersion>
25
- <MinorVersion>1</MinorVersion>
+ <MinorVersion>3</MinorVersion>
26
<PatchVersion>0</PatchVersion>
27
<PreReleaseLabel>preview</PreReleaseLabel>
28
29
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
30
<MajorVersion>0</MajorVersion>
31
- <MinorVersion>14</MinorVersion>
+ <MinorVersion>15</MinorVersion>
32
33
34
0 commit comments