This repository was archived by the owner on Mar 6, 2023. It is now read-only.
1.0.4
fix: Windows Tray refreshes when Explorer restarts
Breaking changes:
- Remove Package dependency Microsoft.Extensions.DependencyInjection.*
- use
services.AddSingleton(typeof(NotifyIcon), NotifyIcon.ImplType)replaceservices.AddNotifyIcon()
- use
- Remove TFM Xamarin.Mac20