Skip to content

Commit

Permalink
Update branding to 2.1.23 (#3509)
Browse files Browse the repository at this point in the history
- dotnet/aspnetcore-internal#3676
- do actual branding and prepare for 2.1.23 patches, if any
- update package baselines from 2.1.22
  • Loading branch information
dougbu authored Sep 9, 2020
1 parent 8aa1789 commit 280e013
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/Baseline.Designer.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<ExtensionsBaselineVersion>2.1.21</ExtensionsBaselineVersion>
<ExtensionsBaselineVersion>2.1.22</ExtensionsBaselineVersion>
</PropertyGroup>
<!-- Package: Microsoft.Extensions.Caching.Abstractions-->
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Caching.Abstractions' ">
Expand Down
2 changes: 1 addition & 1 deletion eng/Baseline.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Baseline Version="2.1.21">
<Baseline Version="2.1.22">
<Package Id="Microsoft.Extensions.Caching.Abstractions" Version="2.1.2" />
<Package Id="Microsoft.Extensions.Caching.Memory" Version="2.1.2" />
<Package Id="Microsoft.Extensions.Caching.Redis" Version="2.1.2" />
Expand Down
2 changes: 1 addition & 1 deletion eng/PatchConfig.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Microsoft.Extensions.Configuration.Binder;
</PackagesInPatch>
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.22' ">
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.23' ">
<PackagesInPatch>
</PackagesInPatch>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<MajorVersion>2</MajorVersion>
<MinorVersion>1</MinorVersion>
<PatchVersion>22</PatchVersion>
<PatchVersion>23</PatchVersion>
<PreReleaseLabel>servicing</PreReleaseLabel>
<PreReleaseBrandingLabel></PreReleaseBrandingLabel>
<OfficialBuildId Condition="'$(OfficialBuildId)' == ''">$(BUILD_BUILDNUMBER)</OfficialBuildId>
Expand Down

0 comments on commit 280e013

Please sign in to comment.