NetSparkleUpdater / NetSparkle

NetSparkle is a C# cross-platform software update framework for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 or DSA signatures! View basic usage here in the README or visit our website for code docs.
https://netsparkleupdater.github.io/NetSparkle/
MIT License
589 stars 81 forks source link

Support for Avalonia 11 #536

Closed BHaesen closed 7 months ago

BHaesen commented 7 months ago

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.

Deadpikle commented 7 months ago

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 https://github.com/NetSparkleUpdater/NetSparkle/blob/18a27c27f5074a5de7321969323c13417af11264/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj#L70-L77.

Enjoy!