#12 Update to .NET Core Runtime 2.2.6 and SDK 2.2.108
Merged 4 years ago by rhea. Opened 4 years ago by omajid.
dotnet-sig/ omajid/dotnet-2-2 master  into  master

file modified
+7 -4
@@ -27,13 +27,13 @@ 

  

  %global simple_name dotnet

  

- %global host_version 2.2.5

- %global sdk_version 2.2.107

- %global runtime_version 2.2.5

+ %global host_version 2.2.6

+ %global sdk_version 2.2.108

+ %global runtime_version 2.2.6

  

  Name:           %{simple_name}2.2

  Version:        %{sdk_version}

- Release:        2%{?dist}

+ Release:        1%{?dist}

  Summary:        .NET Core CLI tools and runtime

  License:        MIT and ASL 2.0 and BSD

  URL:            https://github.com/dotnet/
@@ -312,6 +312,9 @@ 

  %{_libdir}/%{simple_name}/sdk/%{sdk_version}

  

  %changelog

+ * Tue Jul 09 2019 Omair Majid <omajid@redhat.com> - 2.2.108-1

+ - Update to .NET Core Runtime 2.2.6 and SDK 2.2.108

+ 

  * Fri May 17 2019 Omair Majid <omajid@redhat.com> - 2.2.107-2

  - Set DOTNET_ROOT in profile to make apphost lookup work

  

Metadata