From 5d22937e4cabc157418e70f9eb26d606cb9990f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 03:29:09 +0000 Subject: [PATCH 01/10] Build(deps): Bump MongoDB.Driver from 2.17.1 to 2.18.0 Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.17.1 to 2.18.0. - [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases) - [Commits](https://github.com/mongodb/mongo-csharp-driver/compare/v2.17.1...v2.18.0) --- updated-dependencies: - dependency-name: MongoDB.Driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj b/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj index 81570e4..605b81f 100644 --- a/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj +++ b/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj @@ -8,7 +8,7 @@ - + From 2509b68d88150047ab7f6a2244053374109ddb4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 03:28:50 +0000 Subject: [PATCH 02/10] Build(deps): Bump Serilog.Sinks.Mongodb.TimeSeries from 3.0.12 to 3.0.13 Bumps [Serilog.Sinks.Mongodb.TimeSeries](https://github.com/brammys/Serilog.Sinks.Mongodb.TimeSeries) from 3.0.12 to 3.0.13. - [Release notes](https://github.com/brammys/Serilog.Sinks.Mongodb.TimeSeries/releases) - [Commits](https://github.com/brammys/Serilog.Sinks.Mongodb.TimeSeries/compare/v3.0.12...v3.0.13) --- updated-dependencies: - dependency-name: Serilog.Sinks.Mongodb.TimeSeries dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj b/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj index 605b81f..7b3bae2 100644 --- a/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj +++ b/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj @@ -10,7 +10,7 @@ - + From e42d71a1197ea7fada34f221c420de45fc9e0b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 03:27:22 +0000 Subject: [PATCH 03/10] Build(deps): Bump FluentAssertions from 6.7.0 to 6.8.0 Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.7.0 to 6.8.0. - [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.7.0...6.8.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj | 2 +- .../Bot.persistence.MongoDb.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj b/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj index 5015d7f..9644cca 100644 --- a/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj +++ b/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj b/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj index fdf4231..acdd083 100644 --- a/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj +++ b/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 030f2c99173bcb9a16f905ed60b91bf8a37a2dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 03:25:17 +0000 Subject: [PATCH 04/10] Build(deps): Bump NUnit3TestAdapter from 4.2.1 to 4.3.0 Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.2.1...V4.3.0) --- updated-dependencies: - dependency-name: NUnit3TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj | 2 +- .../Bot.persistence.MongoDb.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj b/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj index 9644cca..783918c 100644 --- a/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj +++ b/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj @@ -14,7 +14,7 @@ - + diff --git a/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj b/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj index acdd083..74c7db3 100644 --- a/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj +++ b/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj @@ -14,7 +14,7 @@ - + From 32058009d52be503ceb75db24e9a0e151b563271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 03:39:10 +0000 Subject: [PATCH 05/10] Build(deps): Bump Serilog.Sinks.Mongodb.TimeSeries from 3.0.13 to 3.0.14 Bumps [Serilog.Sinks.Mongodb.TimeSeries](https://github.com/brammys/Serilog.Sinks.Mongodb.TimeSeries) from 3.0.13 to 3.0.14. - [Release notes](https://github.com/brammys/Serilog.Sinks.Mongodb.TimeSeries/releases) - [Commits](https://github.com/brammys/Serilog.Sinks.Mongodb.TimeSeries/compare/v3.0.13...v3.0.14) --- updated-dependencies: - dependency-name: Serilog.Sinks.Mongodb.TimeSeries dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj b/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj index 7b3bae2..f2b2652 100644 --- a/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj +++ b/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj @@ -10,7 +10,7 @@ - + From c105d088e1b8abff0632e93a6c66ed056dbd603c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 03:14:03 +0000 Subject: [PATCH 06/10] Build(deps): Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.2 to 17.4.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.3.2...v17.4.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj | 2 +- .../Bot.persistence.MongoDb.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj b/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj index 783918c..08024b5 100644 --- a/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj +++ b/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj @@ -15,7 +15,7 @@ - + diff --git a/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj b/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj index 74c7db3..756d8c3 100644 --- a/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj +++ b/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj @@ -15,7 +15,7 @@ - + From 882742faca101f458aa9c1beb4c877585d6c20c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 03:14:09 +0000 Subject: [PATCH 07/10] Build(deps): Bump Microsoft.Extensions.DependencyInjection Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj b/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj index f2b2652..854f83b 100644 --- a/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj +++ b/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj @@ -7,7 +7,7 @@ - + From eeb039cf941f08afbb81c4421639397be8d2a0c2 Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 9 Nov 2022 09:38:45 +0100 Subject: [PATCH 08/10] Updated project to dotnet 7 --- src/Bot.Discord/Bot.Discord.csproj | 2 +- src/Bot/Bot.csproj | 2 +- .../Bot.persistence.Domain/Bot.persistence.Domain.csproj | 2 +- .../Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj | 2 +- src/persistence/Bot.persistence/Bot.persistence.csproj | 2 +- tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj | 2 +- .../Bot.persistence.MongoDb.Tests.csproj | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Bot.Discord/Bot.Discord.csproj b/src/Bot.Discord/Bot.Discord.csproj index e6cc8e9..34fc1bd 100644 --- a/src/Bot.Discord/Bot.Discord.csproj +++ b/src/Bot.Discord/Bot.Discord.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/src/Bot/Bot.csproj b/src/Bot/Bot.csproj index bda0107..7d13192 100644 --- a/src/Bot/Bot.csproj +++ b/src/Bot/Bot.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable Linux diff --git a/src/persistence/Bot.persistence.Domain/Bot.persistence.Domain.csproj b/src/persistence/Bot.persistence.Domain/Bot.persistence.Domain.csproj index eb2460e..6836c68 100644 --- a/src/persistence/Bot.persistence.Domain/Bot.persistence.Domain.csproj +++ b/src/persistence/Bot.persistence.Domain/Bot.persistence.Domain.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj b/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj index f2b2652..e7c7e9e 100644 --- a/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj +++ b/src/persistence/Bot.persistence.MongoDb/Bot.persistence.MongoDb.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/src/persistence/Bot.persistence/Bot.persistence.csproj b/src/persistence/Bot.persistence/Bot.persistence.csproj index 115441f..0915386 100644 --- a/src/persistence/Bot.persistence/Bot.persistence.csproj +++ b/src/persistence/Bot.persistence/Bot.persistence.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj b/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj index 08024b5..3001a77 100644 --- a/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj +++ b/tests/Bot.Discord.Tests/Bot.Discord.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj b/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj index 756d8c3..32045a1 100644 --- a/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj +++ b/tests/persistence/Bot.persistence.MongoDb.Tests/Bot.persistence.MongoDb.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable From 71e2c3a4ab4e4e3b87886ebe9a5ad16525aa37f9 Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 9 Nov 2022 09:38:51 +0100 Subject: [PATCH 09/10] Updated workflow to dotnet 7 --- .github/workflows/dotnetBuild.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnetBuild.yml b/.github/workflows/dotnetBuild.yml index d557e59..f8b9610 100644 --- a/.github/workflows/dotnetBuild.yml +++ b/.github/workflows/dotnetBuild.yml @@ -10,14 +10,14 @@ jobs: os: [ubuntu-latest] steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 - run: echo ${{matrix.os}} - name: Setup .NET SDK - uses: actions/setup-dotnet@v1.7.2 + uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 7.0.x - name: Install dependencies run: dotnet restore From 0b506178237f0dbb491eb325c4ad4b0c51a5e851 Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 9 Nov 2022 09:39:02 +0100 Subject: [PATCH 10/10] Updated dotnet version in readme to dotnet 7 --- .github/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index 84a264f..e73ffbb 100644 --- a/.github/README.md +++ b/.github/README.md @@ -75,8 +75,8 @@ This template includes basic commands including a help command with multiple pag ### Built With -* [.NET 6](https://dotnet.microsoft.com/download/dotnet/6.0) -* [ASP.NET](https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-6.0) +* [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0) +* [ASP.NET](https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-7.0) * [Color-Chan.Discord](https://github.com/Color-Chan/Color-Chan.Discord) * [Serilog.Sinks.Mongodb.TimeSeries](https://github.com/BrammyS/Serilog.Sinks.Mongodb.TimeSeries) @@ -88,7 +88,7 @@ To get a local copy up and running follow these simple steps. ### Prerequisites -* [.NET 6](https://dotnet.microsoft.com/download/dotnet/6.0) +* [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0) ### Installation