Skip to content

v1.10.0 - NET9 Upgrade

Latest
Compare
Choose a tag to compare
@bkaankose bkaankose released this 16 Feb 01:22
· 19 commits to main since this release
c133642

This is the first release that contains the big framework jump. Wino Mail now runs on .NET9. For end-users this upgrade may not have a lot, but for devs that like to use the latest technologies is really great.

Right now Native AOT is not possible due to some incompatible libraries (such as SQLite-pcl) and some parts of Wino Server (which we are willing to replace soon). However, bunch of improvements and changes done to make it possible in the near future. For end-users this means faster startup times, ideally smaller binary size and less memory usage in the later stages.

Changes included in the build:

  • Imap synchronizer changes from the previous build (1.9.50)
  • AppCenter to Application Insights migration.
  • Copying diagnostic id from Settings -> About -> Diagnostics to check crashes for users.

Existing application from Store can be upgraded with this bundle without any issues. So please give it a try and let us know if you experience any sort of hangs, crashes, something that is working unexpectedly etc.