From 3cce542a8912197c45c733d43e060072aebe3577 Mon Sep 17 00:00:00 2001 From: Holly Muenchow Date: Thu, 8 Feb 2018 16:13:52 -0800 Subject: [PATCH] fixed based on feedback. --- releases/UWP/net-native2.0/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releases/UWP/net-native2.0/README.md b/releases/UWP/net-native2.0/README.md index 96286e6..2810192 100644 --- a/releases/UWP/net-native2.0/README.md +++ b/releases/UWP/net-native2.0/README.md @@ -1,10 +1,10 @@ -# .NET native tools 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.7 (.NET native tools 2.0.2) (February 7th, 2018) -- ILC updated to copy all .pdb files to the output .appxsyms, including ones that do not have matching binaries. #524755 +### UWP 6.0.7 (.NET native tools 2.0.3) (February 7th, 2018) +- Updated ILC to copy all .pdb files to the output .appxsyms, including ones that do not have matching binaries. [524755] ### UWP 6.0.6 (.NET native tools 2.0.2) (January 9th, 2018) - Fixed CVE-2018-0786: Security Feature Bypass in X509 Certificate Validation: https://github.com/Microsoft/dotnet/issues/597