From bd0d7ad00cc276b1e51b7cef5b6d0ac4c91bf9e6 Mon Sep 17 00:00:00 2001 From: ema Date: Mon, 22 Jul 2024 05:24:13 +0800 Subject: [PATCH] bump version --- NotifyIcon/NotifyIcon.csproj | 7 +++---- README.md | 18 ++++++------------ 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/NotifyIcon/NotifyIcon.csproj b/NotifyIcon/NotifyIcon.csproj index 1397d15..d987803 100644 --- a/NotifyIcon/NotifyIcon.csproj +++ b/NotifyIcon/NotifyIcon.csproj @@ -9,16 +9,15 @@ false false true - 1.0.6 + 1.0.7 Lemutec Lemutec NotifyIconEx - Support dark mode theme NotifyIcon in WPF WinForm + NotifyIcon is an easy-to-use library for displaying NotifyIcon (notification icon) in WPF / WinForms / Avalonia / WinUI / MAUI applications, offering non-intrusive system notifications and quick access functionality in the taskbar. https://github.com/lemutec/NotifyIconEx https://github.com/lemutec/NotifyIconEx git - NotifyIcon .NET WPF WinForm - First release + NotifyIcon .NET WPF WinForm Avalonia WinUI MAUI MIT README.md diff --git a/README.md b/README.md index 0093818..820d7a7 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ -# NotifyIcon [![NuGet](https://img.shields.io/nuget/v/NotifyIconEx.svg)](https://nuget.org/packages/NotifyIconEx) [![Actions](https://github.com/lemutec/NotifyIconEx/actions/workflows/library.nuget.yml/badge.svg)](https://github.com/lemutec/NotifyIconEx/actions/workflows/library.nuget.yml) +# NotifyIconEx [![NuGet](https://img.shields.io/nuget/v/NotifyIconEx.svg)](https://nuget.org/packages/NotifyIconEx) [![Actions](https://github.com/lemutec/NotifyIconEx/actions/workflows/library.nuget.yml/badge.svg)](https://github.com/lemutec/NotifyIconEx/actions/workflows/library.nuget.yml) -NotifyIcon is an easy-to-use library for displaying NotifyIcon (notification icon) in both WPF and WinForms applications, offering non-intrusive system notifications and quick access functionality in the taskbar. +NotifyIconEx is an easy-to-use library for displaying NotifyIcon (notification icon) in WPF / WinForms / Avalonia / WinUI / MAUI applications, offering non-intrusive system notifications and quick access functionality in the taskbar. -Support dark mode / show icon / checkable / submenus. +> Support dark mode / show icon / checkable / submenus. -Please enable the HiDPI in your Application for better rendering. +> Please enable the HiDPI in your Application for better rendering. ## Usage -------- - -NotifyIcon is available as [NuGet package](https://www.nuget.org/packages/NotifyIconEx). +NotifyIconEx is available as [NuGet package](https://www.nuget.org/packages/NotifyIconEx). ```csharp using NotifyIconEx; @@ -60,12 +58,8 @@ void OnClick(object? sender, EventArgs e) ## Repository -------- - The source code for NotifyIcon is hosted on GitHub. You can find it at the following URL: [https://github.com/lemutec/NotifyIconEx](https://github.com/lemutec/NotifyIconEx) ## License -------- - -NotifyIcon is released under the MIT license. This means you are free to use and modify it, as long as you comply with the terms of the license. +NotifyIconEx is released under the MIT license. This means you are free to use and modify it, as long as you comply with the terms of the license.