From 3f6160a8f2150bb115f550a9a154eac888b3bcd4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 11 2019 10:18:37 +0000 Subject: import rh-dotnet22-2.2-5.el7 --- diff --git a/SPECS/rh-dotnet22.spec b/SPECS/rh-dotnet22.spec index 48d2827..2c013b1 100644 --- a/SPECS/rh-dotnet22.spec +++ b/SPECS/rh-dotnet22.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.2 -Release: 4%{?dist} +Release: 5%{?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_2=2.2.3 -export LatestPatchVersionForAspNetCoreAll2_2=2.2.3 +export LatestPatchVersionForAspNetCoreApp2_2=2.2.4 +export LatestPatchVersionForAspNetCoreAll2_2=2.2.4 EOF @@ -82,6 +82,10 @@ EOF %changelog +* Fri Apr 05 2019 Omair Majid - 2.2-5 +- Export environment variables to set ASP.NET Core versions to 2.2.4 +- Resolves: RHBZ#1696779 + * Wed Mar 06 2019 Omair Majid - 2.2-4 - Export environment variables to set ASP.NET Core versions to 2.2.3 - Resolves: RHBZ#1685718