Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Jul 21, 2024
1 parent 0edb171 commit bd0d7ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
7 changes: 3 additions & 4 deletions NotifyIcon/NotifyIcon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
<UseWPF>false</UseWPF>
<UseWinUI>false</UseWinUI>
<UseWindowsForms>true</UseWindowsForms>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<Authors>Lemutec</Authors>
<Company>Lemutec</Company>
<Product>NotifyIconEx</Product>
<Description>Support dark mode theme NotifyIcon in WPF WinForm</Description>
<Description>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.</Description>
<PackageProjectUrl>https://github.com/lemutec/NotifyIconEx</PackageProjectUrl>
<RepositoryUrl>https://github.com/lemutec/NotifyIconEx</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>NotifyIcon .NET WPF WinForm</PackageTags>
<PackageReleaseNotes>First release</PackageReleaseNotes>
<PackageTags>NotifyIcon .NET WPF WinForm Avalonia WinUI MAUI</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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.

0 comments on commit bd0d7ad

Please sign in to comment.