|
5 | 5 | <LangVersion>latest</LangVersion>
|
6 | 6 | <MajorVersion>4</MajorVersion>
|
7 | 7 | <MinorVersion>16</MinorVersion>
|
8 |
| - <PatchVersion>0</PatchVersion> |
| 8 | + <PatchVersion>1</PatchVersion> |
9 | 9 | <BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
|
10 |
| - <PreviewVersion></PreviewVersion> |
11 |
| - |
| 10 | + <PreviewVersion></PreviewVersion> |
| 11 | + |
12 | 12 | <!-- During previews, always generate this suffix, even for official releases -->
|
13 | 13 | <_VersionSuffix Condition="'$(PreviewVersion)' != ''">-preview.$(PreviewVersion).$(BuildNumber)</_VersionSuffix>
|
14 | 14 | <!-- Otherwise, use the suffix directly, adding a '-' -->
|
15 | 15 | <_VersionSuffix Condition="'$(PreviewVersion)' == '' and '$(VersionSuffix)' != ''">-$(VersionSuffix)</_VersionSuffix>
|
16 |
| - |
| 16 | + |
17 | 17 | <VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
|
18 | 18 | <Version>$(VersionPrefix)$(_VersionSuffix)</Version>
|
19 | 19 | <AssemblyVersion>$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>
|
|
24 | 24 |
|
25 | 25 | <ContinuousIntegrationBuild Condition="'$(TF_BUILD)' == 'true'">true</ContinuousIntegrationBuild>
|
26 | 26 | <DebugType>embedded</DebugType>
|
27 |
| - <GenerateRuntimeConfigDevFile>true</GenerateRuntimeConfigDevFile><!-- https://github.com/dotnet/runtime/issues/54684 --> |
28 |
| - <DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports> |
| 27 | + <GenerateRuntimeConfigDevFile>true</GenerateRuntimeConfigDevFile> |
| 28 | + <!-- https://github.com/dotnet/runtime/issues/54684 --> |
| 29 | + <DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports> |
29 | 30 | </PropertyGroup>
|
30 | 31 |
|
31 | 32 | <Target Name="EchoVersion">
|
32 |
| - <Message Importance="high" Text="$(Version)" /> |
| 33 | + <Message Importance="high" Text="$(Version)" /> |
33 | 34 | </Target>
|
34 | 35 |
|
35 | 36 | <ItemGroup>
|
36 | 37 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
|
37 | 38 | </ItemGroup>
|
38 |
| - |
| 39 | + |
39 | 40 | <ItemGroup>
|
40 | 41 | <AdditionalFiles Include="$(MSBuildThisFileDirectory)..\stylecop.json" Link="stylecop.json" />
|
41 | 42 | </ItemGroup>
|
|
0 commit comments