From 6cbee51511bec94bc5cc884730a03708d321814c Mon Sep 17 00:00:00 2001 From: enisn Date: Sun, 20 Nov 2022 01:18:02 +0300 Subject: [PATCH] Update Migrating-To-2.1.md --- docs/en/migration-guides/Migrating-To-2.1.md | 60 +++----------------- 1 file changed, 7 insertions(+), 53 deletions(-) diff --git a/docs/en/migration-guides/Migrating-To-2.1.md b/docs/en/migration-guides/Migrating-To-2.1.md index d0f18c0d..f9fe71f8 100644 --- a/docs/en/migration-guides/Migrating-To-2.1.md +++ b/docs/en/migration-guides/Migrating-To-2.1.md @@ -19,58 +19,12 @@ UraniumUI has a couple of changes in this version. Applying following changes to }); ``` -- You should add following style to your resources **if you overrided** the default style. +- You should add following style changes into your resources **if you overrided** the default style. - ```xml - xmlns:views="clr-namespace:UraniumUI.Views;assembly=UraniumUI" - ``` - - - ```xml - + - The following xml namespace should be added to the root element of your resource file. + ```xml + xmlns:views="clr-namespace:UraniumUI.Views;assembly=UraniumUI" + ``` - - ``` \ No newline at end of file + Make sure those changes are applied in your style file: + https://github.com/enisn/UraniumUI/commit/3e1038d0b6d6d1cacc8d160e44fc4ae93d69fc34 \ No newline at end of file