Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Oct 13, 2024
1 parent e12da56 commit c396780
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.18</AssemblyVersion>
<FileVersion>3.0.5.18</FileVersion>
<Version>$(VersionPrefix)3.0.5.18</Version>
<AssemblyVersion>3.0.5.19</AssemblyVersion>
<FileVersion>3.0.5.19</FileVersion>
<Version>$(VersionPrefix)3.0.5.19</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 @@ -12,9 +12,9 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>3.0.5.18</AssemblyVersion>
<FileVersion>3.0.5.18</FileVersion>
<Version>$(VersionPrefix)3.0.5.18</Version>
<AssemblyVersion>3.0.5.19</AssemblyVersion>
<FileVersion>3.0.5.19</FileVersion>
<Version>$(VersionPrefix)3.0.5.19</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 c396780

Please sign in to comment.