diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8f906..39e29ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ 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.6.5 `(2021-08-06)` + +- [x] Update dependencies: add support for [NSwag.Commands v13.13.2](https://github.com/RicoSuter/NSwag/pull/3592) + ## v1.6.4 `(2021-08-05)` - [x] Update dependencies: add support for [NSwag.Commands v13.13.1](https://github.com/RicoSuter/NSwag/pull/3587) diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index e572ef0..b2f7f83 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.6.4")] -[assembly: AssemblyFileVersion("1.6.4.0")] +[assembly: AssemblyVersion("1.6.5")] +[assembly: AssemblyFileVersion("1.6.5.0")] [assembly: NeutralResourcesLanguage("en-US")] diff --git a/src/Unchase.OpenAPI.ConnectedService.csproj b/src/Unchase.OpenAPI.ConnectedService.csproj index eacf96c..dddcd40 100644 --- a/src/Unchase.OpenAPI.ConnectedService.csproj +++ b/src/Unchase.OpenAPI.ConnectedService.csproj @@ -447,8 +447,8 @@ packages\Microsoft.VisualStudio.Validation.15.5.31\lib\netstandard2.0\Microsoft.VisualStudio.Validation.dll - - packages\Namotion.Reflection.2.0.1\lib\net45\Namotion.Reflection.dll + + packages\Namotion.Reflection.2.0.3\lib\net45\Namotion.Reflection.dll packages\NConsole.3.9.6519.30868\lib\net45\NConsole.dll @@ -457,53 +457,53 @@ packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll True - - packages\NJsonSchema.10.5.1\lib\net45\NJsonSchema.dll + + packages\NJsonSchema.10.5.2\lib\net45\NJsonSchema.dll - - packages\NJsonSchema.CodeGeneration.10.5.1\lib\net451\NJsonSchema.CodeGeneration.dll + + packages\NJsonSchema.CodeGeneration.10.5.2\lib\net451\NJsonSchema.CodeGeneration.dll - - packages\NJsonSchema.CodeGeneration.CSharp.10.5.1\lib\net451\NJsonSchema.CodeGeneration.CSharp.dll + + packages\NJsonSchema.CodeGeneration.CSharp.10.5.2\lib\net451\NJsonSchema.CodeGeneration.CSharp.dll - - packages\NJsonSchema.CodeGeneration.TypeScript.10.5.1\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll + + packages\NJsonSchema.CodeGeneration.TypeScript.10.5.2\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll - - packages\NJsonSchema.Yaml.10.5.1\lib\net45\NJsonSchema.Yaml.dll + + packages\NJsonSchema.Yaml.10.5.2\lib\net45\NJsonSchema.Yaml.dll - - packages\NSwag.Annotations.13.13.1\lib\net45\NSwag.Annotations.dll + + packages\NSwag.Annotations.13.13.2\lib\net45\NSwag.Annotations.dll - - packages\NSwag.AssemblyLoader.13.13.1\lib\net451\NSwag.AssemblyLoader.dll + + packages\NSwag.AssemblyLoader.13.13.2\lib\net451\NSwag.AssemblyLoader.dll - - packages\NSwag.CodeGeneration.13.13.1\lib\net451\NSwag.CodeGeneration.dll + + packages\NSwag.CodeGeneration.13.13.2\lib\net451\NSwag.CodeGeneration.dll - - packages\NSwag.CodeGeneration.CSharp.13.13.1\lib\net451\NSwag.CodeGeneration.CSharp.dll + + packages\NSwag.CodeGeneration.CSharp.13.13.2\lib\net451\NSwag.CodeGeneration.CSharp.dll - - packages\NSwag.CodeGeneration.TypeScript.13.13.1\lib\net451\NSwag.CodeGeneration.TypeScript.dll + + packages\NSwag.CodeGeneration.TypeScript.13.13.2\lib\net451\NSwag.CodeGeneration.TypeScript.dll - - packages\NSwag.Commands.13.13.1\lib\net461\NSwag.Commands.dll + + packages\NSwag.Commands.13.13.2\lib\net461\NSwag.Commands.dll - - packages\NSwag.Core.13.13.1\lib\net45\NSwag.Core.dll + + packages\NSwag.Core.13.13.2\lib\net45\NSwag.Core.dll - - packages\NSwag.Core.Yaml.13.13.1\lib\net45\NSwag.Core.Yaml.dll + + packages\NSwag.Core.Yaml.13.13.2\lib\net45\NSwag.Core.Yaml.dll - - packages\NSwag.Generation.13.13.1\lib\net45\NSwag.Generation.dll + + packages\NSwag.Generation.13.13.2\lib\net45\NSwag.Generation.dll - - packages\NSwag.Generation.AspNetCore.13.13.1\lib\net451\NSwag.Generation.AspNetCore.dll + + packages\NSwag.Generation.AspNetCore.13.13.2\lib\net451\NSwag.Generation.AspNetCore.dll - - packages\NSwag.Generation.WebApi.13.13.1\lib\net45\NSwag.Generation.WebApi.dll + + packages\NSwag.Generation.WebApi.13.13.2\lib\net45\NSwag.Generation.WebApi.dll packages\NSwag.SwaggerGeneration.12.3.1\lib\net45\NSwag.SwaggerGeneration.dll diff --git a/src/packages.config b/src/packages.config index 2a61c56..5157181 100644 --- a/src/packages.config +++ b/src/packages.config @@ -105,26 +105,26 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/src/source.extension.vsixmanifest b/src/source.extension.vsixmanifest index 515ced1..f538c49 100644 --- a/src/source.extension.vsixmanifest +++ b/src/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Unchase OpenAPI (Swagger) Connected Service Connected service for Visual Studio to generate OpenAPI (Swagger) web service reference. https://github.com/unchase/Unchase.OpenAPI.Connectedservice