From e81f9fd97b5c58403f38b2d12997faf9df4c1095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:58:56 +0000 Subject: [PATCH] Bump nswag.consolecore from 14.0.8 to 14.1.0 Bumps [nswag.consolecore](https://github.com/RicoSuter/NSwag) from 14.0.8 to 14.1.0. - [Release notes](https://github.com/RicoSuter/NSwag/releases) - [Changelog](https://github.com/RicoSuter/NSwag/blob/master/CHANGELOG.md) - [Commits](https://github.com/RicoSuter/NSwag/compare/v14.0.8...v14.1.0) --- updated-dependencies: - dependency-name: nswag.consolecore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index eb86bf3a..3e916b07 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "nswag.consolecore": { - "version": "14.0.8", + "version": "14.1.0", "commands": [ "nswag" ],