From 4292f2bb87fe0f870ede72aef2007b45f520f200 Mon Sep 17 00:00:00 2001 From: Stephen L Peters Date: Sat, 27 Feb 2021 05:59:33 -0800 Subject: [PATCH] Update the nuget readme with instructions of how to do app level overrides of Winui2 resources. (#4279) * Update the nuget readme with instuctions of how to do app level overrides of Winui2 resources. * Fix some mistakes * Fix the root of the overrides example * Update build/NuSpecs/readme.txt Co-authored-by: Marcel Wagner Co-authored-by: Marcel Wagner --- build/NuSpecs/readme.txt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/build/NuSpecs/readme.txt b/build/NuSpecs/readme.txt index 539fcabf7c..3f2644e6ed 100644 --- a/build/NuSpecs/readme.txt +++ b/build/NuSpecs/readme.txt @@ -8,16 +8,20 @@ Don't forget to set XamlControlsResources as your Application resources in App.x -or if you have other resources then add XamlControlsResources at the top as a merged dictionary: +If you have other resources, then we recommend you add those to the XamlControlsResources' MergedDictionaries. +This works with the platform's resource system to allow overrides of the XamlControlsResources resources. + - - - - - - - + + + + + + See http://aka.ms/winui for more information.