From 0c29507b73378288dee7de3487ec439dfabe1305 Mon Sep 17 00:00:00 2001 From: kalaskarsanket <73312933+kalaskarsanket@users.noreply.github.com> Date: Wed, 13 Oct 2021 10:27:01 -0700 Subject: [PATCH 1/2] .NET Native 2.2 (UWP 6.2.13) release --- releases/UWP/net-native2.2/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/releases/UWP/net-native2.2/README.md b/releases/UWP/net-native2.2/README.md index 09ab4e0..0e18022 100644 --- a/releases/UWP/net-native2.2/README.md +++ b/releases/UWP/net-native2.2/README.md @@ -4,8 +4,13 @@ You can see what was included in each .NET Native 2.2 ([Microsoft.NETCore.Univer When using Visual Studio, these packages require Visual Studio 2019 or Visual Studio 2017 Version 15.9. +### UWP 6.2.13 (October 13th, 2021) +- Fix data serialization on .NET Native +- Update clrcompression zlib from 1.2 to 1.2.11 +- Fix F5 inner dev-loop performance issue by generating System.Private.Corelib Ready-To-Run image + ### UWP 6.2.12 (February 9th, 2021) -- Error code RHBIND : error RHB0002: Failed to write PDB. Fix for build failures with RHBIN error when building Xamarin and SyncFusion UWP projects. This is an opt-in fix and requires customer to setting the msbuild property NoLinkerSymbols. +- Error code RHBIND : error RHB0002: Failed to write PDB. Fix for build failures with RHBIN error when building Xamarin and SyncFusion UWP projects. This is an opt-in fix and requires customer to setting the msbuild property NoLinkerSymbols - Fix to execution engine exception when loading InAppUI in Xamarin. ### UWP 6.2.11 (November 19th, 2020) From 3fff62438dd7ded3d2a0cf37ffe1448145dc2fa9 Mon Sep 17 00:00:00 2001 From: kalaskarsanket <73312933+kalaskarsanket@users.noreply.github.com> Date: Wed, 13 Oct 2021 10:37:39 -0700 Subject: [PATCH 2/2] correcting zlib ver --- releases/UWP/net-native2.2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/UWP/net-native2.2/README.md b/releases/UWP/net-native2.2/README.md index 0e18022..a309db5 100644 --- a/releases/UWP/net-native2.2/README.md +++ b/releases/UWP/net-native2.2/README.md @@ -6,7 +6,7 @@ When using Visual Studio, these packages require Visual Studio 2019 or Visual St ### UWP 6.2.13 (October 13th, 2021) - Fix data serialization on .NET Native -- Update clrcompression zlib from 1.2 to 1.2.11 +- Update clrcompression zlib from 1.2.8 to 1.2.11 - Fix F5 inner dev-loop performance issue by generating System.Private.Corelib Ready-To-Run image ### UWP 6.2.12 (February 9th, 2021)