diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index d863fbf..c8a6a15 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 14%{?dist} +Release: 15%{?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.15 -export LatestPatchVersionForAspNetCoreAll2_1=2.1.15 +export LatestPatchVersionForAspNetCoreApp2_1=2.1.16 +export LatestPatchVersionForAspNetCoreAll2_1=2.1.16 EOF @@ -82,6 +82,10 @@ EOF %changelog +* Tue Mar 10 2020 Omair Majid - 2.1-15 +- Export environment variables to set ASP.NET Core versions to 2.1.16 +- Resolves: RHBZ#1799067 + * Mon Dec 23 2019 Omair Majid - 2.1-14 - Export environment variables to set ASP.NET Core versions to 2.1.15 - Resolves: RHBZ#1786178