|
14 | 14 | <PreReleaseVersionLabel>beta</PreReleaseVersionLabel> |
15 | 15 | <FSCoreMajorVersion>4.6</FSCoreMajorVersion> |
16 | 16 | <FSCorePackageVersion>$(FSCoreMajorVersion).2</FSCorePackageVersion> |
17 | | - <FSCoreVersion>$(FSCoreMajorVersion).0</FSCoreVersion> |
18 | | - <FSCoreVersion Condition="'$(OfficialBuildId)' == ''">$(FSCoreVersion).0</FSCoreVersion> |
19 | | - <!-- PR builds should specify a 4-part version number --> |
| 17 | + <FSCoreVersionPrefix>$(FSCoreMajorVersion).0</FSCoreVersionPrefix> |
| 18 | + <FSCoreVersion>$(FSCoreVersionPrefix).0</FSCoreVersion> |
| 19 | + </PropertyGroup> |
| 20 | + <PropertyGroup> |
20 | 21 | <FSPackageMajorVersion>10.4</FSPackageMajorVersion> |
21 | 22 | <FSPackageVersion>$(FSPackageMajorVersion).2</FSPackageVersion> |
22 | | - <FSProductVersion>$(FSPackageVersion)</FSProductVersion> |
23 | | - <FSProductVersion Condition="'$(OfficialBuildId)' == ''">$(FSProductVersion).0</FSProductVersion> |
24 | | - <!-- PR builds should specify a 4-part version number --> |
| 23 | + <FSProductVersionPrefix>$(FSPackageVersion)</FSProductVersionPrefix> |
| 24 | + <FSProductVersion>$(FSPackageVersion).0</FSProductVersion> |
| 25 | + </PropertyGroup> |
| 26 | + <PropertyGroup> |
25 | 27 | <VSMajorVersion>16</VSMajorVersion> |
26 | 28 | <VSMinorVersion>1</VSMinorVersion> |
27 | 29 | <VSGeneralVersion>$(VSMajorVersion).0</VSGeneralVersion> |
28 | | - <VSAssemblyVersion>$(VSMajorVersion).$(VSMinorVersion).0</VSAssemblyVersion> |
29 | | - <VSAssemblyVersion Condition="'$(OfficialBuildId)' == ''">$(VSAssemblyVersion).0</VSAssemblyVersion> |
30 | | - <!-- PR builds should specify a 4-part version number --> |
| 30 | + <VSAssemblyVersionPrefix>$(VSMajorVersion).$(VSMinorVersion).0</VSAssemblyVersionPrefix> |
| 31 | + <VSAssemblyVersion>$(VSAssemblyVersionPrefix).0</VSAssemblyVersion> |
31 | 32 | </PropertyGroup> |
32 | 33 | <!-- version number assignment --> |
33 | 34 | <PropertyGroup> |
34 | | - <VersionPrefix>$(FSCoreVersion)</VersionPrefix> |
| 35 | + <VersionPrefix>$(FSCoreVersionPrefix)</VersionPrefix> |
35 | 36 | <VersionPrefix Condition="'$(UseFSharpPackageVersion)' == 'true'">$(FSCorePackageVersion)</VersionPrefix> |
36 | | - <VersionPrefix Condition="'$(UseFSharpProductVersion)' == 'true'">$(FSProductVersion)</VersionPrefix> |
37 | | - <VersionPrefix Condition="'$(UseVsMicroBuildAssemblyVersion)' == 'true'">$(VSAssemblyVersion)</VersionPrefix> |
38 | | - <AssemblyVersion Condition="'$(OfficialBuildId)' == ''">$(VersionPrefix)</AssemblyVersion> |
| 37 | + <VersionPrefix Condition="'$(UseFSharpProductVersion)' == 'true'">$(FSProductVersionPrefix)</VersionPrefix> |
| 38 | + <VersionPrefix Condition="'$(UseVsMicroBuildAssemblyVersion)' == 'true'">$(VSAssemblyVersionPrefix)</VersionPrefix> |
| 39 | + <AssemblyVersion Condition="'$(OfficialBuildId)' == ''">$(VersionPrefix).0</AssemblyVersion> |
39 | 40 | <!-- PR builds should explicitly specify a version number --> |
40 | 41 | </PropertyGroup> |
41 | 42 | <PropertyGroup> |
|
0 commit comments