From a4ea49f7205eade3cdeae8faca3363abb83db448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:16:56 +0000 Subject: [PATCH 1/5] Bump Microsoft.Data.Sqlite from 8.0.10 to 9.0.0 Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 8.0.10 to 9.0.0. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.10...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Data.Sqlite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/GangsImpl/SQLite/SQLite.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GangsImpl/SQLite/SQLite.csproj b/src/GangsImpl/SQLite/SQLite.csproj index f90e045..03561e5 100644 --- a/src/GangsImpl/SQLite/SQLite.csproj +++ b/src/GangsImpl/SQLite/SQLite.csproj @@ -11,7 +11,7 @@ - + From 99f884c1708e20eb376f5cbc08a19b81d3830778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:14:20 +0000 Subject: [PATCH 2/5] Bump CounterStrikeSharp.API and Microsoft.Extensions.DependencyInjection.Abstractions Bumps [CounterStrikeSharp.API](https://github.com/roflmuffin/CounterStrikeSharp) and [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `CounterStrikeSharp.API` from 1.0.284 to 1.0.290 - [Release notes](https://github.com/roflmuffin/CounterStrikeSharp/releases) - [Commits](https://github.com/roflmuffin/CounterStrikeSharp/commits) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.2 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v8.0.0) --- updated-dependencies: - dependency-name: CounterStrikeSharp.API dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/CS2/Gangs/Gangs.csproj | 2 +- src/GangsAPI/GangsAPI.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CS2/Gangs/Gangs.csproj b/src/CS2/Gangs/Gangs.csproj index 183ac96..d3db2e2 100644 --- a/src/CS2/Gangs/Gangs.csproj +++ b/src/CS2/Gangs/Gangs.csproj @@ -20,7 +20,7 @@ - + diff --git a/src/GangsAPI/GangsAPI.csproj b/src/GangsAPI/GangsAPI.csproj index fc46ab9..592aedb 100644 --- a/src/GangsAPI/GangsAPI.csproj +++ b/src/GangsAPI/GangsAPI.csproj @@ -6,7 +6,7 @@ enable - + From 693dbc761d5a16f9c6d903e87bf4e9026465e9cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:14:52 +0000 Subject: [PATCH 3/5] Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.1 to 17.12.0. - [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.1...v17.12.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/GangsImpl/Mock/Mock.csproj | 2 +- src/GangsTest/GangsTest.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GangsImpl/Mock/Mock.csproj b/src/GangsImpl/Mock/Mock.csproj index ffa7ac1..4e7fba4 100644 --- a/src/GangsImpl/Mock/Mock.csproj +++ b/src/GangsImpl/Mock/Mock.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/GangsTest/GangsTest.csproj b/src/GangsTest/GangsTest.csproj index 5cbe7bb..ca1ff71 100644 --- a/src/GangsTest/GangsTest.csproj +++ b/src/GangsTest/GangsTest.csproj @@ -13,7 +13,7 @@ - + From 5439e75d0a349d1ba3cf5cf52ab4b884abc28a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 05:31:38 +0000 Subject: [PATCH 4/5] Bump MySqlConnector from 2.3.7 to 2.4.0 Bumps [MySqlConnector](https://github.com/mysql-net/MySqlConnector) from 2.3.7 to 2.4.0. - [Release notes](https://github.com/mysql-net/MySqlConnector/releases) - [Changelog](https://github.com/mysql-net/MySqlConnector/blob/master/docs/VersionHistory.md) - [Commits](https://github.com/mysql-net/MySqlConnector/compare/2.3.7...2.4.0) --- updated-dependencies: - dependency-name: MySqlConnector dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/CS2/Leaderboard/Leaderboard.csproj | 2 +- src/GangsImpl/AbstractDB/AbstractDB.csproj | 2 +- src/GangsImpl/MySQL/MySQL.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CS2/Leaderboard/Leaderboard.csproj b/src/CS2/Leaderboard/Leaderboard.csproj index ff474bf..28b5b3f 100644 --- a/src/CS2/Leaderboard/Leaderboard.csproj +++ b/src/CS2/Leaderboard/Leaderboard.csproj @@ -18,6 +18,6 @@ - + diff --git a/src/GangsImpl/AbstractDB/AbstractDB.csproj b/src/GangsImpl/AbstractDB/AbstractDB.csproj index 806d8f5..1c7ab13 100644 --- a/src/GangsImpl/AbstractDB/AbstractDB.csproj +++ b/src/GangsImpl/AbstractDB/AbstractDB.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/GangsImpl/MySQL/MySQL.csproj b/src/GangsImpl/MySQL/MySQL.csproj index e871f8e..35e71e4 100644 --- a/src/GangsImpl/MySQL/MySQL.csproj +++ b/src/GangsImpl/MySQL/MySQL.csproj @@ -9,7 +9,7 @@ - + From 76871bc84f98489b2654a92c815b25c8044b3b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 05:49:38 +0000 Subject: [PATCH 5/5] Bump Microsoft.Extensions.DependencyInjection.Abstractions Bumps [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) from 8.0.2 to 9.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/CS2/Commands/Commands.csproj | 2 +- src/GangsAPI/GangsAPI.csproj | 2 +- src/GangsImpl/Mock/Mock.csproj | 2 +- src/GangsTest/GangsTest.csproj | 2 +- src/StatsTracker/StatsTracker.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/CS2/Commands/Commands.csproj b/src/CS2/Commands/Commands.csproj index 50f0f2c..5c30c65 100644 --- a/src/CS2/Commands/Commands.csproj +++ b/src/CS2/Commands/Commands.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/GangsAPI/GangsAPI.csproj b/src/GangsAPI/GangsAPI.csproj index 592aedb..6bac17c 100644 --- a/src/GangsAPI/GangsAPI.csproj +++ b/src/GangsAPI/GangsAPI.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/GangsImpl/Mock/Mock.csproj b/src/GangsImpl/Mock/Mock.csproj index 4e7fba4..c563b66 100644 --- a/src/GangsImpl/Mock/Mock.csproj +++ b/src/GangsImpl/Mock/Mock.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/GangsTest/GangsTest.csproj b/src/GangsTest/GangsTest.csproj index ca1ff71..172b9fd 100644 --- a/src/GangsTest/GangsTest.csproj +++ b/src/GangsTest/GangsTest.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/StatsTracker/StatsTracker.csproj b/src/StatsTracker/StatsTracker.csproj index 38d7afa..534e7b2 100644 --- a/src/StatsTracker/StatsTracker.csproj +++ b/src/StatsTracker/StatsTracker.csproj @@ -7,7 +7,7 @@ - +