Releases: Simnico99/ZirconNet
3.0.0
Breaking changes:
UseBackgroundService has been moved to ZirconNet.Core + Hosting namespace.
Removed .Net5.0 support.
New features:
IHostBuilder extensions for WPF:
UseWpfApplicationLifetime
RunWpfApplicationAsync where T is the startup window.
Full Changelog: 2.3.10...3.0.0
2.3.10
Updated to .Net7.0
Full Changelog: 2.3.9...2.3.10
2.3.9
Fixed an issue with Json modify + Running HostedServices in different threads.
Full Changelog: 2.3.8...2.3.9
2.3.8
Reduced the number of dependencies + modified Dependencies by Net Framework and Core versions.
Full Changelog: 2.3.7...2.3.8
2.3.7
Should have fixed UseBackgroundServices deadlocks once and for all.
Full Changelog: 2.3.6...2.3.7
2.3.6
UseBackgroundService now using Task instead of TaskFactory.
This should hopefully fix deadlocks on start.
Full Changelog: 2.3.4...2.3.6
2.3.5
Redeploying because of issues with the last deployement.
Full Changelog: 2.3.3...2.3.5
2.3.4
Updated the UseBackgroundServices to use the LongRunning TaskCreationOptions.
Full Changelog: 2.3.3...2.3.4
2.3.3
Added Default to ParallelAsyncOptions.
Full Changelog: 2.3.2...2.3.3
2.3.2
Changed dispatcher default priorities + added the option to change it.
Full Changelog: 2.3.1...2.3.2