diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index 5b038c3..0f2c22d 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 17%{?dist} +Release: 18%{?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.18 -export LatestPatchVersionForAspNetCoreAll2_1=2.1.18 +export LatestPatchVersionForAspNetCoreApp2_1=2.1.19 +export LatestPatchVersionForAspNetCoreAll2_1=2.1.19 EOF @@ -82,6 +82,10 @@ EOF %changelog +* Thu Jun 04 2020 Omair Majid - 2.1-18 +- Export environment variables to set ASP.NET Core versions to 2.1.19 +- Resolves: RHBZ#1843671 + * Mon Apr 27 2020 Omair Majid - 2.1-17 - Export environment variables to set ASP.NET Core versions to 2.1.18 - Resolves: RHBZ#1828391