diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index 1281c48..12ee270 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Package that installs %scl License: MIT @@ -67,8 +67,8 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=true # Set the latest versions of ASP.NET Core packages to be picked up when # building using the older SDKS -export LatestPatchVersionForAspNetCoreApp2_1=2.1.10 -export LatestPatchVersionForAspNetCoreAll2_1=2.1.10 +export LatestPatchVersionForAspNetCoreApp2_1=2.1.11 +export LatestPatchVersionForAspNetCoreAll2_1=2.1.11 EOF @@ -82,6 +82,10 @@ EOF %changelog +* Wed May 01 2019 Omair Majid - 2.1-10 +- Export environment variables to set ASP.NET Core versions to 2.1.11 +- Resolves: RHBZ#1705147 + * Wed Apr 03 2019 Omair Majid - 2.1-9 - Export environment variables to set ASP.NET Core versions to 2.1.10 - Resolves: RHBZ#1695688