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 1091eab commit fcf8936
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.10</AssemblyVersion>
<FileVersion>3.0.5.10</FileVersion>
<Version>$(VersionPrefix)3.0.5.10</Version>
<AssemblyVersion>3.0.5.11</AssemblyVersion>
<FileVersion>3.0.5.11</FileVersion>
<Version>$(VersionPrefix)3.0.5.11</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.10</AssemblyVersion>
<FileVersion>3.0.5.10</FileVersion>
<Version>$(VersionPrefix)3.0.5.10</Version>
<AssemblyVersion>3.0.5.11</AssemblyVersion>
<FileVersion>3.0.5.11</FileVersion>
<Version>$(VersionPrefix)3.0.5.11</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 fcf8936

Please sign in to comment.