Skip to content

Commit

Permalink
Bump to Avalonia 11.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Dec 31, 2023
1 parent ad12ff1 commit 700f8f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AvaloniaProgressRing/AvaloniaProgressRing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net5;netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.10.3</Version>
<Version>0.10.4</Version>
<Authors>Deadpikle</Authors>
<Description>A progress ring control for Avalonia modeled after ModernWpf's ProgressRing control</Description>
<Copyright>2023 Deadpikle</Copyright>
Expand All @@ -27,7 +27,7 @@
<AvaloniaResource Include="Assets\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.4" />
<PackageReference Include="Avalonia" Version="11.0.6" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE.md">
Expand Down
8 changes: 4 additions & 4 deletions AvaloniaProgressRingSample/AvaloniaProgressRingSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<TargetFrameworks>net8.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.4" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.4" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.4" />
<PackageReference Include="Avalonia" Version="11.0.6" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.6" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.6" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.4" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AvaloniaProgressRing\AvaloniaProgressRing.csproj" />
Expand Down

0 comments on commit 700f8f2

Please sign in to comment.