Skip to content

Commit

Permalink
Merge pull request #185 from HavenDV/dependabot/nuget/all-c5e18f6341
Browse files Browse the repository at this point in the history
chore(deps): Bump the all group with 3 updates
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
2 parents 62f19b4 + 9b7f36b commit fd2185e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
78 changes: 39 additions & 39 deletions src/libs/H.NotifyIcon.Uno/H.NotifyIcon.Uno.csproj
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
<SignAssembly>false</SignAssembly>
<DefineConstants>$(DefineConstants);HAS_UNO;IS_PACKABLE;HAS_PLATFORM_CODE</DefineConstants>
<NoWarn>$(NoWarn);Uno0001;Uno0002;CA1010;CA1031;CS8002;CA1416;CA1063;CA1513;CA2000;CS0114;CS3009</NoWarn>
<Nullable>enable</Nullable>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Uno.UI" Version="5.5.87" />
</ItemGroup>

<PropertyGroup Label="NuGet">
<Description>This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the Uno.Skia.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 Uno.Skia.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.
</Description>
<PackageTags>NotifyIcon, Uno, Tray, Notify, ToolTip, Popup, Balloon, Toast</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DependencyPropertyGenerator" Version="1.4.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="EventGenerator.Generator" Version="0.13.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\H.NotifyIcon\H.NotifyIcon.csproj" />
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
<SignAssembly>false</SignAssembly>
<DefineConstants>$(DefineConstants);HAS_UNO;IS_PACKABLE;HAS_PLATFORM_CODE</DefineConstants>
<NoWarn>$(NoWarn);Uno0001;Uno0002;CA1010;CA1031;CS8002;CA1416;CA1063;CA1513;CA2000;CS0114;CS3009</NoWarn>
<Nullable>enable</Nullable>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Uno.UI" Version="5.5.94" />
</ItemGroup>

<PropertyGroup Label="NuGet">
<Description>This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the Uno.Skia.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 Uno.Skia.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.
</Description>
<PackageTags>NotifyIcon, Uno, Tray, Notify, ToolTip, Popup, Balloon, Toast</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DependencyPropertyGenerator" Version="1.4.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="EventGenerator.Generator" Version="0.13.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\H.NotifyIcon\H.NotifyIcon.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest" Version="3.6.4" />
<PackageReference Include="MSTest" Version="3.7.0" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="System.Memory" Version="4.6.0" />
</ItemGroup>
Expand Down

0 comments on commit fd2185e

Please sign in to comment.