Skip to content

Commit

Permalink
chore(deps): Bump the all group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates: [Uno.UI](https://github.com/unoplatform/uno), [MSTest](https://github.com/microsoft/testfx) and System.Memory.


Updates `Uno.UI` from 5.5.87 to 5.5.94
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](unoplatform/uno@5.5.87...5.5.94)

Updates `MSTest` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.4...v3.7.0)

Updates `System.Memory` from 4.6.0 to 4.5.4

---
updated-dependencies:
- dependency-name: Uno.UI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MSTest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: System.Memory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 62f19b4 commit 9b7f36b
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 9b7f36b

Please sign in to comment.