diff --git a/CHANGELOG.md b/CHANGELOG.md index d301878..c6b83ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ These are the changes to each version that has been released on the official [Visual Studio extension gallery](https://marketplace.visualstudio.com/items?itemName=unchase.UnchaseOpenAPIConnectedService). +## v1.3.18 `(2020-02-13)` + +- [x] Update dependencies: add support for [NSwag.Commands v13.2.3](https://github.com/RicoSuter/NSwag/pull/2661) + - [x] [Add title, description and version to C# client template model](https://github.com/RicoSuter/NSwag/pull/2665) + - [x] [Add support for custom inline styles for Swagger UI](https://github.com/RicoSuter/NSwag/pull/2666) + - [x] [Add code generated attribute to file response](https://github.com/RicoSuter/NSwag/pull/2669) + - [x] [Add support for custom document title and head content](https://github.com/RicoSuter/NSwag/pull/2678) + - [x] [Enable using route name as operationId](https://github.com/RicoSuter/NSwag/pull/2681) + - [x] [Fixes an issue where GET method parameter becomes BODY parameter](https://github.com/RicoSuter/NSwag/pull/2683) + ## v1.3.17 `(2020-01-17)` - [x] Update dependencies: add support for [NSwag.Commands v13.2.2](https://github.com/RicoSuter/NSwag/pull/2634) diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 866c639..1763f11 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -30,7 +30,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.2.*")] -[assembly: AssemblyVersion("1.3.17")] -[assembly: AssemblyFileVersion("1.3.17.0")] +[assembly: AssemblyVersion("1.3.18")] +[assembly: AssemblyFileVersion("1.3.18.0")] [assembly: NeutralResourcesLanguage("en-US")] diff --git a/src/Unchase.OpenAPI.ConnectedService.csproj b/src/Unchase.OpenAPI.ConnectedService.csproj index 63f5bec..38950d5 100644 --- a/src/Unchase.OpenAPI.ConnectedService.csproj +++ b/src/Unchase.OpenAPI.ConnectedService.csproj @@ -435,53 +435,53 @@ packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll True - - packages\NJsonSchema.10.1.4\lib\net45\NJsonSchema.dll + + packages\NJsonSchema.10.1.5\lib\net45\NJsonSchema.dll - - packages\NJsonSchema.CodeGeneration.10.1.4\lib\net451\NJsonSchema.CodeGeneration.dll + + packages\NJsonSchema.CodeGeneration.10.1.5\lib\net451\NJsonSchema.CodeGeneration.dll - - packages\NJsonSchema.CodeGeneration.CSharp.10.1.4\lib\net451\NJsonSchema.CodeGeneration.CSharp.dll + + packages\NJsonSchema.CodeGeneration.CSharp.10.1.5\lib\net451\NJsonSchema.CodeGeneration.CSharp.dll - - packages\NJsonSchema.CodeGeneration.TypeScript.10.1.4\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll + + packages\NJsonSchema.CodeGeneration.TypeScript.10.1.5\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll - - packages\NJsonSchema.Yaml.10.1.4\lib\net45\NJsonSchema.Yaml.dll + + packages\NJsonSchema.Yaml.10.1.5\lib\net45\NJsonSchema.Yaml.dll - - packages\NSwag.Annotations.13.2.2\lib\net45\NSwag.Annotations.dll + + packages\NSwag.Annotations.13.2.3\lib\net45\NSwag.Annotations.dll - - packages\NSwag.AssemblyLoader.13.2.2\lib\net451\NSwag.AssemblyLoader.dll + + packages\NSwag.AssemblyLoader.13.2.3\lib\net451\NSwag.AssemblyLoader.dll - - packages\NSwag.CodeGeneration.13.2.2\lib\net451\NSwag.CodeGeneration.dll + + packages\NSwag.CodeGeneration.13.2.3\lib\net451\NSwag.CodeGeneration.dll - - packages\NSwag.CodeGeneration.CSharp.13.2.2\lib\net451\NSwag.CodeGeneration.CSharp.dll + + packages\NSwag.CodeGeneration.CSharp.13.2.3\lib\net451\NSwag.CodeGeneration.CSharp.dll - - packages\NSwag.CodeGeneration.TypeScript.13.2.2\lib\net451\NSwag.CodeGeneration.TypeScript.dll + + packages\NSwag.CodeGeneration.TypeScript.13.2.3\lib\net451\NSwag.CodeGeneration.TypeScript.dll - - packages\NSwag.Commands.13.2.2\lib\net461\NSwag.Commands.dll + + packages\NSwag.Commands.13.2.3\lib\net461\NSwag.Commands.dll - - packages\NSwag.Core.13.2.2\lib\net45\NSwag.Core.dll + + packages\NSwag.Core.13.2.3\lib\net45\NSwag.Core.dll - - packages\NSwag.Core.Yaml.13.2.2\lib\net45\NSwag.Core.Yaml.dll + + packages\NSwag.Core.Yaml.13.2.3\lib\net45\NSwag.Core.Yaml.dll - - packages\NSwag.Generation.13.2.2\lib\net45\NSwag.Generation.dll + + packages\NSwag.Generation.13.2.3\lib\net45\NSwag.Generation.dll - - packages\NSwag.Generation.AspNetCore.13.2.2\lib\net451\NSwag.Generation.AspNetCore.dll + + packages\NSwag.Generation.AspNetCore.13.2.3\lib\net451\NSwag.Generation.AspNetCore.dll - - packages\NSwag.Generation.WebApi.13.2.2\lib\net45\NSwag.Generation.WebApi.dll + + packages\NSwag.Generation.WebApi.13.2.3\lib\net45\NSwag.Generation.WebApi.dll packages\NSwag.SwaggerGeneration.12.3.1\lib\net45\NSwag.SwaggerGeneration.dll diff --git a/src/app.config b/src/app.config index 8b2d8db..81a857f 100644 --- a/src/app.config +++ b/src/app.config @@ -88,11 +88,11 @@ - + - + diff --git a/src/packages.config b/src/packages.config index 9a41655..fb74d33 100644 --- a/src/packages.config +++ b/src/packages.config @@ -103,22 +103,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + +