From d92fd34092c21eeefb31613912370e6746261412 Mon Sep 17 00:00:00 2001 From: Holly Muenchow Date: Tue, 21 Nov 2017 14:45:58 -0800 Subject: [PATCH 1/4] Added release notes for 6.0.2 --- releases/UWP/net-native2.0/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/releases/UWP/net-native2.0/README.md b/releases/UWP/net-native2.0/README.md index 2c64b32..1657800 100644 --- a/releases/UWP/net-native2.0/README.md +++ b/releases/UWP/net-native2.0/README.md @@ -4,8 +4,16 @@ You can see what was included in each .NET Native 2.0 ([Microsoft.NETCore.Univer When using Visual Studio these packages require Visual Studio 2017 Version 15.4 or later. -### 6.0.1 (October 5, 2017) +### UWP 6.0.2 (.NET Native 2.0.2) (November 20, 2017) +#### Quality fixes +- Fixes an issue when building UWP apps that target RS3 and referenced the Microsoft Store Services SDK and Microsoft Advertising SDK or Store Engagement SDK [514498] +- Fixes Crashes due to an error in the compiler's garbage collection reporting (affects ARM apps built with .NET Native) [507618] +- Improves performance for creating new New UWP Projects. [512775] +- Fixes issues that enable Windows Application Packaging (Centennial) projects publishing scenarios [521438] +- Enables a P/Invoke feature for WindowsSDK Store in RS3 [518300] + +### 6.0.1 (October 5, 2017) #### .NET Standard 2.0 Support From d3440f978399d0ef3d191360db387df880f86734 Mon Sep 17 00:00:00 2001 From: Holly Muenchow Date: Tue, 21 Nov 2017 14:53:32 -0800 Subject: [PATCH 2/4] Update README.md --- releases/UWP/net-native2.0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/UWP/net-native2.0/README.md b/releases/UWP/net-native2.0/README.md index 1657800..aa45331 100644 --- a/releases/UWP/net-native2.0/README.md +++ b/releases/UWP/net-native2.0/README.md @@ -4,7 +4,7 @@ You can see what was included in each .NET Native 2.0 ([Microsoft.NETCore.Univer When using Visual Studio these packages require Visual Studio 2017 Version 15.4 or later. -### UWP 6.0.2 (.NET Native 2.0.2) (November 20, 2017) +### UWP 6.0.2 (.NET Native 2.0.1) (November 20, 2017) #### Quality fixes - Fixes an issue when building UWP apps that target RS3 and referenced the Microsoft Store Services SDK and Microsoft Advertising SDK or Store Engagement SDK [514498] From 93ab130ab80868774894216803d00abc4c5a1cbf Mon Sep 17 00:00:00 2001 From: Holly Muenchow Date: Tue, 21 Nov 2017 15:38:07 -0800 Subject: [PATCH 3/4] Update README.md --- releases/UWP/net-native2.0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/UWP/net-native2.0/README.md b/releases/UWP/net-native2.0/README.md index aa45331..fbc953b 100644 --- a/releases/UWP/net-native2.0/README.md +++ b/releases/UWP/net-native2.0/README.md @@ -7,7 +7,7 @@ When using Visual Studio these packages require Visual Studio 2017 Version 15.4 ### UWP 6.0.2 (.NET Native 2.0.1) (November 20, 2017) #### Quality fixes -- Fixes an issue when building UWP apps that target RS3 and referenced the Microsoft Store Services SDK and Microsoft Advertising SDK or Store Engagement SDK [514498] +- 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] - Fixes Crashes due to an error in the compiler's garbage collection reporting (affects ARM apps built with .NET Native) [507618] - Improves performance for creating new New UWP Projects. [512775] - Fixes issues that enable Windows Application Packaging (Centennial) projects publishing scenarios [521438] From 48a67183ce658b85425ababebd72f422e418cd19 Mon Sep 17 00:00:00 2001 From: Holly Muenchow Date: Tue, 21 Nov 2017 15:48:34 -0800 Subject: [PATCH 4/4] Update README.md --- releases/UWP/net-native2.0/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/UWP/net-native2.0/README.md b/releases/UWP/net-native2.0/README.md index fbc953b..5cbda5f 100644 --- a/releases/UWP/net-native2.0/README.md +++ b/releases/UWP/net-native2.0/README.md @@ -8,8 +8,8 @@ When using Visual Studio these packages require Visual Studio 2017 Version 15.4 #### 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] -- Fixes Crashes due to an error in the compiler's garbage collection reporting (affects ARM apps built with .NET Native) [507618] -- Improves performance for creating new New UWP Projects. [512775] +- Fixes crashes due to an error in the compiler's garbage collection reporting (affects ARM apps built with .NET Native) [507618] +- Improves performance for creating new UWP Projects. [512775] - Fixes issues that enable Windows Application Packaging (Centennial) projects publishing scenarios [521438] - Enables a P/Invoke feature for WindowsSDK Store in RS3 [518300]