From 16d28ce72366d49019c42d97cd990ad54828ff68 Mon Sep 17 00:00:00 2001 From: Karapet Kostandyan Date: Mon, 18 Sep 2023 17:10:14 +0200 Subject: [PATCH] upgrade NuGet packages (#296) * Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.2 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.3 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.6.3...v17.7.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump FluentAssertions from 6.11.0 to 6.12.0 Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.11.0 to 6.12.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.11.0...6.12.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump Moq from 4.18.4 to 4.20.69 Bumps [Moq](https://github.com/moq/moq) from 4.18.4 to 4.20.69. - [Release notes](https://github.com/moq/moq/releases) - [Changelog](https://github.com/moq/moq/blob/main/CHANGELOG.md) - [Commits](https://github.com/moq/moq/compare/v4.18.4...v4.20.69) --- updated-dependencies: - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump OPCFoundation.NetStandard.Opc.Ua.Server.Debug Bumps [OPCFoundation.NetStandard.Opc.Ua.Server.Debug](https://github.com/OPCFoundation/UA-.NETStandard) from 1.4.371.96 to 1.4.372.56. - [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases) - [Commits](https://github.com/OPCFoundation/UA-.NETStandard/compare/1.4.371.96...1.4.372.56) --- updated-dependencies: - dependency-name: OPCFoundation.NetStandard.Opc.Ua.Server.Debug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump OPCFoundation.NetStandard.Opc.Ua.Configuration.Debug Bumps [OPCFoundation.NetStandard.Opc.Ua.Configuration.Debug](https://github.com/OPCFoundation/UA-.NETStandard) from 1.4.371.96 to 1.4.372.56. - [Release notes](https://github.com/OPCFoundation/UA-.NETStandard/releases) - [Commits](https://github.com/OPCFoundation/UA-.NETStandard/compare/1.4.371.96...1.4.372.56) --- updated-dependencies: - dependency-name: OPCFoundation.NetStandard.Opc.Ua.Configuration.Debug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Updated version.json to 2.9.9. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/opc-plc.csproj | 8 ++++---- tests/opc-plc-tests.csproj | 14 +++++++------- version.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/opc-plc.csproj b/src/opc-plc.csproj index d40ee8da..85052c70 100644 --- a/src/opc-plc.csproj +++ b/src/opc-plc.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -26,15 +26,15 @@ - + - - + + diff --git a/tests/opc-plc-tests.csproj b/tests/opc-plc-tests.csproj index f3958d7e..7f0468d6 100644 --- a/tests/opc-plc-tests.csproj +++ b/tests/opc-plc-tests.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -8,18 +8,18 @@ - - + + - + - - - + + + diff --git a/version.json b/version.json index 46c252db..a66509e3 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "2.9.8", + "version": "2.9.9", "versionHeightOffset": -1, "publicReleaseRefSpec": [ "^refs/heads/main$",