From 72ac795c71ccbffe0c7b05258f204edb0090123a Mon Sep 17 00:00:00 2001 From: ema Date: Tue, 10 Sep 2024 15:51:41 +0800 Subject: [PATCH] bump version --- README.md | 2 +- src/Wpf.Ui.Test/Wpf.Ui.Test.csproj | 6 +++--- src/Wpf.Ui.Violeta/Wpf.Ui.Violeta.csproj | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 86ed15f..d9162ae 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ Similar to WPF UI. ``` -- ExceptionReport +- **ExceptionReport** > Show a dialog to handle the `DispatcherUnhandledException` from Application. diff --git a/src/Wpf.Ui.Test/Wpf.Ui.Test.csproj b/src/Wpf.Ui.Test/Wpf.Ui.Test.csproj index 9182bd7..2d7a76c 100644 --- a/src/Wpf.Ui.Test/Wpf.Ui.Test.csproj +++ b/src/Wpf.Ui.Test/Wpf.Ui.Test.csproj @@ -6,9 +6,9 @@ enable true 12.0 - 3.0.5.9 - 3.0.5.9 - $(VersionPrefix)3.0.5.9 + 3.0.5.10 + 3.0.5.10 + $(VersionPrefix)3.0.5.10 Resources\Images\ProfilePicture.ico diff --git a/src/Wpf.Ui.Violeta/Wpf.Ui.Violeta.csproj b/src/Wpf.Ui.Violeta/Wpf.Ui.Violeta.csproj index 0a7d642..031d38b 100644 --- a/src/Wpf.Ui.Violeta/Wpf.Ui.Violeta.csproj +++ b/src/Wpf.Ui.Violeta/Wpf.Ui.Violeta.csproj @@ -11,9 +11,9 @@ enable true true - 3.0.5.9 - 3.0.5.9 - $(VersionPrefix)3.0.5.9 + 3.0.5.10 + 3.0.5.10 + $(VersionPrefix)3.0.5.10 ema ema WPF UI Violeta is based on WPF UI, and provides the Fluent experience in your known and loved WPF framework. Some new immersive controls like like `Toast`, `Flyout`, `ContentDialog`, `MessageBox` and etc.