|
7 | 7 | <PropertyGroup> |
8 | 8 | <VersionMajor>9</VersionMajor> |
9 | 9 | <VersionMinor>0</VersionMinor> |
10 | | - <VersionSDKMinor>1</VersionSDKMinor> |
| 10 | + <VersionSDKMinor>2</VersionSDKMinor> |
11 | 11 | <!-- Use the feature version for each monthly servicng release --> |
12 | 12 | <!-- Use the patch version for intra-monthly releases and hotfixes --> |
13 | | - <VersionFeature>03</VersionFeature> |
| 13 | + <VersionFeature>00</VersionFeature> |
14 | 14 | <VersionPatch>0</VersionPatch> |
15 | 15 | <!-- Enable to remove prerelease label. --> |
16 | 16 | <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion> |
17 | 17 | <PreReleaseVersionLabel>servicing</PreReleaseVersionLabel> |
18 | 18 | <PreReleaseVersionIteration Condition="'$(StabilizePackageVersion)' != 'true'"> |
19 | 19 | </PreReleaseVersionIteration> |
20 | 20 | </PropertyGroup> |
21 | | - <PropertyGroup Condition="'$(FeatureBand)' == '9.0.200'"> |
22 | | - <VersionSDKMinor>2</VersionSDKMinor> |
23 | | - <VersionFeature>00</VersionFeature> |
24 | | - <VersionPatch>0</VersionPatch> |
25 | | - </PropertyGroup> |
26 | | - <PropertyGroup Condition="'$(FeatureBand)' == '9.0.300'"> |
27 | | - <VersionSDKMinor>3</VersionSDKMinor> |
28 | | - <VersionFeature>00</VersionFeature> |
29 | | - <VersionPatch>0</VersionPatch> |
30 | | - <StabilizePackageVersion>false</StabilizePackageVersion> |
31 | | - <!-- Calculate prerelease label |
32 | | - Use preview and prerelease version 0 for SDK feature band previews |
33 | | - Use preview and the matching SDK preview version for Major version previews --> |
34 | | - <PreReleaseVersionLabel>preview</PreReleaseVersionLabel> |
35 | | - <PreReleaseVersionIteration Condition="'$(StabilizePackageVersion)' != 'true'">0</PreReleaseVersionIteration> |
36 | | - </PropertyGroup> |
37 | 21 | <PropertyGroup> |
38 | 22 | <VersionPrefix>$(VersionMajor).$(VersionSDKMinor)$(VersionFeature).$(VersionPatch)</VersionPrefix> |
39 | 23 | <!-- Use three part version for the workloads version and include in the readme if it's the .0 release or a preview --> |
|
0 commit comments