From bdab42ebb8b4d9170cde70cbadd17408287c9b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 04:01:49 +0000 Subject: [PATCH] chore(deps): Bump the all group with 4 updates Bumps the all group with 4 updates: [H.Resources.Generator](https://github.com/HavenDV/H.Resources.Generator), [MinVer](https://github.com/adamralph/minver), [EventGenerator.Generator](https://github.com/HavenDV/EventGenerator) and [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest). Updates `H.Resources.Generator` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/HavenDV/H.Resources.Generator/releases) - [Commits](https://github.com/HavenDV/H.Resources.Generator/commits) Updates `MinVer` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/adamralph/minver/blob/main/CHANGELOG.md) - [Commits](https://github.com/adamralph/minver/compare/5.0.0...6.0.0) Updates `EventGenerator.Generator` from 0.13.0 to 0.13.1 - [Commits](https://github.com/HavenDV/EventGenerator/commits) Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1) --- updated-dependencies: - dependency-name: H.Resources.Generator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MinVer dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: EventGenerator.Generator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .../H.NotifyIcon.Apps.Console.csproj | 2 +- src/libs/Directory.Build.props | 174 ++++++++--------- .../H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj | 132 ++++++------- src/libs/H.NotifyIcon/H.NotifyIcon.csproj | 184 +++++++++--------- .../H.NotifyIcon.IntegrationTests.csproj | 4 +- 5 files changed, 248 insertions(+), 248 deletions(-) diff --git a/src/apps/H.NotifyIcon.Apps.Console/H.NotifyIcon.Apps.Console.csproj b/src/apps/H.NotifyIcon.Apps.Console/H.NotifyIcon.Apps.Console.csproj index b2fc779..66ec39f 100644 --- a/src/apps/H.NotifyIcon.Apps.Console/H.NotifyIcon.Apps.Console.csproj +++ b/src/apps/H.NotifyIcon.Apps.Console/H.NotifyIcon.Apps.Console.csproj @@ -15,7 +15,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index ca8a51c..e31552f 100644 --- a/src/libs/Directory.Build.props +++ b/src/libs/Directory.Build.props @@ -1,87 +1,87 @@ - - - - - - - System.Drawing - $(DefineConstants);HAS_SYSTEM_DRAWING - $(DefineConstants);HAS_SKIA_SHARP - - - - true - $(MSBuildThisFileDirectory)../key.snk - - - - - <_Parameter1>true - - - - - $(PACKAGE_RELEASE_NOTES) - true - true - havendv - MIT - nuget_icon.png - README.md - https://github.com/HavenDV/H.NotifyIcon - - - - - - - - - v - dev - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - true - - - - true - latest - All - true - - $(NoWarn);CA1502;CA1506;CA1010;CA1822 - - - - true - true - true - false - false - - - + + + + + + + System.Drawing + $(DefineConstants);HAS_SYSTEM_DRAWING + $(DefineConstants);HAS_SKIA_SHARP + + + + true + $(MSBuildThisFileDirectory)../key.snk + + + + + <_Parameter1>true + + + + + $(PACKAGE_RELEASE_NOTES) + true + true + havendv + MIT + nuget_icon.png + README.md + https://github.com/HavenDV/H.NotifyIcon + + + + + + + + + v + dev + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + true + + + + true + latest + All + true + + $(NoWarn);CA1502;CA1506;CA1010;CA1822 + + + + true + true + true + false + false + + + diff --git a/src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj b/src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj index 3ae9cf1..6673413 100644 --- a/src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj +++ b/src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj @@ -1,67 +1,67 @@ - - - - net4.6.2;net6.0-windows;net8.0-windows - true - $(DefineConstants);HAS_WPF;HAS_PLATFORM_CODE - Hardcodet.Wpf.TaskbarNotification - $(NoWarn);WPF0005;WPF0041;CA1030;CA1031;CA1513;CA1510 - enable - true - - - - - - - - - <_Parameter1>System.Windows.ResourceDictionaryLocation.None - <_Parameter1_IsLiteral>true - <_Parameter2>System.Windows.ResourceDictionaryLocation.SourceAssembly - <_Parameter2_IsLiteral>true - - - <_Parameter1>http://www.hardcodet.net/taskbar - <_Parameter2>tb - - - <_Parameter1>http://www.hardcodet.net/taskbar - <_Parameter2>H.NotifyIcon - - - - - This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. -It does not just rely on the Windows Forms NotifyIcon component, -but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, -popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. - - NotifyIcon, WPF, Tray, Notify, ToolTip, Popup, Balloon, Toast - - - - - - - - - all - compile; build; native; contentfiles; analyzers; buildtransitive - - - all - compile; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - + + + + net4.6.2;net6.0-windows;net8.0-windows + true + $(DefineConstants);HAS_WPF;HAS_PLATFORM_CODE + Hardcodet.Wpf.TaskbarNotification + $(NoWarn);WPF0005;WPF0041;CA1030;CA1031;CA1513;CA1510 + enable + true + + + + + + + + + <_Parameter1>System.Windows.ResourceDictionaryLocation.None + <_Parameter1_IsLiteral>true + <_Parameter2>System.Windows.ResourceDictionaryLocation.SourceAssembly + <_Parameter2_IsLiteral>true + + + <_Parameter1>http://www.hardcodet.net/taskbar + <_Parameter2>tb + + + <_Parameter1>http://www.hardcodet.net/taskbar + <_Parameter2>H.NotifyIcon + + + + + This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. +It does not just rely on the Windows Forms NotifyIcon component, +but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, +popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. + + NotifyIcon, WPF, Tray, Notify, ToolTip, Popup, Balloon, Toast + + + + + + + + + all + compile; build; native; contentfiles; analyzers; buildtransitive + + + all + compile; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + \ No newline at end of file diff --git a/src/libs/H.NotifyIcon/H.NotifyIcon.csproj b/src/libs/H.NotifyIcon/H.NotifyIcon.csproj index 0c9202c..47279a4 100644 --- a/src/libs/H.NotifyIcon/H.NotifyIcon.csproj +++ b/src/libs/H.NotifyIcon/H.NotifyIcon.csproj @@ -1,93 +1,93 @@ - - - - net4.6.2;netstandard2.0;net6.0;net8.0 - $(NoWarn);CA1031;CA1003;CA1502;CS3016;CS8981;CA1513 - - - - This package allows to create TrayIcon for any platform. - tray-icon;notify-icon;interop;console;ecoqos;eco;qos;quality-of-service;efficiency-mode - - - - - - - - - - - - - - - - - - - - all - compile; build; native; contentfiles; analyzers; buildtransitive - - - all - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net4.6.2;netstandard2.0;net6.0;net8.0 + $(NoWarn);CA1031;CA1003;CA1502;CS3016;CS8981;CA1513 + + + + This package allows to create TrayIcon for any platform. + tray-icon;notify-icon;interop;console;ecoqos;eco;qos;quality-of-service;efficiency-mode + + + + + + + + + + + + + + + + + + + + all + compile; build; native; contentfiles; analyzers; buildtransitive + + + all + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj b/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj index d066fd2..92c2a54 100644 --- a/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj +++ b/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj @@ -6,7 +6,7 @@ - + @@ -19,7 +19,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive