NetSparkleUpdater / NetSparkle

NetSparkle is a C#, cross-platform, highly-configurable software update framework with pre-built UI for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 signatures. View basic usage here in the README and try the samples for yourself.
https://netsparkleupdater.github.io/NetSparkle/
MIT License
609 stars 84 forks source link

Missing screenshot examples of Avalonia UI #222

Closed Morasiu closed 3 years ago

Morasiu commented 3 years ago

It would be nice to see how the default NetSparkle UI for Avalonia looks like. I couldn't find any of it

Deadpikle commented 3 years ago

Here's a GIF. I don't want to commit to screenshots here since it's really simple to clone the repo and run the samples and keeping those screenshots for all operating systems and themes up to date is, well, annoying. :)

Very plain UI, in other words. Uses the default light theme. Looks just like WPF's UI. The changelog for Avalonia needs UI work, but it functions ok.

Keep in mind that you can easily override the Avalonia UI with your own for things like using the Fluent theme, dark theme, etc.

avalonia-ui

Thanks for your question and for using NetSparkle!