Skip to content

Commit

Permalink
Update branding to 2.1.10
Browse files Browse the repository at this point in the history
- reorder PatchConfig.props while adding 2.1.10 section
- need the latest baseline even though Extensions wasn't included
  • Loading branch information
dougbu committed Mar 14, 2019
1 parent 46aa691 commit d6a8450
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 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.6</ExtensionsBaselineVersion>
<ExtensionsBaselineVersion>2.1.9</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.6">
<Baseline Version="2.1.9">
<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
11 changes: 8 additions & 3 deletions eng/PatchConfig.props
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<Project>

<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.6' ">
<PackagesInPatch>
Microsoft.Extensions.ObjectPool;
Microsoft.Extensions.Primitives;
</PackagesInPatch>
</PropertyGroup>

<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.7' ">
<PackagesInPatch>
</PackagesInPatch>
</PropertyGroup>

<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.6' ">
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.10' ">
<PackagesInPatch>
Microsoft.Extensions.ObjectPool;
Microsoft.Extensions.Primitives;
</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>7</PatchVersion>
<PatchVersion>10</PatchVersion>
<PreReleaseLabel>servicing</PreReleaseLabel>
<PreReleaseBrandingLabel></PreReleaseBrandingLabel>
<OfficialBuildId Condition="'$(OfficialBuildId)' == ''">$(BUILD_BUILDNUMBER)</OfficialBuildId>
Expand Down

0 comments on commit d6a8450

Please sign in to comment.