Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Nov 19, 2024
1 parent 2728859 commit 47eb2d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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>latest</LangVersion>
<AssemblyVersion>3.0.5.23</AssemblyVersion>
<FileVersion>3.0.5.23</FileVersion>
<Version>$(VersionPrefix)3.0.5.23</Version>
<AssemblyVersion>3.0.5.24</AssemblyVersion>
<FileVersion>3.0.5.24</FileVersion>
<Version>$(VersionPrefix)3.0.5.24</Version>
<ApplicationIcon>Resources\Images\ProfilePicture.ico</ApplicationIcon>
<DebugType>embedded</DebugType>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 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.23</AssemblyVersion>
<FileVersion>3.0.5.23</FileVersion>
<Version>$(VersionPrefix)3.0.5.23</Version>
<AssemblyVersion>3.0.5.24</AssemblyVersion>
<FileVersion>3.0.5.24</FileVersion>
<Version>$(VersionPrefix)3.0.5.24</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 Expand Up @@ -96,7 +96,7 @@
<ItemGroup>
<PackageReference Include="WPF-UI" Version="3.0.5" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462' Or '$(TargetFramework)' == 'net47' Or '$(TargetFramework)' == 'net471' Or '$(TargetFramework)' == 'net472' Or '$(TargetFramework)' == 'net48' Or '$(TargetFramework)' == 'net481'">
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
Expand Down

0 comments on commit 47eb2d7

Please sign in to comment.