From 0da272595c5ff46d9f77bb180bdbfb4cadd1d1b8 Mon Sep 17 00:00:00 2001 From: Marcel <1721382+pyrocumulus@users.noreply.github.com> Date: Thu, 4 May 2023 21:25:12 +0200 Subject: [PATCH 01/35] Fix workflow status shield badge thing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e66376..8ddcfa2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![GitHub last commit (main)](https://img.shields.io/github/last-commit/pyrocumulus/PVOutput.Net/main?label=last%20commit%20%28main%29) [![NuGet Version](https://img.shields.io/nuget/v/PVOutput.Net.svg?logo=nuget)](https://www.nuget.org/packages/PVOutput.Net/) [![NuGet Downloads](https://img.shields.io/nuget/dt/PVOutput.Net.svg?logo=nuget)](https://www.nuget.org/packages/PVOutput.Net/) -[![.NET Core](https://img.shields.io/github/workflow/status/pyrocumulus/PVOutput.Net/.NET%20Core/develop)](https://github.com/pyrocumulus/pvoutput.net/actions?query=workflow%3A%22.NET+Core%22) +[![NET Core](https://github.com/pyrocumulus/pvoutput.net/actions/workflows/dotnetcore.yml/badge.svg?branch=develop) [![Code coverage](https://img.shields.io/codecov/c/github/pyrocumulus/PVOutput.Net/develop)](https://codecov.io/gh/pyrocumulus/pvoutput.net) ## Installation From 3b035deb2c7cd517567075fb31d0cf9e4b393409 Mon Sep 17 00:00:00 2001 From: Marcel <1721382+pyrocumulus@users.noreply.github.com> Date: Thu, 4 May 2023 21:34:37 +0200 Subject: [PATCH 02/35] Fixed link as well --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ddcfa2..20c3922 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![GitHub last commit (main)](https://img.shields.io/github/last-commit/pyrocumulus/PVOutput.Net/main?label=last%20commit%20%28main%29) [![NuGet Version](https://img.shields.io/nuget/v/PVOutput.Net.svg?logo=nuget)](https://www.nuget.org/packages/PVOutput.Net/) [![NuGet Downloads](https://img.shields.io/nuget/dt/PVOutput.Net.svg?logo=nuget)](https://www.nuget.org/packages/PVOutput.Net/) -[![NET Core](https://github.com/pyrocumulus/pvoutput.net/actions/workflows/dotnetcore.yml/badge.svg?branch=develop) +[![NET Core](https://github.com/pyrocumulus/pvoutput.net/actions/workflows/dotnetcore.yml/badge.svg?branch=develop)](https://github.com/pyrocumulus/pvoutput.net/actions?query=workflow%3A%22.NET+Core%22) [![Code coverage](https://img.shields.io/codecov/c/github/pyrocumulus/PVOutput.Net/develop)](https://codecov.io/gh/pyrocumulus/pvoutput.net) ## Installation From 276936f34798f584fe0d28b40a2b55c8435fba70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 09:57:00 +0000 Subject: [PATCH 03/35] Bump alirezanet/publish-nuget from 3.0.5 to 3.1.0 Bumps [alirezanet/publish-nuget](https://github.com/alirezanet/publish-nuget) from 3.0.5 to 3.1.0. - [Release notes](https://github.com/alirezanet/publish-nuget/releases) - [Commits](https://github.com/alirezanet/publish-nuget/compare/v3.0.5...v3.1.0) --- updated-dependencies: - dependency-name: alirezanet/publish-nuget dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 8fea0fd..6db4186 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -18,7 +18,7 @@ jobs: # Publish - name: publish on version change id: publish_nuget - uses: alirezanet/publish-nuget@v3.0.5 + uses: alirezanet/publish-nuget@v3.1.0 with: # Filepath of the project to be packaged, relative to root of repository PROJECT_FILE_PATH: src/PVOutput.Net/PVOutput.Net.csproj From 7e679fc1c24064214b6f7d2eefeca9f2a1d6f8a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 09:57:18 +0000 Subject: [PATCH 04/35] Bump coverlet.msbuild from 3.2.0 to 6.0.0 in /tests/PVOutput.Net.Tests Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.2.0 to 6.0.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v3.2.0...v6.0.0) --- updated-dependencies: - dependency-name: coverlet.msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index 95c28f3..786156e 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -6,7 +6,7 @@ ..\..\artifacts\ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 4754828af9d37c55b2e13227196faa91f11c9012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 09:56:58 +0000 Subject: [PATCH 05/35] Bump actions/setup-dotnet from 3.0.3 to 3.2.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.3 to 3.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.3...v3.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov.yml | 2 +- .github/workflows/docfx.yml | 2 +- .github/workflows/dotnetcore.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 8b06a16..874ead6 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup .NET Core - uses: actions/setup-dotnet@v3.0.3 + uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: 3.1.100 - name: Test with dotnet diff --git a/.github/workflows/docfx.yml b/.github/workflows/docfx.yml index 2bdbdac..0f3a5d1 100644 --- a/.github/workflows/docfx.yml +++ b/.github/workflows/docfx.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup .NET Core - uses: actions/setup-dotnet@v3.0.3 + uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: 3.1.100 diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index d20144d..d92ab75 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup .NET Core - uses: actions/setup-dotnet@v3.0.3 + uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: 3.1.100 - name: Build with dotnet From 0597454396f4d73a142cc509367d2e81e41fcec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 09:57:05 +0000 Subject: [PATCH 06/35] Bump NUnit3TestAdapter from 4.4.2 to 4.5.0 in /tests/PVOutput.Net.Tests Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.4.2 to 4.5.0. - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.4.2...V4.5.0) --- updated-dependencies: - dependency-name: NUnit3TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index 95c28f3..d2ae840 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -14,7 +14,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 4182980f614cecf757c88a0a6924349eebe9f89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 09:57:00 +0000 Subject: [PATCH 07/35] Bump Microsoft.Extensions.Logging.Abstractions Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/PVOutput.Net/PVOutput.Net.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PVOutput.Net/PVOutput.Net.csproj b/src/PVOutput.Net/PVOutput.Net.csproj index b558436..fb52b23 100644 --- a/src/PVOutput.Net/PVOutput.Net.csproj +++ b/src/PVOutput.Net/PVOutput.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -50,7 +50,7 @@ https://github.com/pyrocumulus/pvoutput.net/blob/main/CHANGELOG.mdruntime; build; native; contentfiles; analyzers; buildtransitive - + From 76b735b2be258e0a857ef8c538827d8c5e8a37cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 09:57:07 +0000 Subject: [PATCH 08/35] Bump Microsoft.Extensions.Logging.Abstractions in /src/PVOutput.Net Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/PVOutput.Net/PVOutput.Net.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PVOutput.Net/PVOutput.Net.csproj b/src/PVOutput.Net/PVOutput.Net.csproj index b558436..fb52b23 100644 --- a/src/PVOutput.Net/PVOutput.Net.csproj +++ b/src/PVOutput.Net/PVOutput.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -50,7 +50,7 @@ https://github.com/pyrocumulus/pvoutput.net/blob/main/CHANGELOG.mdruntime; build; native; contentfiles; analyzers; buildtransitive - + From e02a8b8e4072ad975dcc1a1dcbbbf8592ec1686e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:27:57 +0000 Subject: [PATCH 09/35] Bump Microsoft.NET.Test.Sdk in /tests/PVOutput.Net.Tests Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.7.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.5.0...v17.7.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/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index 95c28f3..bdcea83 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -18,7 +18,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + From 7471c28fe46b4596b562ec3baa1ad44e0e96eba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:17:37 +0000 Subject: [PATCH 10/35] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docfx.yml | 2 +- .github/workflows/dotnetcore.yml | 2 +- .github/workflows/publish-nuget.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 874ead6..e72d195 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core uses: actions/setup-dotnet@v3.2.0 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a98b59c..30ba37a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docfx.yml b/.github/workflows/docfx.yml index 0f3a5d1..40c8bb6 100644 --- a/.github/workflows/docfx.yml +++ b/.github/workflows/docfx.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core uses: actions/setup-dotnet@v3.2.0 with: diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index d92ab75..8e838b6 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core uses: actions/setup-dotnet@v3.2.0 with: diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 6db4186..ba43a74 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -8,7 +8,7 @@ jobs: name: build, pack & publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # - name: Setup dotnet # uses: actions/setup-dotnet@v1 From 842363e7391a1f5a0a10c3c11bb52d25746ce8d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:21:23 +0000 Subject: [PATCH 11/35] Bump Microsoft.NET.Test.Sdk in /tests/PVOutput.Net.Tests Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.0 to 17.7.2. - [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.7.0...v17.7.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index bdcea83..af2fa0e 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -18,7 +18,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + From 6128bf040a056535b9f9792a47aae64575d1a029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:21:45 +0000 Subject: [PATCH 12/35] Bump Microsoft.CodeAnalysis.NetAnalyzers in /tests/PVOutput.Net.Tests Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 7.0.1 to 7.0.4. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md) - [Commits](https://github.com/dotnet/roslyn-analyzers/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/PVOutput.Net/PVOutput.Net.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVOutput.Net/PVOutput.Net.csproj b/src/PVOutput.Net/PVOutput.Net.csproj index fb52b23..430aca7 100644 --- a/src/PVOutput.Net/PVOutput.Net.csproj +++ b/src/PVOutput.Net/PVOutput.Net.csproj @@ -45,7 +45,7 @@ https://github.com/pyrocumulus/pvoutput.net/blob/main/CHANGELOG.md - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 52da8ae185f0b0518cd020d8f9855ff0fd4633d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:46:49 +0000 Subject: [PATCH 13/35] Bump RichardSzalay.MockHttp in /tests/PVOutput.Net.Tests Bumps [RichardSzalay.MockHttp](https://github.com/richardszalay/mockhttp) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/richardszalay/mockhttp/releases) - [Changelog](https://github.com/richardszalay/mockhttp/blob/master/CHANGELOG) - [Commits](https://github.com/richardszalay/mockhttp/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: RichardSzalay.MockHttp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 2 +- tests/PVOutput.Net.Tests/packages.config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index a092a69..8c0a795 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/PVOutput.Net.Tests/packages.config b/tests/PVOutput.Net.Tests/packages.config index 0383ffe..6cb151b 100644 --- a/tests/PVOutput.Net.Tests/packages.config +++ b/tests/PVOutput.Net.Tests/packages.config @@ -1,6 +1,6 @@ - + - + \ No newline at end of file From 7b345d0bc257efeecfa89be1916485958628d78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:05:20 +0000 Subject: [PATCH 14/35] Bump NSubstitute from 5.0.0 to 5.1.0 in /tests/PVOutput.Net.Tests Bumps NSubstitute from 5.0.0 to 5.1.0. --- updated-dependencies: - dependency-name: NSubstitute dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index 7e23cca..17216ad 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -10,7 +10,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + From aaf8d9bb5914c4ebd6ad9cb56e65d00afa08e6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:17:56 +0000 Subject: [PATCH 15/35] Bump NUnit.Analyzers from 3.6.1 to 3.9.0 in /tests/PVOutput.Net.Tests Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.6.1 to 3.9.0. - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt) - [Commits](https://github.com/nunit/nunit.analyzers/compare/3.6.1...3.9.0) --- updated-dependencies: - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index 7e23cca..2cdff02 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -12,7 +12,7 @@ - + all From 7f6f3c882f5337ee6bb848796a8984d09740c201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:48:05 +0000 Subject: [PATCH 16/35] Bump Microsoft.NET.Test.Sdk in /tests/PVOutput.Net.Tests Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) 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](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.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/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index 7e23cca..a4320b0 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -18,7 +18,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + From b3e98d69a7d0530b22dec7eee24d619e3e981334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:28:43 +0000 Subject: [PATCH 17/35] Bump Microsoft.Extensions.DependencyInjection.Abstractions Bumps [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.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/PVOutput.Net/PVOutput.Net.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVOutput.Net/PVOutput.Net.csproj b/src/PVOutput.Net/PVOutput.Net.csproj index 430aca7..1d4054a 100644 --- a/src/PVOutput.Net/PVOutput.Net.csproj +++ b/src/PVOutput.Net/PVOutput.Net.csproj @@ -49,7 +49,7 @@ https://github.com/pyrocumulus/pvoutput.net/blob/main/CHANGELOG.mdall runtime; build; native; contentfiles; analyzers; buildtransitive - + From cd3df5876fda2d7de11bf9f565fe60545757d95b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:15:27 +0000 Subject: [PATCH 18/35] Bump Microsoft.CodeAnalysis.NetAnalyzers in /src/PVOutput.Net Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 7.0.4 to 8.0.0. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md) - [Commits](https://github.com/dotnet/roslyn-analyzers/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/PVOutput.Net/PVOutput.Net.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVOutput.Net/PVOutput.Net.csproj b/src/PVOutput.Net/PVOutput.Net.csproj index 430aca7..3f84389 100644 --- a/src/PVOutput.Net/PVOutput.Net.csproj +++ b/src/PVOutput.Net/PVOutput.Net.csproj @@ -45,7 +45,7 @@ https://github.com/pyrocumulus/pvoutput.net/blob/main/CHANGELOG.md - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 757bc4faad9607c6bf0445438f6631d188afc0c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 15:06:07 +0000 Subject: [PATCH 19/35] Bump Microsoft.Extensions.Logging.Abstractions in /src/PVOutput.Net Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/PVOutput.Net/PVOutput.Net.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVOutput.Net/PVOutput.Net.csproj b/src/PVOutput.Net/PVOutput.Net.csproj index 8e5d307..86da227 100644 --- a/src/PVOutput.Net/PVOutput.Net.csproj +++ b/src/PVOutput.Net/PVOutput.Net.csproj @@ -50,7 +50,7 @@ https://github.com/pyrocumulus/pvoutput.net/blob/main/CHANGELOG.mdruntime; build; native; contentfiles; analyzers; buildtransitive - + From c3f5cfab8170bd4f6f03acd2b2206b5076931f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 15:06:08 +0000 Subject: [PATCH 20/35] Bump Microsoft.Extensions.Logging.Abstractions Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/PVOutput.Net/PVOutput.Net.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVOutput.Net/PVOutput.Net.csproj b/src/PVOutput.Net/PVOutput.Net.csproj index 8e5d307..86da227 100644 --- a/src/PVOutput.Net/PVOutput.Net.csproj +++ b/src/PVOutput.Net/PVOutput.Net.csproj @@ -50,7 +50,7 @@ https://github.com/pyrocumulus/pvoutput.net/blob/main/CHANGELOG.mdruntime; build; native; contentfiles; analyzers; buildtransitive - + From c825ee6032367f0d112315be47227e181fa315c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 00:12:09 +0000 Subject: [PATCH 21/35] Bump NUnit from 3.13.3 to 3.14.0 in /tests/PVOutput.Net.Tests Bumps [NUnit](https://github.com/nunit/nunit) from 3.13.3 to 3.14.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v3.13.3...v3.14.0) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 2 +- tests/PVOutput.Net.Tests/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index b24906c..fdb3b93 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -11,7 +11,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/tests/PVOutput.Net.Tests/packages.config b/tests/PVOutput.Net.Tests/packages.config index 6cb151b..057c2df 100644 --- a/tests/PVOutput.Net.Tests/packages.config +++ b/tests/PVOutput.Net.Tests/packages.config @@ -1,6 +1,6 @@ - + \ No newline at end of file From 24b6b18faef99a764d86fe0530de9d6cc87b1dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:38:37 +0000 Subject: [PATCH 22/35] Bump NUnit from 3.14.0 to 4.0.0 in /tests/PVOutput.Net.Tests Bumps [NUnit](https://github.com/nunit/nunit) from 3.14.0 to 4.0.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v3.14.0...v4.0.0) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 2 +- tests/PVOutput.Net.Tests/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index fdb3b93..a14f25b 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -11,7 +11,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/tests/PVOutput.Net.Tests/packages.config b/tests/PVOutput.Net.Tests/packages.config index 057c2df..96a138f 100644 --- a/tests/PVOutput.Net.Tests/packages.config +++ b/tests/PVOutput.Net.Tests/packages.config @@ -1,6 +1,6 @@ - + \ No newline at end of file From 48e67e4c0b9b27c906cc5a4b664456f2e240796f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:58:29 +0000 Subject: [PATCH 23/35] Bump NUnit.Analyzers from 3.9.0 to 3.10.0 in /tests/PVOutput.Net.Tests Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt) - [Commits](https://github.com/nunit/nunit.analyzers/compare/3.9.0...3.10.0) --- updated-dependencies: - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index fdb3b93..42ada72 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -12,7 +12,7 @@ - + all From f706662d61a5436a022625e01f9f0c972fa6275a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:18:48 +0000 Subject: [PATCH 24/35] Bump actions/setup-dotnet from 3.2.0 to 4.0.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov.yml | 2 +- .github/workflows/docfx.yml | 2 +- .github/workflows/dotnetcore.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index e72d195..f9a4ccf 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: 3.1.100 - name: Test with dotnet diff --git a/.github/workflows/docfx.yml b/.github/workflows/docfx.yml index 40c8bb6..dcaf38a 100644 --- a/.github/workflows/docfx.yml +++ b/.github/workflows/docfx.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: 3.1.100 diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 8e838b6..13b6e93 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: 3.1.100 - name: Build with dotnet From eb06601159743114a88679c282f4f2e0442a6299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:42:09 +0000 Subject: [PATCH 25/35] Bump github/codeql-action from 2 to 3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 30ba37a..b8a31d8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -43,7 +43,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # ℹ️ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -57,4 +57,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 From 31305a758fd83d292ef2c30fcdab6b7faafbfa6e Mon Sep 17 00:00:00 2001 From: Marcel <1721382+pyrocumulus@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:59:46 +0100 Subject: [PATCH 26/35] Upgrade test project Moving from `.NET Core 3.1` to `.NET 8` --- .github/workflows/{dotnetcore.yml => dotnet-build.yml} | 7 ++++--- tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) rename .github/workflows/{dotnetcore.yml => dotnet-build.yml} (77%) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnet-build.yml similarity index 77% rename from .github/workflows/dotnetcore.yml rename to .github/workflows/dotnet-build.yml index 13b6e93..7469959 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnet-build.yml @@ -1,4 +1,4 @@ -name: .NET Core +name: .NET build on: push: @@ -14,10 +14,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup .NET Core + - name: Setup .NET uses: actions/setup-dotnet@v4.0.0 with: - dotnet-version: 3.1.100 + dotnet-version: 8.x + dotnet-quality: 'ga' - name: Build with dotnet run: dotnet build --configuration Release - name: Test with dotnet diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index 956f045..c4a5d44 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1 + net8.0 ..\..\artifacts\ @@ -11,7 +11,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + From adb9806c54fc09cee1216ad7eeeda4f749f42d9d Mon Sep 17 00:00:00 2001 From: Marcel <1721382+pyrocumulus@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:13:46 +0100 Subject: [PATCH 27/35] Fix packages.config version mismatch --- PVOutput.Net.sln | 4 ++-- tests/PVOutput.Net.Tests/packages.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PVOutput.Net.sln b/PVOutput.Net.sln index f30fdb9..eefd75b 100644 --- a/PVOutput.Net.sln +++ b/PVOutput.Net.sln @@ -10,8 +10,8 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project files", "Project files", "{0BCF7233-827B-4A45-8FB8-CDE08CB4B9AE}" ProjectSection(SolutionItems) = preProject CHANGELOG.md = CHANGELOG.md - CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md codecov.yml = codecov.yml + CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md CONTRIBUTING.md = CONTRIBUTING.md .github\dependabot.yml = .github\dependabot.yml LICENSE = LICENSE @@ -28,8 +28,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{ .github\workflows\codecov.yml = .github\workflows\codecov.yml .github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml .github\workflows\docfx.yml = .github\workflows\docfx.yml - .github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml .github\workflows\publish-nuget.yml = .github\workflows\publish-nuget.yml + .github\workflows\dotnet-build.yml = .github\workflows\dotnet-build.yml EndProjectSection EndProject Global diff --git a/tests/PVOutput.Net.Tests/packages.config b/tests/PVOutput.Net.Tests/packages.config index 96a138f..4080f7e 100644 --- a/tests/PVOutput.Net.Tests/packages.config +++ b/tests/PVOutput.Net.Tests/packages.config @@ -1,6 +1,6 @@ - + \ No newline at end of file From 64e1cd3b10d0a54fe23f27fb57b25723a3efef92 Mon Sep 17 00:00:00 2001 From: Marcel Boersma <1721382+pyrocumulus@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:24:09 +0100 Subject: [PATCH 28/35] Update README.md Fix broken badge for `.NET build` action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20c3922..44b511a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![GitHub last commit (main)](https://img.shields.io/github/last-commit/pyrocumulus/PVOutput.Net/main?label=last%20commit%20%28main%29) [![NuGet Version](https://img.shields.io/nuget/v/PVOutput.Net.svg?logo=nuget)](https://www.nuget.org/packages/PVOutput.Net/) [![NuGet Downloads](https://img.shields.io/nuget/dt/PVOutput.Net.svg?logo=nuget)](https://www.nuget.org/packages/PVOutput.Net/) -[![NET Core](https://github.com/pyrocumulus/pvoutput.net/actions/workflows/dotnetcore.yml/badge.svg?branch=develop)](https://github.com/pyrocumulus/pvoutput.net/actions?query=workflow%3A%22.NET+Core%22) +[![NET Core](https://github.com/pyrocumulus/pvoutput.net/actions/workflows/dotnet-build.yml/badge.svg?branch=develop)](https://github.com/pyrocumulus/pvoutput.net/actions?query=workflow%3A%22.NET+build%22) [![Code coverage](https://img.shields.io/codecov/c/github/pyrocumulus/PVOutput.Net/develop)](https://codecov.io/gh/pyrocumulus/pvoutput.net) ## Installation From 3228134a973c44026b359888958658115e526b01 Mon Sep 17 00:00:00 2001 From: Marcel Boersma <1721382+pyrocumulus@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:41:22 +0100 Subject: [PATCH 29/35] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b511a..0131901 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![GitHub last commit (main)](https://img.shields.io/github/last-commit/pyrocumulus/PVOutput.Net/main?label=last%20commit%20%28main%29) [![NuGet Version](https://img.shields.io/nuget/v/PVOutput.Net.svg?logo=nuget)](https://www.nuget.org/packages/PVOutput.Net/) [![NuGet Downloads](https://img.shields.io/nuget/dt/PVOutput.Net.svg?logo=nuget)](https://www.nuget.org/packages/PVOutput.Net/) -[![NET Core](https://github.com/pyrocumulus/pvoutput.net/actions/workflows/dotnet-build.yml/badge.svg?branch=develop)](https://github.com/pyrocumulus/pvoutput.net/actions?query=workflow%3A%22.NET+build%22) +[![NET Build](https://github.com/pyrocumulus/pvoutput.net/actions/workflows/dotnet-build.yml/badge.svg?branch=develop)](https://github.com/pyrocumulus/pvoutput.net/actions?query=workflow%3A%22.NET+build%22) [![Code coverage](https://img.shields.io/codecov/c/github/pyrocumulus/PVOutput.Net/develop)](https://codecov.io/gh/pyrocumulus/pvoutput.net) ## Installation From 6b4b11bfbc441c2617ae080665f3f50d5dab527d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:51:52 +0000 Subject: [PATCH 30/35] Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f9a4ccf..c48604d 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -21,5 +21,5 @@ jobs: - name: Test with dotnet run: dotnet test --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover - name: Code coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 From 08e47cbf1f0f2043b73efe01fd2bf22cfbf75b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:33:16 +0000 Subject: [PATCH 31/35] Bump Microsoft.Extensions.DependencyInjection.Abstractions Bumps [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/PVOutput.Net/PVOutput.Net.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVOutput.Net/PVOutput.Net.csproj b/src/PVOutput.Net/PVOutput.Net.csproj index 86da227..82eda68 100644 --- a/src/PVOutput.Net/PVOutput.Net.csproj +++ b/src/PVOutput.Net/PVOutput.Net.csproj @@ -49,7 +49,7 @@ https://github.com/pyrocumulus/pvoutput.net/blob/main/CHANGELOG.mdall runtime; build; native; contentfiles; analyzers; buildtransitive - + From 2679676696d7998a4e8da27daf68e552a2ecb093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:25:30 +0000 Subject: [PATCH 32/35] Bump Microsoft.Extensions.Logging.Abstractions in /src/PVOutput.Net Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/PVOutput.Net/PVOutput.Net.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVOutput.Net/PVOutput.Net.csproj b/src/PVOutput.Net/PVOutput.Net.csproj index 82eda68..1417279 100644 --- a/src/PVOutput.Net/PVOutput.Net.csproj +++ b/src/PVOutput.Net/PVOutput.Net.csproj @@ -50,7 +50,7 @@ https://github.com/pyrocumulus/pvoutput.net/blob/main/CHANGELOG.mdruntime; build; native; contentfiles; analyzers; buildtransitive - + From 61d020ecc4cd84f3659acb8b5439f9ea45f98200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:59:33 +0000 Subject: [PATCH 33/35] Bump actions/setup-dotnet from 4.0.0 to 4.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov.yml | 2 +- .github/workflows/docfx.yml | 2 +- .github/workflows/dotnet-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c48604d..97f2bed 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4.0.1 with: dotnet-version: 3.1.100 - name: Test with dotnet diff --git a/.github/workflows/docfx.yml b/.github/workflows/docfx.yml index dcaf38a..eb313ea 100644 --- a/.github/workflows/docfx.yml +++ b/.github/workflows/docfx.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4.0.1 with: dotnet-version: 3.1.100 diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 7469959..47b8826 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4.0.1 with: dotnet-version: 8.x dotnet-quality: 'ga' From 9ef272b6e8981305ee86081d3e57e7ae8796a409 Mon Sep 17 00:00:00 2001 From: Marcel <1721382+pyrocumulus@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:12:43 +0200 Subject: [PATCH 34/35] Prepare release 0.11.3 --- CHANGELOG.md | 8 ++++++++ LICENSE | 2 +- src/PVOutput.Net/PVOutput.Net.csproj | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c80cb..69f5e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.11.3] - 2024-09-12 + +### Updated + +- Updated `Microsoft.CodeAnalysis.NetAnalyzers` from `v7.0.1` to `v8.0.0` +- Updated `Microsoft.Extensions.DependencyInjection.Abstractions` from `v7.0.0` to `v8.0.1` +- Updated `Microsoft.Extensions.Logging.Abstractions` from `v7.0.0` to `v8.0.1` + ## [0.11.2] - 2023-05-04 ### Fixed diff --git a/LICENSE b/LICENSE index f927f6f..ec9f2a6 100644 --- a/LICENSE +++ b/LICENSE @@ -4,7 +4,7 @@ All other copyright for project PVOutput.Net are held by: The MIT License (MIT) -Copyright (c) [2018 - 2023] Marcel Boersma and contributors. +Copyright (c) [2018 - 2024] Marcel Boersma and contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/src/PVOutput.Net/PVOutput.Net.csproj b/src/PVOutput.Net/PVOutput.Net.csproj index 1417279..0742a6b 100644 --- a/src/PVOutput.Net/PVOutput.Net.csproj +++ b/src/PVOutput.Net/PVOutput.Net.csproj @@ -6,7 +6,7 @@ false false Marcel Boersma - 0.11.2 + 0.11.3 LICENSE https://pyrocumulus.github.io/pvoutput.net/ From 74445c43ecddbe63f277777c7f3b5a9a8b3a8d2d Mon Sep 17 00:00:00 2001 From: Marcel <1721382+pyrocumulus@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:19:43 +0200 Subject: [PATCH 35/35] Bump test project nunit package references --- tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj index c4a5d44..a2b3412 100644 --- a/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj +++ b/tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj @@ -6,19 +6,22 @@ ..\..\artifacts\ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - +