2.0.2 release notes

pull/578/head
Holly Muenchow 2017-12-04 13:55:03 -08:00 committed by GitHub
parent 28a7bfe10e
commit 0ed4d000a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -1,10 +1,17 @@
# .NET Native 2.0 (UWP 6.0.x) Release Notes
# .NET native tools 2.0 (UWP 6.0.x) Release Notes
You can see what was included in each .NET Native 2.0 ([Microsoft.NETCore.UniversalWindowsPlatform 6.0.x](https://www.nuget.org/packages/Microsoft.NETCore.UniversalWindowsPlatform)) release, below.
When using Visual Studio these packages require Visual Studio 2017 Version 15.4 or later.
### UWP 6.0.2 (.NET Native 2.0.1) (November 20, 2017)
### UWP 6.0.4 (.NET native tools 2.0.2) (December 4th, 2017)
#### Quality fixes
- Fix crash in debug config with static analysis enabled in project properties. [473689]
- Improvements in telemetry included in ILC crashes that enable reverse engineering failure causes. [521523]
- Fix for GC memory leak. [506391]
- Updates to the .NET native 1.7 tool chain. [.NET Native 1.7 (UWP 5.4.x) Release Notes](https://github.com/Microsoft/dotnet/blob/master/releases/UWP/net-native1.7/README.md).
### UWP 6.0.2 (.NET native tools 2.0.1) (November 20, 2017)
#### Quality fixes
- Fixes an issue when building UWP apps that target RS3 and reference the Microsoft Store Services SDK and Microsoft Advertising SDK or Store Engagement SDK [514498]