From 0ed4d000a0e9aeef2858544acb02372df7c5cf49 Mon Sep 17 00:00:00 2001 From: Holly Muenchow Date: Mon, 4 Dec 2017 13:55:03 -0800 Subject: [PATCH] 2.0.2 release notes --- releases/UWP/net-native2.0/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/releases/UWP/net-native2.0/README.md b/releases/UWP/net-native2.0/README.md index 5cbda5f..122003d 100644 --- a/releases/UWP/net-native2.0/README.md +++ b/releases/UWP/net-native2.0/README.md @@ -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]