From 2a4e5a4e63c8c35b8a64ec8b1fb4ca8d4f4eb68c Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:28:48 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"resouce"=E2=86=92"resource"=20(#1368)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 01241f7..d70ddb4 100644 --- a/releases/UWP/net-native2.2/README.md +++ b/releases/UWP/net-native2.2/README.md @@ -62,7 +62,7 @@ When using Visual Studio, these packages require Visual Studio 2019 or Visual St - Addresses top customer issues with 6.1 and 6.2 Preview. - Addresses some issues when used with ReactiveUI 4.1. It is still recommended that projects wishing to use this package add ShortcutGenericAnalysis flag set to true to the projects. - Fix metadata reader issue leading to build failure when using Microsoft.ML.Net (https://github.com/XamlBrewer/UWP-MachineLearning-Sample/pull/1#issuecomment-469988557) -- Fix crashes during resouce loading for some locales (https://developercommunity.visualstudio.com/content/problem/386760/net-native-22-uwp-project-build-fail.html) +- Fix crashes during resource loading for some locales (https://developercommunity.visualstudio.com/content/problem/386760/net-native-22-uwp-project-build-fail.html) - Fix crashes caused by improper escaping for application assets with spaces in path (https://github.com/Microsoft/dotnet/issues/930) - Add PackageConflictPreferredPackages property to avoid build breaks with certain package graphs - Fix issues related to Store upload failures (Error 1201)