NotificationIcon.NET

A cross-platform C# library to display a notification icon in the taskbar notification area ("tray").

MIT License

Stars
4
NotificationIcon.NET - v1.2.8 Latest Release

Published by Bip901 4 months ago

Changeling

  • Fixed native allocation issues - the garbage collector collecting the native callbacks could lead to usage of freed memory

Get the latest release on nuget.org

NotificationIcon.NET - v1.2.7

Published by Bip901 5 months ago

Changes

  • Fix Dispose() edge cases on Windows

Full Changelog: https://github.com/Bip901/NotificationIcon.NET/commits/v1.2.7

NotificationIcon.NET - v1.2.2

Published by Bip901 about 1 year ago

Changes

  • Included XML documentation file in NuGet package for autocompletion when using this library
  • Native stability fixes to mitigate potential crashes for Windows
NotificationIcon.NET - v1.2.1

Published by Bip901 about 1 year ago

Changes

  • Stable version
  • Supports either portable compilation or compilation for a specific runtime identifier
  • Windows support
  • Linux support