Skip to content

Commit 72783c3

Browse files
committed
Update branding to 3.0.1
- aspnet/AspNetCore-Internal#3153
1 parent 06ca2c4 commit 72783c3

File tree

3 files changed

+11
-59
lines changed

3 files changed

+11
-59
lines changed

Directory.Build.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
<Import Project="eng\Baseline.Designer.props" />
6060

6161
<PropertyGroup Condition=" '$(IsPackable)' != 'false' AND '$(AspNetCorePatchVersion)' != '0' ">
62+
<!--
63+
For now at least, build entire repo to settle the infrastructure and ignore out-of-date package baselines. May
64+
revisit after aspnet/AspNetCore#12702 is complete.
65+
-->
66+
<IsPackageInThisPatch
67+
Condition="'$(IsPackageInThisPatch)' == '' AND '$(IsServicingBuild)' == 'true' AND '$(StabilizePackageVersion)' != 'true'">true</IsPackageInThisPatch>
6268
<IsPackageInThisPatch Condition="'$(IsPackageInThisPatch)' == ''">$(PackagesInPatch.Contains(' $(PackageId);'))</IsPackageInThisPatch>
6369
</PropertyGroup>
6470

eng/PatchConfig.props

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This file contains a list of the package IDs which are patching in a given relea
44
55
CAUTION: due to limitations in MSBuild, the format of the PackagesInPatch property is picky.
66
When adding a new package, make sure the new line ends with a semicolon and starts with a space.
7-
Later on, this will be checked using this condition:
87
8+
Directory.Build.props checks this property using the following condition:
99
<IsPackageInThisPatch>$(PackagesInPatch.Contains(' $(PackageId);'))</IsPackageInThisPatch>
1010
-->
1111
<Project>
@@ -17,57 +17,4 @@ Later on, this will be checked using this condition:
1717
<PackagesInPatch>
1818
</PackagesInPatch>
1919
</PropertyGroup>
20-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.2' ">
21-
<PackagesInPatch>
22-
@aspnet/signalr;
23-
Microsoft.AspNetCore.AspNetCoreModuleV2;
24-
Microsoft.AspNetCore.Authentication.Google;
25-
Microsoft.AspNetCore.Http;
26-
Microsoft.AspNetCore.Mvc.Core;
27-
Microsoft.AspNetCore.Routing;
28-
Microsoft.AspNetCore.Server.IIS;
29-
java:signalr;
30-
</PackagesInPatch>
31-
</PropertyGroup>
32-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.3' ">
33-
<PackagesInPatch>
34-
</PackagesInPatch>
35-
</PropertyGroup>
36-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.4' ">
37-
<PackagesInPatch>
38-
@aspnet/signalr;
39-
Microsoft.AspNetCore.AspNetCoreModuleV2;
40-
</PackagesInPatch>
41-
</PropertyGroup>
42-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.5' ">
43-
<PackagesInPatch>
44-
Microsoft.AspNetCore.AspNetCoreModule;
45-
Microsoft.AspNetCore.AspNetCoreModuleV2;
46-
Microsoft.AspNetCore.Identity.UI;
47-
java:signalr;
48-
Microsoft.AspNetCore.SignalR.Protocols.MessagePack;
49-
Microsoft.AspNetCore.SignalR.Redis;
50-
Microsoft.AspNetCore.SignalR.StackExchangeRedis;
51-
Microsoft.AspNetCore.DataProtection.StackExchangeRedis;
52-
Microsoft.AspNetCore.Mvc.Core;
53-
Microsoft.AspNetCore.Mvc.RazorPages;
54-
Microsoft.AspNetCore.AzureAppServicesIntegration;
55-
Microsoft.AspNetCore.AzureAppServices.HostingStartup;
56-
Microsoft.AspNetCore.AzureAppServices.SiteExtension;
57-
</PackagesInPatch>
58-
</PropertyGroup>
59-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.6' ">
60-
<PackagesInPatch>
61-
Microsoft.AspNetCore.Mvc.Api.Analyzers;
62-
Microsoft.AspNetCore.Server.HttpSys;
63-
Microsoft.AspNetCore.Server.IIS;
64-
</PackagesInPatch>
65-
</PropertyGroup>
66-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.7' ">
67-
<PackagesInPatch>
68-
Microsoft.AspNetCore.DataProtection.AzureStorage;
69-
Microsoft.AspNetCore.Hosting;
70-
Microsoft.AspNetCore.SpaServices;
71-
</PackagesInPatch>
72-
</PropertyGroup>
7320
</Project>

eng/Versions.props

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@
88
<PropertyGroup Label="Version settings">
99
<AspNetCoreMajorVersion>3</AspNetCoreMajorVersion>
1010
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
11-
<AspNetCorePatchVersion>0</AspNetCorePatchVersion>
12-
<PreReleasePreviewNumber>2</PreReleasePreviewNumber>
11+
<AspNetCorePatchVersion>1</AspNetCorePatchVersion>
1312

1413
<!--
1514
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1615
-->
17-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
16+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
1817
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1918

2019
<IncludePreReleaseLabelInPackageVersion>true</IncludePreReleaseLabelInPackageVersion>
2120
<IncludePreReleaseLabelInPackageVersion Condition=" '$(DotNetFinalVersionKind)' == 'release' ">false</IncludePreReleaseLabelInPackageVersion>
22-
<PreReleaseVersionLabel>rc$(PreReleasePreviewNumber)</PreReleaseVersionLabel>
23-
<PreReleaseBrandingLabel>Release Candidate $(PreReleasePreviewNumber)</PreReleaseBrandingLabel>
21+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
22+
<PreReleaseBrandingLabel>Servicing</PreReleaseBrandingLabel>
2423
<!-- Blazor Client packages will not RTM with 3.0 -->
2524
<BlazorClientPreReleasePreviewNumber>9</BlazorClientPreReleasePreviewNumber>
2625
<BlazorClientPreReleaseVersionLabel>preview$(BlazorClientPreReleasePreviewNumber)</BlazorClientPreReleaseVersionLabel>

0 commit comments

Comments
 (0)