From dcec809562e2011f19ef2d68ebe3f2787d879d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:23:25 +0000 Subject: [PATCH] Bump the nuget group with 8 updates Bumps the nuget group with 8 updates: | Package | From | To | | --- | --- | --- | | [CSharpier.MsBuild](https://github.com/belav/csharpier) | `0.29.1` | `0.29.2` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.0` | `6.12.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.0` | `17.11.1` | | [xunit](https://github.com/xunit/xunit) | `2.9.0` | `2.9.2` | | [Polly](https://github.com/App-vNext/Polly) | `8.4.1` | `8.4.2` | | [YoutubeExplode](https://github.com/Tyrrrz/YoutubeExplode) | `6.4.0` | `6.4.2` | | [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) | `8.3.0` | `8.3.2` | | [Material.Avalonia](https://github.com/AvaloniaCommunity/Material.Avalonia) | `3.7.2` | `3.7.4` | Updates `CSharpier.MsBuild` from 0.29.1 to 0.29.2 - [Release notes](https://github.com/belav/csharpier/releases) - [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md) - [Commits](https://github.com/belav/csharpier/compare/0.29.1...0.29.2) Updates `FluentAssertions` from 6.12.0 to 6.12.1 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1) 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) Updates `xunit` from 2.9.0 to 2.9.2 - [Commits](https://github.com/xunit/xunit/compare/v2-2.9.0...v2-2.9.2) Updates `Polly` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/App-vNext/Polly/releases) - [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md) - [Commits](https://github.com/App-vNext/Polly/compare/8.4.1...8.4.2) Updates `YoutubeExplode` from 6.4.0 to 6.4.2 - [Release notes](https://github.com/Tyrrrz/YoutubeExplode/releases) - [Commits](https://github.com/Tyrrrz/YoutubeExplode/compare/6.4...6.4.2) Updates `CommunityToolkit.Mvvm` from 8.3.0 to 8.3.2 - [Release notes](https://github.com/CommunityToolkit/dotnet/releases) - [Commits](https://github.com/CommunityToolkit/dotnet/compare/v8.3.0...v8.3.2) Updates `Material.Avalonia` from 3.7.2 to 3.7.4 - [Release notes](https://github.com/AvaloniaCommunity/Material.Avalonia/releases) - [Commits](https://github.com/AvaloniaCommunity/Material.Avalonia/compare/v3.7.2...v3.7.4) --- updated-dependencies: - dependency-name: CSharpier.MsBuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Polly dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: YoutubeExplode dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: CommunityToolkit.Mvvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Material.Avalonia dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget ... Signed-off-by: dependabot[bot] --- .../DiscordChatExporter.Cli.Tests.csproj | 8 ++++---- DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj | 2 +- DiscordChatExporter.Core/DiscordChatExporter.Core.csproj | 6 +++--- DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DiscordChatExporter.Cli.Tests/DiscordChatExporter.Cli.Tests.csproj b/DiscordChatExporter.Cli.Tests/DiscordChatExporter.Cli.Tests.csproj index 6ae4d5b5e..c7ca05923 100644 --- a/DiscordChatExporter.Cli.Tests/DiscordChatExporter.Cli.Tests.csproj +++ b/DiscordChatExporter.Cli.Tests/DiscordChatExporter.Cli.Tests.csproj @@ -13,15 +13,15 @@ - - + + - - + + diff --git a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj index 24e07e36a..22bea5952 100644 --- a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj +++ b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj @@ -9,7 +9,7 @@ - + diff --git a/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj b/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj index c65a0fa21..40d426ae3 100644 --- a/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj +++ b/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj @@ -2,14 +2,14 @@ - + - + - + diff --git a/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj b/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj index ea3434af7..87255fb7f 100644 --- a/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj +++ b/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj @@ -19,12 +19,12 @@ - - + + - +