Skip to content

Commit

Permalink
Update branding to 2.1.20 (#3299)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu authored Jun 10, 2020
1 parent ee9583f commit e66ce52
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.18</ExtensionsBaselineVersion>
<ExtensionsBaselineVersion>2.1.19</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.18">
<Baseline Version="2.1.19">
<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.19' ">
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.20' ">
<PackagesInPatch>
</PackagesInPatch>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion eng/tools/BaselineGenerator/BaselineGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<StartArguments>-s https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json</StartArguments>
<!-- StartArguments>-s https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json</StartArguments -->
<StartWorkingDirectory>$(MSBuildThisFileDirectory)../../</StartWorkingDirectory>
</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>19</PatchVersion>
<PatchVersion>20</PatchVersion>
<PreReleaseLabel>servicing</PreReleaseLabel>
<PreReleaseBrandingLabel></PreReleaseBrandingLabel>
<OfficialBuildId Condition="'$(OfficialBuildId)' == ''">$(BUILD_BUILDNUMBER)</OfficialBuildId>
Expand Down

0 comments on commit e66ce52

Please sign in to comment.