From 260ed6c5528510d8536edc22edef2cae4eddff14 Mon Sep 17 00:00:00 2001 From: Holly Muenchow Date: Wed, 30 May 2018 14:35:47 -0700 Subject: [PATCH] Added release notes for 6.1.5 --- releases/UWP/net-native2.1/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releases/UWP/net-native2.1/README.md b/releases/UWP/net-native2.1/README.md index 531c7b0..48f928f 100644 --- a/releases/UWP/net-native2.1/README.md +++ b/releases/UWP/net-native2.1/README.md @@ -4,6 +4,9 @@ You can see what was included in each .NET Native 2.1 ([Microsoft.NETCore.Univer When using Visual Studio these packages require Visual Studio 2017 Version 15.7 or later. +### UWP 6.1.5 (.NET native tools 2.1.8) (May 30th, 2018) +- Updates NETStandard.Library reference from version 2.0.2 to 2.0.3 to fix [UWP reference additional NetStandard dll after 15.7](https://developercommunity.visualstudio.com/content/problem/251571/uwp-reference-additional-netstandard-dll-after-157.html) and [After installing ..., a lot of warnings occur](https://github.com/dotnet/standard/issues/708) + ### UWP 6.1.4 (.NET native tools 2.1.8) (May 7th, 2018) - Adds support for [Optional packages with executable code](https://docs.microsoft.com/en-us/windows/uwp/packaging/optional-packages-with-executable-code) - Fixes multiple errors caused by low memory issues when compiling .NET native apps [521825, 574099, 574102]