From fbff221be3eac751358bfb5c87101d13b4e1af0e Mon Sep 17 00:00:00 2001 From: Rico Suter Date: Fri, 12 Nov 2021 13:53:48 +0100 Subject: [PATCH] v13.14.2 --- build/Build.cs | 2 +- .../Sample.AspNetCore31.csproj | 4 ++-- .../Sample.NetOwinMiddleware.csproj | 16 ++++++++-------- src/NSwag.Annotations/NSwag.Annotations.csproj | 2 +- .../NSwag.ApiDescription.Client.nuspec | 4 ++-- src/NSwag.AspNet.Owin/NSwag.AspNet.Owin.csproj | 2 +- .../NSwag.AspNet.WebApi.csproj | 2 +- .../NSwag.AspNetCore.Launcher.x86.csproj | 2 +- .../NSwag.AspNetCore.Launcher.csproj | 2 +- src/NSwag.AspNetCore/NSwag.AspNetCore.csproj | 2 +- .../NSwag.AssemblyLoader.csproj | 2 +- .../NSwag.CodeGeneration.CSharp.csproj | 2 +- .../NSwag.CodeGeneration.TypeScript.csproj | 2 +- .../NSwag.CodeGeneration.csproj | 2 +- src/NSwag.Commands/NSwag.Commands.csproj | 2 +- src/NSwag.Console.x86/NSwag.Console.x86.csproj | 2 +- src/NSwag.Console/NSwag.Console.csproj | 2 +- src/NSwag.ConsoleCore/NSwag.ConsoleCore.csproj | 2 +- src/NSwag.Core.Yaml/NSwag.Core.Yaml.csproj | 2 +- src/NSwag.Core/NSwag.Core.csproj | 2 +- .../NSwag.Generation.AspNetCore.csproj | 2 +- .../NSwag.Generation.WebApi.csproj | 2 +- src/NSwag.Generation/NSwag.Generation.csproj | 2 +- src/NSwag.MSBuild/NSwag.MSBuild.nuspec | 2 +- src/NSwag.Npm/package.json | 2 +- src/NSwagStudio.Chocolatey/NSwagStudio.nuspec | 2 +- src/NSwagStudio/Properties/AssemblyInfo.cs | 2 +- 27 files changed, 36 insertions(+), 36 deletions(-) diff --git a/build/Build.cs b/build/Build.cs index 93daabc5e0..eb8e3acad8 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -103,7 +103,7 @@ partial class Build : NukeBuild { EnsureCleanDirectory(SourceDirectory / "NSwag.Npm" / "bin" / "binaries"); - Info("Build and copy full .NET command line"); + Info("Build and copy full .NET command line with configuration " + Configuration); MSBuild(x => x .SetTargetPath(Solution) diff --git a/samples/WithMiddleware/Sample.AspNetCore31/Sample.AspNetCore31.csproj b/samples/WithMiddleware/Sample.AspNetCore31/Sample.AspNetCore31.csproj index d1a707cf3f..2cf1db3250 100644 --- a/samples/WithMiddleware/Sample.AspNetCore31/Sample.AspNetCore31.csproj +++ b/samples/WithMiddleware/Sample.AspNetCore31/Sample.AspNetCore31.csproj @@ -6,8 +6,8 @@ - - + + runtime; build; native; contentfiles; analyzers all diff --git a/samples/WithMiddleware/Sample.NetOwinMiddleware/Sample.NetOwinMiddleware.csproj b/samples/WithMiddleware/Sample.NetOwinMiddleware/Sample.NetOwinMiddleware.csproj index fe2ab7e514..76c18f038b 100644 --- a/samples/WithMiddleware/Sample.NetOwinMiddleware/Sample.NetOwinMiddleware.csproj +++ b/samples/WithMiddleware/Sample.NetOwinMiddleware/Sample.NetOwinMiddleware.csproj @@ -62,18 +62,18 @@ ..\..\packages\NJsonSchema.10.5.2\lib\net45\NJsonSchema.dll - - ..\..\packages\NSwag.AspNet.Owin.13.14.1\lib\net45\NSwag.AspNet.Owin.dll + + ..\..\packages\NSwag.AspNet.Owin.13.14.2\lib\net45\NSwag.AspNet.Owin.dll - - ..\..\packages\NSwag.Core.13.14.1\lib\net45\NSwag.Core.dll + + ..\..\packages\NSwag.Core.13.14.2\lib\net45\NSwag.Core.dll - - ..\..\packages\NSwag.Generation.13.14.1\lib\net45\NSwag.Generation.dll + + ..\..\packages\NSwag.Generation.13.14.2\lib\net45\NSwag.Generation.dll True - - ..\..\packages\NSwag.Generation.WebApi.13.14.1\lib\net45\NSwag.Generation.WebApi.dll + + ..\..\packages\NSwag.Generation.WebApi.13.14.2\lib\net45\NSwag.Generation.WebApi.dll True diff --git a/src/NSwag.Annotations/NSwag.Annotations.csproj b/src/NSwag.Annotations/NSwag.Annotations.csproj index e5ab176576..7c7f7f81fd 100644 --- a/src/NSwag.Annotations/NSwag.Annotations.csproj +++ b/src/NSwag.Annotations/NSwag.Annotations.csproj @@ -2,7 +2,7 @@ netstandard1.0;net45;netstandard2.0 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.ApiDescription.Client/NSwag.ApiDescription.Client.nuspec b/src/NSwag.ApiDescription.Client/NSwag.ApiDescription.Client.nuspec index 54589b23a0..cde3ea0c7f 100644 --- a/src/NSwag.ApiDescription.Client/NSwag.ApiDescription.Client.nuspec +++ b/src/NSwag.ApiDescription.Client/NSwag.ApiDescription.Client.nuspec @@ -2,7 +2,7 @@ NSwag.ApiDescription.Client - 13.14.1 + 13.14.2 Rico Suter Rico Suter false @@ -16,7 +16,7 @@ true - + diff --git a/src/NSwag.AspNet.Owin/NSwag.AspNet.Owin.csproj b/src/NSwag.AspNet.Owin/NSwag.AspNet.Owin.csproj index 123352108e..dc205a6c0b 100644 --- a/src/NSwag.AspNet.Owin/NSwag.AspNet.Owin.csproj +++ b/src/NSwag.AspNet.Owin/NSwag.AspNet.Owin.csproj @@ -2,7 +2,7 @@ net45 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.AspNet.WebApi/NSwag.AspNet.WebApi.csproj b/src/NSwag.AspNet.WebApi/NSwag.AspNet.WebApi.csproj index 0954e2cf81..001b66347f 100644 --- a/src/NSwag.AspNet.WebApi/NSwag.AspNet.WebApi.csproj +++ b/src/NSwag.AspNet.WebApi/NSwag.AspNet.WebApi.csproj @@ -2,7 +2,7 @@ net45 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.AspNetCore.Launcher.x86/NSwag.AspNetCore.Launcher.x86.csproj b/src/NSwag.AspNetCore.Launcher.x86/NSwag.AspNetCore.Launcher.x86.csproj index beeadb79f6..9cdb5f4a72 100644 --- a/src/NSwag.AspNetCore.Launcher.x86/NSwag.AspNetCore.Launcher.x86.csproj +++ b/src/NSwag.AspNetCore.Launcher.x86/NSwag.AspNetCore.Launcher.x86.csproj @@ -4,7 +4,7 @@ x86 Exe false - 13.14.1 + 13.14.2 Rico Suter Rico Suter NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript diff --git a/src/NSwag.AspNetCore.Launcher/NSwag.AspNetCore.Launcher.csproj b/src/NSwag.AspNetCore.Launcher/NSwag.AspNetCore.Launcher.csproj index 208496884c..07e551af8b 100644 --- a/src/NSwag.AspNetCore.Launcher/NSwag.AspNetCore.Launcher.csproj +++ b/src/NSwag.AspNetCore.Launcher/NSwag.AspNetCore.Launcher.csproj @@ -4,7 +4,7 @@ x64 Exe false - 13.14.1 + 13.14.2 Rico Suter Rico Suter NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript diff --git a/src/NSwag.AspNetCore/NSwag.AspNetCore.csproj b/src/NSwag.AspNetCore/NSwag.AspNetCore.csproj index ea6e208091..306c5064fb 100644 --- a/src/NSwag.AspNetCore/NSwag.AspNetCore.csproj +++ b/src/NSwag.AspNetCore/NSwag.AspNetCore.csproj @@ -2,7 +2,7 @@ net451;netstandard1.6;netstandard2.0;netcoreapp3.1;net5.0;net6.0 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 Swagger Documentation AspNetCore NetCore TypeScript CodeGen Copyright © Rico Suter, 2020 https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md diff --git a/src/NSwag.AssemblyLoader/NSwag.AssemblyLoader.csproj b/src/NSwag.AssemblyLoader/NSwag.AssemblyLoader.csproj index 0a1f88c437..b761a21e82 100644 --- a/src/NSwag.AssemblyLoader/NSwag.AssemblyLoader.csproj +++ b/src/NSwag.AssemblyLoader/NSwag.AssemblyLoader.csproj @@ -2,7 +2,7 @@ netstandard1.6;net461;netstandard2.0 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.CodeGeneration.CSharp/NSwag.CodeGeneration.CSharp.csproj b/src/NSwag.CodeGeneration.CSharp/NSwag.CodeGeneration.CSharp.csproj index e00dc35257..0d3123f242 100644 --- a/src/NSwag.CodeGeneration.CSharp/NSwag.CodeGeneration.CSharp.csproj +++ b/src/NSwag.CodeGeneration.CSharp/NSwag.CodeGeneration.CSharp.csproj @@ -2,7 +2,7 @@ netstandard1.3;net451;netstandard2.0 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.CodeGeneration.TypeScript/NSwag.CodeGeneration.TypeScript.csproj b/src/NSwag.CodeGeneration.TypeScript/NSwag.CodeGeneration.TypeScript.csproj index 6c59cc6fe2..e3a8896326 100644 --- a/src/NSwag.CodeGeneration.TypeScript/NSwag.CodeGeneration.TypeScript.csproj +++ b/src/NSwag.CodeGeneration.TypeScript/NSwag.CodeGeneration.TypeScript.csproj @@ -2,7 +2,7 @@ netstandard1.3;net451;netstandard2.0 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.CodeGeneration/NSwag.CodeGeneration.csproj b/src/NSwag.CodeGeneration/NSwag.CodeGeneration.csproj index b2b053369b..3967fe987a 100644 --- a/src/NSwag.CodeGeneration/NSwag.CodeGeneration.csproj +++ b/src/NSwag.CodeGeneration/NSwag.CodeGeneration.csproj @@ -2,7 +2,7 @@ netstandard1.3;net451;netstandard2.0 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.Commands/NSwag.Commands.csproj b/src/NSwag.Commands/NSwag.Commands.csproj index d03dc4313e..022e5c0fe6 100644 --- a/src/NSwag.Commands/NSwag.Commands.csproj +++ b/src/NSwag.Commands/NSwag.Commands.csproj @@ -2,7 +2,7 @@ net461;netcoreapp2.1;netcoreapp3.1;net5.0;net6.0 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.Console.x86/NSwag.Console.x86.csproj b/src/NSwag.Console.x86/NSwag.Console.x86.csproj index aeef2fd0b8..cfbdcb1fe7 100644 --- a/src/NSwag.Console.x86/NSwag.Console.x86.csproj +++ b/src/NSwag.Console.x86/NSwag.Console.x86.csproj @@ -5,7 +5,7 @@ net461 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md diff --git a/src/NSwag.Console/NSwag.Console.csproj b/src/NSwag.Console/NSwag.Console.csproj index eba91db9b4..ba070d9747 100644 --- a/src/NSwag.Console/NSwag.Console.csproj +++ b/src/NSwag.Console/NSwag.Console.csproj @@ -5,7 +5,7 @@ net461 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md diff --git a/src/NSwag.ConsoleCore/NSwag.ConsoleCore.csproj b/src/NSwag.ConsoleCore/NSwag.ConsoleCore.csproj index ab3b0a8ffd..e0e258a158 100644 --- a/src/NSwag.ConsoleCore/NSwag.ConsoleCore.csproj +++ b/src/NSwag.ConsoleCore/NSwag.ConsoleCore.csproj @@ -3,7 +3,7 @@ netcoreapp2.1;netcoreapp3.1;net5.0;net6.0 Exe NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.Core.Yaml/NSwag.Core.Yaml.csproj b/src/NSwag.Core.Yaml/NSwag.Core.Yaml.csproj index 0cb0913e6b..465cdcba2e 100644 --- a/src/NSwag.Core.Yaml/NSwag.Core.Yaml.csproj +++ b/src/NSwag.Core.Yaml/NSwag.Core.Yaml.csproj @@ -2,7 +2,7 @@ netstandard1.3;net45;netstandard2.0 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.Core/NSwag.Core.csproj b/src/NSwag.Core/NSwag.Core.csproj index 90d6e039ac..040dd60922 100644 --- a/src/NSwag.Core/NSwag.Core.csproj +++ b/src/NSwag.Core/NSwag.Core.csproj @@ -2,7 +2,7 @@ netstandard1.0;net45;netstandard2.0 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.Generation.AspNetCore/NSwag.Generation.AspNetCore.csproj b/src/NSwag.Generation.AspNetCore/NSwag.Generation.AspNetCore.csproj index 557eb8154c..1c8fc1cb43 100644 --- a/src/NSwag.Generation.AspNetCore/NSwag.Generation.AspNetCore.csproj +++ b/src/NSwag.Generation.AspNetCore/NSwag.Generation.AspNetCore.csproj @@ -2,7 +2,7 @@ netstandard1.6;net451;netstandard2.0;netcoreapp3.1;net5.0;net6.0 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 Swagger Documentation AspNetCore Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.Generation.WebApi/NSwag.Generation.WebApi.csproj b/src/NSwag.Generation.WebApi/NSwag.Generation.WebApi.csproj index db629bd73e..4073f4faa6 100644 --- a/src/NSwag.Generation.WebApi/NSwag.Generation.WebApi.csproj +++ b/src/NSwag.Generation.WebApi/NSwag.Generation.WebApi.csproj @@ -2,7 +2,7 @@ netstandard1.0;net45;netstandard2.0 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.Generation/NSwag.Generation.csproj b/src/NSwag.Generation/NSwag.Generation.csproj index ee3e935a58..aabddb4dfe 100644 --- a/src/NSwag.Generation/NSwag.Generation.csproj +++ b/src/NSwag.Generation/NSwag.Generation.csproj @@ -2,7 +2,7 @@ netstandard1.0;net45;netstandard2.0 NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript - 13.14.1 + 13.14.2 OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet Copyright © Rico Suter, 2020 MIT diff --git a/src/NSwag.MSBuild/NSwag.MSBuild.nuspec b/src/NSwag.MSBuild/NSwag.MSBuild.nuspec index 2978a95e77..67e4fdbc7d 100644 --- a/src/NSwag.MSBuild/NSwag.MSBuild.nuspec +++ b/src/NSwag.MSBuild/NSwag.MSBuild.nuspec @@ -2,7 +2,7 @@ NSwag.MSBuild - 13.14.1 + 13.14.2 Rico Suter Rico Suter false diff --git a/src/NSwag.Npm/package.json b/src/NSwag.Npm/package.json index 2fa6f2407e..e2634b3659 100644 --- a/src/NSwag.Npm/package.json +++ b/src/NSwag.Npm/package.json @@ -1,6 +1,6 @@ { "name": "nswag", - "version": "13.14.1", + "version": "13.14.2", "optionalDependencies": {}, "repository": { "type": "git", diff --git a/src/NSwagStudio.Chocolatey/NSwagStudio.nuspec b/src/NSwagStudio.Chocolatey/NSwagStudio.nuspec index b60e7c91f4..54613ff0ef 100644 --- a/src/NSwagStudio.Chocolatey/NSwagStudio.nuspec +++ b/src/NSwagStudio.Chocolatey/NSwagStudio.nuspec @@ -3,7 +3,7 @@ NSwagStudio NSwagStudio - 13.14.1 + 13.14.2 Rico Suter Rico Suter false diff --git a/src/NSwagStudio/Properties/AssemblyInfo.cs b/src/NSwagStudio/Properties/AssemblyInfo.cs index 69cd9a159b..9495ef2adb 100644 --- a/src/NSwagStudio/Properties/AssemblyInfo.cs +++ b/src/NSwagStudio/Properties/AssemblyInfo.cs @@ -5,4 +5,4 @@ [assembly: AssemblyCompany("Rico Suter")] [assembly: AssemblyProduct("NSwagStudio")] [assembly: AssemblyCopyright("Copyright © Rico Suter, 2016")] -[assembly: AssemblyVersion("13.14.1")] +[assembly: AssemblyVersion("13.14.2")]