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 9caafb0 commit 3663320Copy full SHA for 3663320
build/BranchInfo.props
@@ -21,14 +21,14 @@
21
<IsStableProject Condition="'$(UseStableVersionForNativeAssets)' == 'true'">true</IsStableProject>
22
</PropertyGroup>
23
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
24
- <MajorVersion>0</MajorVersion>
25
- <MinorVersion>12</MinorVersion>
+ <MajorVersion>1</MajorVersion>
+ <MinorVersion>1</MinorVersion>
26
<PatchVersion>0</PatchVersion>
27
<PreReleaseLabel>preview</PreReleaseLabel>
28
29
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
30
<MajorVersion>0</MajorVersion>
31
+ <MinorVersion>13</MinorVersion>
32
33
34
0 commit comments