Skip to content

Commit c5a20f9

Browse files
authored
update branding to 6.0.1 (#61176)
1 parent 4822e3c commit c5a20f9

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

eng/Versions.props

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<Project>
22
<PropertyGroup>
33
<!-- The .NET product branding version -->
4-
<ProductVersion>6.0.0</ProductVersion>
4+
<ProductVersion>6.0.1</ProductVersion>
55
<!-- File version numbers -->
66
<MajorVersion>6</MajorVersion>
77
<MinorVersion>0</MinorVersion>
8-
<PatchVersion>0</PatchVersion>
8+
<PatchVersion>1</PatchVersion>
99
<SdkBandVersion>6.0.100</SdkBandVersion>
10-
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
11-
<PreReleaseVersionIteration>
12-
</PreReleaseVersionIteration>
10+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
11+
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
1312
<!-- Set assembly version to align with major and minor version,
1413
as for the patches and revisions should be manually updated per assembly if it is serviced. -->
1514
<AssemblyVersion>$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>
@@ -39,7 +38,7 @@
3938
-->
4039
<ItemGroup>
4140
<!-- Targeting packs are only patched in extreme cases. -->
42-
<ProjectServicingConfiguration Include="Microsoft.NETCore.App.Ref" PatchVersion="0" />
41+
<ProjectServicingConfiguration Include="Microsoft.NETCore.App.Ref" PatchVersion="1" />
4342
</ItemGroup>
4443
<PropertyGroup>
4544
<!-- For source generator support we need to target multiple versions of Rolsyn in order to be able to run on older versions of Roslyn -->

eng/packaging.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
'$(IsRIDSpecificProject)' == 'true') and
2525
'$(PreReleaseVersionLabel)' != 'servicing' and
2626
'$(GitHubRepositoryName)' != 'runtimelab'">true</GeneratePackageOnBuild>
27+
<GeneratePackageOnBuild Condition="'$(BuildAllConfigurations)' != 'true' and
28+
'$(IsRIDSpecificProject)' != 'true' and
29+
'$(PreReleaseVersionLabel)' == 'servicing' and
30+
'$(GitHubRepositoryName)' != 'runtimelab'">false</GeneratePackageOnBuild>
2731
<!-- Search for the documentation file in the intellisense package and otherwise pick up the generated one. -->
2832
<LibIntellisenseDocumentationFilePath>$(XmlDocFileRoot)1033\$(AssemblyName).xml</LibIntellisenseDocumentationFilePath>
2933
<UseIntellisenseDocumentationFile Condition="'$(UseIntellisenseDocumentationFile)' == '' and Exists('$(LibIntellisenseDocumentationFilePath)')">true</UseIntellisenseDocumentationFile>

src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/Microsoft.Internal.Runtime.AspNetCore.Transport.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<PackageDescription>Internal transport package to provide aspnetcore with the assemblies from dotnet/runtime that make up the Microsoft.AspNetCore.App shared framework.</PackageDescription>
1414
<!-- Reference elements are missing from the nuspec: https://github.com/NuGet/Home/issues/8684. -->
1515
<NoWarn>$(NoWarn);NU5131</NoWarn>
16+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
17+
<ServicingVersion>$(PatchVersion)</ServicingVersion>
1618
</PropertyGroup>
1719

1820
<ItemGroup>

src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/Microsoft.Internal.Runtime.WindowsDesktop.Transport.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<PackageDescription>Internal transport package to provide windowsdesktop with the assemblies from dotnet/runtime that make up the Microsoft.WindowsDesktop.App shared framework.</PackageDescription>
1414
<!-- Reference elements are missing from the nuspec: https://github.com/NuGet/Home/issues/8684. -->
1515
<NoWarn>$(NoWarn);NU5131</NoWarn>
16+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
17+
<ServicingVersion>$(PatchVersion)</ServicingVersion>
1618
</PropertyGroup>
1719

1820
<ItemGroup>

0 commit comments

Comments
 (0)