From 1f28e38a5a748f470d433830eade49920879a506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:05:11 +0800 Subject: [PATCH 1/7] Bump actions/upload-artifact from 2 to 3 (#816) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact 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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64c8a0f1..f6a2a0ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: .\build.ps1 -Configuration Release -OutputPath release - name: Upload - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: release path: release From ba43ddb7be5dbafca098a718d7c753760ee82f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:05:28 +0800 Subject: [PATCH 2/7] Bump Stun.Net from 6.0.0 to 6.2.0 (#817) Bumps [Stun.Net](https://github.com/HMBSbige/NatTypeTester) from 6.0.0 to 6.2.0. - [Release notes](https://github.com/HMBSbige/NatTypeTester/releases) - [Commits](https://github.com/HMBSbige/NatTypeTester/compare/6.0.0...6.2.0) --- updated-dependencies: - dependency-name: Stun.Net 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> --- Netch/Netch.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netch/Netch.csproj b/Netch/Netch.csproj index a764475d..f4751223 100644 --- a/Netch/Netch.csproj +++ b/Netch/Netch.csproj @@ -62,7 +62,7 @@ - + From 7084d471988303dab18575680562dc9b4beb2c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:05:35 +0800 Subject: [PATCH 3/7] Bump actions/setup-go from 2 to 3 (#818) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go 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/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6a2a0ba..91d7b478 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: files: .\other\release\aiodns.bin - name: Setup Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 if: steps.check_other.outputs.files_exists == 'false' with: go-version: 1.17.3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de3bea9e..f8df13f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: files: .\other\release\aiodns.bin - name: Setup Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 if: steps.check_other.outputs.files_exists == 'false' with: go-version: 1.17.3 From 2e721d850145e143f3d5739072e427f9efcd3c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:05:44 +0800 Subject: [PATCH 4/7] Bump Microsoft.Diagnostics.Tracing.TraceEvent from 2.0.76 to 3.0.1 (#819) Bumps [Microsoft.Diagnostics.Tracing.TraceEvent](https://github.com/Microsoft/perfview) from 2.0.76 to 3.0.1. - [Release notes](https://github.com/Microsoft/perfview/releases) - [Commits](https://github.com/Microsoft/perfview/compare/P2.0.76...v3.0.1) --- updated-dependencies: - dependency-name: Microsoft.Diagnostics.Tracing.TraceEvent 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> --- Netch/Netch.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netch/Netch.csproj b/Netch/Netch.csproj index f4751223..db799479 100644 --- a/Netch/Netch.csproj +++ b/Netch/Netch.csproj @@ -47,7 +47,7 @@ - + all From c959f60f4a3651d5e8cc4636a2cc0a4bb4a0a877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:05:52 +0800 Subject: [PATCH 5/7] Bump MSTest.TestFramework from 2.2.8 to 2.2.10 (#820) Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.2.8 to 2.2.10. - [Release notes](https://github.com/microsoft/testfx/releases) - [Commits](https://github.com/microsoft/testfx/compare/v2.2.8...v2.2.10) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Tests/Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 78914813..b112ba12 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -11,7 +11,7 @@ - + From 83a3381e721fb1ef9506e690d2adec7d4b06132c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:06:01 +0800 Subject: [PATCH 6/7] Bump Fody from 6.6.0 to 6.6.2 (#821) Bumps [Fody](https://github.com/Fody/Fody) from 6.6.0 to 6.6.2. - [Release notes](https://github.com/Fody/Fody/releases) - [Commits](https://github.com/Fody/Fody/commits/6.6.2) --- updated-dependencies: - dependency-name: Fody dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Netch/Netch.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netch/Netch.csproj b/Netch/Netch.csproj index db799479..ad411aad 100644 --- a/Netch/Netch.csproj +++ b/Netch/Netch.csproj @@ -41,7 +41,7 @@ all - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 0f59b5bfe2a7d3cdbdf6dc93e8916db30a7ca4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:06:17 +0800 Subject: [PATCH 7/7] Bump MSTest.TestAdapter from 2.2.8 to 2.2.10 (#822) Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.2.8 to 2.2.10. - [Release notes](https://github.com/microsoft/testfx/releases) - [Commits](https://github.com/microsoft/testfx/compare/v2.2.8...v2.2.10) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Tests/Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index b112ba12..5c915471 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -10,7 +10,7 @@ - +