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
585 stars 81 forks source link

Question about 2.51 #568

Closed AlexSanchezN closed 4 months ago

AlexSanchezN commented 4 months ago

There seems not to be a package for version 2.51 in nuget. Latest I could find is 2.30 Are versions above 2.30 preview? Or are ready for production?

Thanks for your time and the library!

Deadpikle commented 4 months ago

Hi @AlexSanchezN,

There is not a 2.5.1 (or 2.51) for the main library. That version is just for the app cast generator tool, which has its own version numbering and does not match the core library in terms of version numbers (since it can have its own features and bug fixes, etc.). The latest stable version for the core library is 2.3.0, and everything newer than that for the core library is 3.0 previews for now.

Does that help?

AlexSanchezN commented 4 months ago

It helps a lot. I will use 2.3.0 for production

Thanks!