Added 6.2.8 release notes

pull/979/head
Holly Muenchow 2019-03-13 10:16:06 -07:00 committed by GitHub
parent 29b8cde7de
commit 0bb047b8b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -2,7 +2,20 @@
You can see what was included in each .NET Native 2.2 ([Microsoft.NETCore.UniversalWindowsPlatform 6.2.x](https://www.nuget.org/packages/Microsoft.NETCore.UniversalWindowsPlatform)) release below.
When using Visual Studio these packages require Visual Studio 2017 Version 15.9 Preview 2 or later.
When using Visual Studio, these packages require Visual Studio 2019 or Visual Studio 2017 Version 15.9.
### UWP 6.2.8 (March 13th, 2019)
- Adds support for ARM64
- Improved performance for debugging scenarios (F5)
- Addresses top cusomter issues with 6.1 and 6.2 Preview.
- Addresses some issues when used with ReactiveUI 4.1. It is still recommended that projects wishing to use this package add <ShortcutGenericAnalysis>true</ShortcutGenericAnalysis> to their projects.
- Fix metadata reader issue leading to build failure when using Microsoft.ML.Net (https://github.com/XamlBrewer/UWP-MachineLearning-Sample/pull/1#issuecomment-469988557)
- Fix crashes during resouce loading for some locales (https://developercommunity.visualstudio.com/content/problem/386760/net-native-22-uwp-project-build-fail.html)
- Fix crashes caused by improper escaping for application assets with spaces in path (https://github.com/Microsoft/dotnet/issues/930)
- Add PackageConflictPreferredPackages property to avoid build breaks with certain package graphs
- Fix issues related to Store upload failures (Error 1201)
- Fix for a domain spoofing vulnerability which causes the meaning of a URI to change when International Domain Name encoding is applied. An attacker who successfully exploited the vulnerability could redirect a URI. (https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0657)
### UWP 6.2.0-preview1-26926-04 Preview (October 2nd, 2018)
These are preview bits in advance of the release in November 2018 available in Visual Studio 15.9 Preview 3