From f1198b72dde7b549d76225c8404a33888d94ce18 Mon Sep 17 00:00:00 2001 From: Holly Muenchow Date: Tue, 8 May 2018 10:15:49 -0700 Subject: [PATCH 1/3] 2.1 and 2.2 release notes Added .NET UWP 2.1 and 2.2 release notes --- releases/UWP/net-native2.1/README.md | 16 ++++++++++++++++ releases/UWP/net-native2.2/README.md | 9 +++++++++ 2 files changed, 25 insertions(+) create mode 100644 releases/UWP/net-native2.1/README.md create mode 100644 releases/UWP/net-native2.2/README.md diff --git a/releases/UWP/net-native2.1/README.md b/releases/UWP/net-native2.1/README.md new file mode 100644 index 0000000..10bed8d --- /dev/null +++ b/releases/UWP/net-native2.1/README.md @@ -0,0 +1,16 @@ +# .NET native tools 2.1 (UWP 6.1.x) Release Notes + +You can see what was included in each .NET Native 2.1 ([Microsoft.NETCore.UniversalWindowsPlatform 6.1.x](https://www.nuget.org/packages/Microsoft.NETCore.UniversalWindowsPlatform)) release below. + +When using Visual Studio these packages require Visual Studio 2017 Version 15.7 or later. + +### UWP 6.1.2 (.NET native tools 2.1.3) (May 7th, 2018) +- Adds support for [Optional packages with executable code](https://docs.microsoft.com/en-us/windows/uwp/packaging/optional-packages-with-executable-code) +- Fixes multiple errors caused by low memory issues when compiling .NET native apps [521825, 574099, 574102] +- Fixes Binding issues when using ReactiveUI [406415 and 406417] +- Fixes VS new project scenarios to include the correct Runtime Directives [464683] +- Fixes an issue handling unicode characters in .NET native targets [482808] +- Adds support for the Diagnostics.DisableMetadataStackTraceResolution AppContextSwitch [519008] +- Fixes crashes during compilation [525417] +- Fixes issue found when compiling complex generic types like those found in NPGSQL NuGet package [588948] +- Fixes an issue when using System.Runtime.InteropServices.SafeHandle as an argument in native to managed scenarios [601979] \ No newline at end of file diff --git a/releases/UWP/net-native2.2/README.md b/releases/UWP/net-native2.2/README.md new file mode 100644 index 0000000..1de9b34 --- /dev/null +++ b/releases/UWP/net-native2.2/README.md @@ -0,0 +1,9 @@ +# .NET native tools 2.2 (UWP 6.2.x) Release Notes + +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.7 or later. + +### UWP 6.2 Preview (May 7th, 2018) +These are preview bits in advance of the release at the end of 2018 +- Adds support for ARM64 \ No newline at end of file From c23121533d13b6187892a29d36886e6bf7a1ad33 Mon Sep 17 00:00:00 2001 From: Holly Muenchow Date: Tue, 8 May 2018 14:37:29 -0700 Subject: [PATCH 2/3] Update 2.1 readme with correct versions. --- releases/UWP/net-native2.1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/UWP/net-native2.1/README.md b/releases/UWP/net-native2.1/README.md index 10bed8d..531c7b0 100644 --- a/releases/UWP/net-native2.1/README.md +++ b/releases/UWP/net-native2.1/README.md @@ -4,7 +4,7 @@ You can see what was included in each .NET Native 2.1 ([Microsoft.NETCore.Univer When using Visual Studio these packages require Visual Studio 2017 Version 15.7 or later. -### UWP 6.1.2 (.NET native tools 2.1.3) (May 7th, 2018) +### UWP 6.1.4 (.NET native tools 2.1.8) (May 7th, 2018) - Adds support for [Optional packages with executable code](https://docs.microsoft.com/en-us/windows/uwp/packaging/optional-packages-with-executable-code) - Fixes multiple errors caused by low memory issues when compiling .NET native apps [521825, 574099, 574102] - Fixes Binding issues when using ReactiveUI [406415 and 406417] @@ -13,4 +13,4 @@ When using Visual Studio these packages require Visual Studio 2017 Version 15.7 - Adds support for the Diagnostics.DisableMetadataStackTraceResolution AppContextSwitch [519008] - Fixes crashes during compilation [525417] - Fixes issue found when compiling complex generic types like those found in NPGSQL NuGet package [588948] -- Fixes an issue when using System.Runtime.InteropServices.SafeHandle as an argument in native to managed scenarios [601979] \ No newline at end of file +- Fixes an issue when using System.Runtime.InteropServices.SafeHandle as an argument in native to managed scenarios [601979] From cbd63dd7b09f7cd2384056fec7f0c0c6f6f21196 Mon Sep 17 00:00:00 2001 From: Holly Muenchow Date: Tue, 8 May 2018 14:38:13 -0700 Subject: [PATCH 3/3] added 6.2.0 build version for clarity --- releases/UWP/net-native2.2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/UWP/net-native2.2/README.md b/releases/UWP/net-native2.2/README.md index 1de9b34..bb7b59a 100644 --- a/releases/UWP/net-native2.2/README.md +++ b/releases/UWP/net-native2.2/README.md @@ -4,6 +4,6 @@ You can see what was included in each .NET Native 2.2 ([Microsoft.NETCore.Univer When using Visual Studio these packages require Visual Studio 2017 Version 15.7 or later. -### UWP 6.2 Preview (May 7th, 2018) +### UWP 6.2.0 Preview (May 7th, 2018) These are preview bits in advance of the release at the end of 2018 -- Adds support for ARM64 \ No newline at end of file +- Adds support for ARM64