Added release notes for 6.1.5

pull/775/head
Holly Muenchow 2018-05-30 14:35:47 -07:00 committed by GitHub
parent 97d0ba433f
commit 260ed6c552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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]