Skip to content

Commit

Permalink
chore(deps): Bump the all group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [DependencyPropertyGenerator](https://github.com/HavenDV/DependencyPropertyGenerator) | `1.3.2` | `1.3.3` |
| [Uno.UI](https://github.com/unoplatform/uno) | `5.0.19` | `5.0.41` |
| [Uno.WinUI](https://github.com/unoplatform/uno) | `5.0.19` | `5.0.41` |
| [Uno.WinUI.Skia.Wpf](https://github.com/unoplatform/uno) | `5.0.19` | `5.0.41` |
| [Uno.WinUI.RemoteControl](https://github.com/unoplatform/uno) | `5.0.19` | `5.0.41` |
| [Uno.UI.Adapter.Microsoft.Extensions.Logging](https://github.com/unoplatform/uno) | `5.0.19` | `5.0.41` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.7.2` | `17.8.0` |


Updates `DependencyPropertyGenerator` from 1.3.2 to 1.3.3
- [Commits](https://github.com/HavenDV/DependencyPropertyGenerator/commits)

Updates `Uno.UI` from 5.0.19 to 5.0.41
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

Updates `Uno.WinUI` from 5.0.19 to 5.0.41
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

Updates `Uno.WinUI.Skia.Wpf` from 5.0.19 to 5.0.41
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

Updates `Uno.WinUI.RemoteControl` from 5.0.19 to 5.0.41
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

Updates `Uno.UI.Adapter.Microsoft.Extensions.Logging` from 5.0.19 to 5.0.41
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

Updates `Microsoft.NET.Test.Sdk` from 17.7.2 to 17.8.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.7.2...v17.8.0)

---
updated-dependencies:
- dependency-name: DependencyPropertyGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Uno.UI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Uno.WinUI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Uno.WinUI.Skia.Wpf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Uno.WinUI.RemoteControl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Uno.UI.Adapter.Microsoft.Extensions.Logging
  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-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and HavenDV committed Nov 13, 2023
1 parent 753f3a0 commit 1a76a2a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Uno.WinUI.Skia.Wpf" Version="5.0.19" />
<PackageReference Include="Uno.WinUI.RemoteControl" Condition="'$(Configuration)'=='Debug'" Version="5.0.19" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.19" />
<PackageReference Include="Uno.WinUI.Skia.Wpf" Version="5.0.41" />
<PackageReference Include="Uno.WinUI.RemoteControl" Condition="'$(Configuration)'=='Debug'" Version="5.0.41" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.41" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DependencyPropertyGenerator" Version="1.3.2">
<PackageReference Include="DependencyPropertyGenerator" Version="1.3.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/H.NotifyIcon.Maui/H.NotifyIcon.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ popups, context menus, and balloon messages. It can be used directly in code or
</ItemGroup>

<ItemGroup>
<PackageReference Include="DependencyPropertyGenerator" Version="1.3.2">
<PackageReference Include="DependencyPropertyGenerator" Version="1.3.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/libs/H.NotifyIcon.Uno.WinUI/H.NotifyIcon.Uno.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Uno.WinUI" Version="5.0.19" />
<PackageReference Include="Uno.WinUI" Version="5.0.41" />
</ItemGroup>

<PropertyGroup Label="NuGet">
Expand All @@ -22,7 +22,7 @@ popups, context menus, and balloon messages. It can be used directly in code or
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DependencyPropertyGenerator" Version="1.3.2">
<PackageReference Include="DependencyPropertyGenerator" Version="1.3.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/libs/H.NotifyIcon.Uno/H.NotifyIcon.Uno.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

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

<PropertyGroup Label="NuGet">
Expand All @@ -22,7 +22,7 @@ popups, context menus, and balloon messages. It can be used directly in code or
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DependencyPropertyGenerator" Version="1.3.2">
<PackageReference Include="DependencyPropertyGenerator" Version="1.3.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/H.NotifyIcon.WinUI/H.NotifyIcon.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ popups, context menus, and balloon messages. It can be used directly in code or
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DependencyPropertyGenerator" Version="1.3.2">
<PackageReference Include="DependencyPropertyGenerator" Version="1.3.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ popups, context menus, and balloon messages. It can be used directly in code or
</ItemGroup>

<ItemGroup>
<PackageReference Include="DependencyPropertyGenerator" Version="1.3.2">
<PackageReference Include="DependencyPropertyGenerator" Version="1.3.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
Expand Down

0 comments on commit 1a76a2a

Please sign in to comment.