Skip to content

Commit

Permalink
Bump Avalonia to 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed May 23, 2021
1 parent 90885a9 commit 1901386
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net5;netcoreapp3.1;netstandard2.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>NetSparkleUpdater.UI.Avalonia</PackageId>
<Version>2.0.6</Version>
<Version>2.0.7</Version>
<Authors>Deadpikle</Authors>
<Company>Deadpikle</Company>
<Product>NetSparkleUpdater.UI.Avalonia</Product>
Expand Down Expand Up @@ -71,11 +71,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.4" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.4" />
<PackageReference Include="Avalonia" Version="0.10.5" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.5" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.4" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1901386

Please sign in to comment.