From 76226b80ab07f46fc22ce4a3bb7905473440016f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:28:06 +0100 Subject: [PATCH 1/6] Bump danielpalme/ReportGenerator-GitHub-Action from 4.8.12 to 5.2.0 (#52) Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 4.8.12 to 5.2.0. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/4.8.12...5.2.0) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe4fa7f..af8463b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: name: Code coverage windows-latest path: coverage-windows - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@4.8.12 + uses: danielpalme/ReportGenerator-GitHub-Action@5.2.0 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report" From f945b77f8d0e735257e7753abe862f3b0da2d04f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:28:32 +0100 Subject: [PATCH 2/6] Bump actions/setup-dotnet from 1 to 4 (#54) Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af8463b..4d94cb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,27 +18,27 @@ jobs: with: fetch-depth: 0 - name: Setup .NET Core 2.1 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: "2.1.x" - name: Setup .NET Core 3.1 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: "3.1.x" - name: Setup .NET 6.0 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: "6.0.x" - name: Setup .NET 7.0 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: "7.0.x" - name: Setup .NET 8.0 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: "8.0.x" - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 - name: Run tests run: dotnet test --collect:"XPlat Code Coverage" - name: Upload coverage @@ -54,7 +54,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v2 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 - uses: actions/download-artifact@v2 with: name: Code coverage windows-latest @@ -81,7 +81,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 - name: Create packages run: dotnet pack --configuration Release --output ./packages - name: Upload a Build Artifact @@ -100,7 +100,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 - uses: actions/download-artifact@v2 with: name: NuGet packages From f9effbbb10f8aaf9d825b92252a32ab1ad5efcbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:29:52 +0100 Subject: [PATCH 3/6] Bump Nerdbank.GitVersioning from 3.4.244 to 3.6.133 (#57) Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.4.244 to 3.6.133. - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.4.244...v3.6.133) --- updated-dependencies: - dependency-name: Nerdbank.GitVersioning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Directory.Build.props | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 1047dfa..096f0dd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,9 +1,9 @@ - - - - - 3.4.244 - all - - + + + + + 3.6.133 + all + + \ No newline at end of file From e474fdbe1e5912fe09ff162781c3da03ca1f5619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:30:22 +0100 Subject: [PATCH 4/6] Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 (#58) Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.1 to 8.0.0. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.1.1...8.0.0) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/Webserver.API/Webserver.API.csproj | 80 +++++++++---------- .../Webserver.Api.UnitTests.csproj | 78 +++++++++--------- 2 files changed, 79 insertions(+), 79 deletions(-) diff --git a/src/Webserver.API/Webserver.API.csproj b/src/Webserver.API/Webserver.API.csproj index 5a32370..9e62457 100644 --- a/src/Webserver.API/Webserver.API.csproj +++ b/src/Webserver.API/Webserver.API.csproj @@ -1,41 +1,41 @@ - - - - net48;netstandard2.0;net6.0;net7.0;net8.0 - Siemens.Simatic.S7.Webserver.API - Siemens.Simatic.S7.Webserver.API - x64;AnyCPU;x86 - Webserver API client library for PLC1500; PLC1200. - SIEMENS;SIMATIC;PLC;S7;CPU;SPS;PLC1500;PLC1200;PLC-1500;PLC-1200;S71500;S71200;S7-1500;S7-1200;CPU-1500;CPU-1200;CPU1500;CPU1200;SPS1500;SPS1200;SPS-1500;SPS-1200;PLCSIM;PLCSIMAdvanced;SoftwareController;DriveController;SimaticDriveController;Webserver;WebApi;WebserverApi;REST;Automation;EmbeddedSystem;FactoryAutomation - first release - MIT - https://github.com/siemens/simatic-s7-webserver-api - SIEMENS - true - snupkg - true - true - true - product-simatic-s7-1500-256-256.png - false - - - - - all - runtime; build; native; contentfiles; analyzers - - - - - - - - - - - - - - + + + + net48;netstandard2.0;net6.0;net7.0;net8.0 + Siemens.Simatic.S7.Webserver.API + Siemens.Simatic.S7.Webserver.API + x64;AnyCPU;x86 + Webserver API client library for PLC1500; PLC1200. + SIEMENS;SIMATIC;PLC;S7;CPU;SPS;PLC1500;PLC1200;PLC-1500;PLC-1200;S71500;S71200;S7-1500;S7-1200;CPU-1500;CPU-1200;CPU1500;CPU1200;SPS1500;SPS1200;SPS-1500;SPS-1200;PLCSIM;PLCSIMAdvanced;SoftwareController;DriveController;SimaticDriveController;Webserver;WebApi;WebserverApi;REST;Automation;EmbeddedSystem;FactoryAutomation + first release + MIT + https://github.com/siemens/simatic-s7-webserver-api + SIEMENS + true + snupkg + true + true + true + product-simatic-s7-1500-256-256.png + false + + + + + all + runtime; build; native; contentfiles; analyzers + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/Webserver.API.UnitTests/Webserver.Api.UnitTests.csproj b/tests/Webserver.API.UnitTests/Webserver.Api.UnitTests.csproj index d300fb1..c892692 100644 --- a/tests/Webserver.API.UnitTests/Webserver.Api.UnitTests.csproj +++ b/tests/Webserver.API.UnitTests/Webserver.Api.UnitTests.csproj @@ -1,40 +1,40 @@ - - - - x64;AnyCPU;x86 - - - - net48;net6.0;net7.0;net8.0 - false - Webserver.API.UnitTests - Webserver.API.UnitTests - - - - - all - runtime; build; native; contentfiles; analyzers - - - all - runtime; build; native; contentfiles; analyzers - - - - - - - - - - - - - - - - - - + + + + x64;AnyCPU;x86 + + + + net48;net6.0;net7.0;net8.0 + false + Webserver.API.UnitTests + Webserver.API.UnitTests + + + + + all + runtime; build; native; contentfiles; analyzers + + + all + runtime; build; native; contentfiles; analyzers + + + + + + + + + + + + + + + + + + \ No newline at end of file From 181d4a2bbed567b15a7c43c6a6ebcac012222043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:37:23 +0100 Subject: [PATCH 5/6] Bump actions/checkout from 2 to 4 (#56) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d94cb2..8a841b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup .NET Core 2.1 @@ -52,7 +52,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup .NET uses: actions/setup-dotnet@v4 - uses: actions/download-artifact@v2 @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup .NET @@ -96,7 +96,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup .NET From c8bc640b91c5129e753dc511896301aaffe30367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:37:58 +0000 Subject: [PATCH 6/6] Bump actions/download-artifact from 2 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a841b5..6ef84c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v4 - name: Setup .NET uses: actions/setup-dotnet@v4 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: Code coverage windows-latest path: coverage-windows @@ -101,7 +101,7 @@ jobs: fetch-depth: 0 - name: Setup .NET uses: actions/setup-dotnet@v4 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: NuGet packages path: packages