diff --git a/Directory.Packages.props b/Directory.Packages.props index 7912ed0cdfff..7217b3c0fe70 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,6 +7,7 @@ + diff --git a/NOTICE.md b/NOTICE.md index 1e6c6681b2ce..b9278590993e 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -284,6 +284,7 @@ SOFTWARE. - CommunityToolkit.Labs.WinUI.SettingsControls 0.0.18 - CommunityToolkit.Mvvm 8.2.0 - CommunityToolkit.WinUI.UI 7.1.2 +- CommunityToolkit.WinUI.UI.Animations 7.1.2 - CommunityToolkit.WinUI.UI.Controls 7.1.2 - ControlzEx 5.0.1 - HelixToolkit 2.20.2 diff --git a/src/settings-ui/Settings.UI/App.xaml b/src/settings-ui/Settings.UI/App.xaml index b4e581d64d59..e32dfc58d1ba 100644 --- a/src/settings-ui/Settings.UI/App.xaml +++ b/src/settings-ui/Settings.UI/App.xaml @@ -3,9 +3,9 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:controls="using:Microsoft.PowerToys.Settings.UI.Controls" - xmlns:local="using:Microsoft.PowerToys.Settings.UI" xmlns:converters="using:CommunityToolkit.WinUI.UI.Converters" - xmlns:labs="using:CommunityToolkit.Labs.WinUI"> + xmlns:labs="using:CommunityToolkit.Labs.WinUI" + xmlns:local="using:Microsoft.PowerToys.Settings.UI"> @@ -54,14 +54,17 @@ -