NetSparkleUpdater/NetSparkle

Support for Avalonia 11

BHaesen opened this issue · 1 comments

When can we expect support for Avalonia 11?
I'm testing with an Avalonia 11 app to use the AutoUpdater.
When running the app, I get an error message that the assembly Avalonia.Visuals 0.10.21.0 cannot be found.

Hi @BHaesen,

We already have support for Avalonia 11 in our preview packages! See #413. Support started in 3.0.0-preview20230703001 and the latest preview runs Avalonia 11.0.5. See

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

Enjoy!