diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76d5004..69b7e8a 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.4.7 `(2020-05-09)`
+
+- [x] Update dependencies: add support for [NSwag.Commands v13.5.0](https://github.com/RicoSuter/NSwag/pull/2837)
+
## v1.4.6 `(2020-04-18)`
- [x] Update dependencies: add support for [NSwag.Commands v13.4.2](https://github.com/RicoSuter/NSwag/pull/2808)
diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs
index 886164d..d680ee1 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.4.6")]
-[assembly: AssemblyFileVersion("1.4.6.0")]
+[assembly: AssemblyVersion("1.4.7")]
+[assembly: AssemblyFileVersion("1.4.7.0")]
[assembly: NeutralResourcesLanguage("en-US")]
diff --git a/src/Unchase.OpenAPI.ConnectedService.csproj b/src/Unchase.OpenAPI.ConnectedService.csproj
index aa3a1d3..0d5d298 100644
--- a/src/Unchase.OpenAPI.ConnectedService.csproj
+++ b/src/Unchase.OpenAPI.ConnectedService.csproj
@@ -447,53 +447,53 @@
packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll
True
-
- packages\NJsonSchema.10.1.11\lib\net45\NJsonSchema.dll
+
+ packages\NJsonSchema.10.1.15\lib\net45\NJsonSchema.dll
-
- packages\NJsonSchema.CodeGeneration.10.1.11\lib\net451\NJsonSchema.CodeGeneration.dll
+
+ packages\NJsonSchema.CodeGeneration.10.1.15\lib\net451\NJsonSchema.CodeGeneration.dll
-
- packages\NJsonSchema.CodeGeneration.CSharp.10.1.11\lib\net451\NJsonSchema.CodeGeneration.CSharp.dll
+
+ packages\NJsonSchema.CodeGeneration.CSharp.10.1.15\lib\net451\NJsonSchema.CodeGeneration.CSharp.dll
-
- packages\NJsonSchema.CodeGeneration.TypeScript.10.1.11\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll
+
+ packages\NJsonSchema.CodeGeneration.TypeScript.10.1.15\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll
-
- packages\NJsonSchema.Yaml.10.1.11\lib\net45\NJsonSchema.Yaml.dll
+
+ packages\NJsonSchema.Yaml.10.1.15\lib\net45\NJsonSchema.Yaml.dll
-
- packages\NSwag.Annotations.13.4.2\lib\net45\NSwag.Annotations.dll
+
+ packages\NSwag.Annotations.13.5.0\lib\net45\NSwag.Annotations.dll
-
- packages\NSwag.AssemblyLoader.13.4.2\lib\net451\NSwag.AssemblyLoader.dll
+
+ packages\NSwag.AssemblyLoader.13.5.0\lib\net451\NSwag.AssemblyLoader.dll
-
- packages\NSwag.CodeGeneration.13.4.2\lib\net451\NSwag.CodeGeneration.dll
+
+ packages\NSwag.CodeGeneration.13.5.0\lib\net451\NSwag.CodeGeneration.dll
-
- packages\NSwag.CodeGeneration.CSharp.13.4.2\lib\net451\NSwag.CodeGeneration.CSharp.dll
+
+ packages\NSwag.CodeGeneration.CSharp.13.5.0\lib\net451\NSwag.CodeGeneration.CSharp.dll
-
- packages\NSwag.CodeGeneration.TypeScript.13.4.2\lib\net451\NSwag.CodeGeneration.TypeScript.dll
+
+ packages\NSwag.CodeGeneration.TypeScript.13.5.0\lib\net451\NSwag.CodeGeneration.TypeScript.dll
-
- packages\NSwag.Commands.13.4.2\lib\net461\NSwag.Commands.dll
+
+ packages\NSwag.Commands.13.5.0\lib\net461\NSwag.Commands.dll
-
- packages\NSwag.Core.13.4.2\lib\net45\NSwag.Core.dll
+
+ packages\NSwag.Core.13.5.0\lib\net45\NSwag.Core.dll
-
- packages\NSwag.Core.Yaml.13.4.2\lib\net45\NSwag.Core.Yaml.dll
+
+ packages\NSwag.Core.Yaml.13.5.0\lib\net45\NSwag.Core.Yaml.dll
-
- packages\NSwag.Generation.13.4.2\lib\net45\NSwag.Generation.dll
+
+ packages\NSwag.Generation.13.5.0\lib\net45\NSwag.Generation.dll
-
- packages\NSwag.Generation.AspNetCore.13.4.2\lib\net451\NSwag.Generation.AspNetCore.dll
+
+ packages\NSwag.Generation.AspNetCore.13.5.0\lib\net451\NSwag.Generation.AspNetCore.dll
-
- packages\NSwag.Generation.WebApi.13.4.2\lib\net45\NSwag.Generation.WebApi.dll
+
+ packages\NSwag.Generation.WebApi.13.5.0\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 9fc1836..14eca26 100644
--- a/src/app.config
+++ b/src/app.config
@@ -88,11 +88,11 @@
-
+
-
+
diff --git a/src/packages.config b/src/packages.config
index 6e91e43..4efe6a5 100644
--- a/src/packages.config
+++ b/src/packages.config
@@ -106,22 +106,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/source.extension.vsixmanifest b/src/source.extension.vsixmanifest
index 2ea99ed..e5549fe 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