Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Sep 10, 2024
1 parent 1d2c4c1 commit 72ac795
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Similar to WPF UI.
<vio:ImageView Source="/wpfui.png" />
```

- ExceptionReport
- **ExceptionReport**

> Show a dialog to handle the `DispatcherUnhandledException` from Application.
Expand Down
6 changes: 3 additions & 3 deletions src/Wpf.Ui.Test/Wpf.Ui.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<LangVersion>12.0</LangVersion>
<AssemblyVersion>3.0.5.9</AssemblyVersion>
<FileVersion>3.0.5.9</FileVersion>
<Version>$(VersionPrefix)3.0.5.9</Version>
<AssemblyVersion>3.0.5.10</AssemblyVersion>
<FileVersion>3.0.5.10</FileVersion>
<Version>$(VersionPrefix)3.0.5.10</Version>
<ApplicationIcon>Resources\Images\ProfilePicture.ico</ApplicationIcon>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/Wpf.Ui.Violeta/Wpf.Ui.Violeta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<Nullable>enable</Nullable>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>3.0.5.9</AssemblyVersion>
<FileVersion>3.0.5.9</FileVersion>
<Version>$(VersionPrefix)3.0.5.9</Version>
<AssemblyVersion>3.0.5.10</AssemblyVersion>
<FileVersion>3.0.5.10</FileVersion>
<Version>$(VersionPrefix)3.0.5.10</Version>
<Authors>ema</Authors>
<Company>ema</Company>
<Description>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.</Description>
Expand Down

0 comments on commit 72ac795

Please sign in to comment.