diff --git a/CHANGELOG.md b/CHANGELOG.md
index c800538..fce23f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,56 +7,60 @@
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.15 `2019-12-19`
+## v1.3.16 `(2020-01-13)`
+
+- [x] Update dependencies: add support for [NSwag.Commands v13.2.1](https://github.com/RicoSuter/NSwag/pull/2620)
+
+## v1.3.15 `(2019-12-19)`
- [x] Update dependencies: add support for [NSwag.Commands v13.2.0](https://github.com/RicoSuter/NSwag/pull/2588)
-## v1.3.14 `2019-12-17`
+## v1.3.14 `(2019-12-17)`
- [x] Fix [issue #12](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/issues/12)
-## v1.3.13 `2019-11-23`
+## v1.3.13 `(2019-11-23)`
- [x] Update dependencies: add support for [NSwag.Commands v13.1.6](https://github.com/RicoSuter/NSwag/pull/2543)
- [x] [Update NJS](https://github.com/RicoSuter/NSwag/commit/ef1cd8781c5a90e58045cf90e367a68e3ca70408)
- [x] [Add `OpenApiBodyParameterAttribute`](https://github.com/RicoSuter/NSwag/commit/7eca48175cf6df3564059df3c91aa61a4a8b25af)
- [x] [Allow angular http request to send withCredentials](https://github.com/RicoSuter/NSwag/pull/2538)
-## v1.3.10 `2019-11-22`
+## v1.3.10 `(2019-11-22)`
- [x] Fix [issue #10](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/issues/10)
- [x] Add small fixes
-## v1.3.9 `2019-11-14`
+## v1.3.9 `(2019-11-14)`
- [x] Add output relative project path in the first wizard page
-## v1.3.8 `2019-11-14`
+## v1.3.8 `(2019-11-14)`
- [x] Fix [issue #9](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/issues/9)
- [x] Update dependencies: add support for [NSwag.Commands v13.1.4](https://github.com/RicoSuter/NSwag/pull/2520) and [NSwag.Commands v13.1.5](https://github.com/RicoSuter/NSwag/pull/2523)
-## v1.3.7 `2019-10-20`
+## v1.3.7 `(2019-10-20)`
- [x] Update icon resolution
-## v1.3.6 `2019-10-10`
+## v1.3.6 `(2019-10-10)`
- [x] Fix [issue #6](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/issues/6)
- [x] Update dependencies: add support for [NSwag.Commands v13.1.3](https://github.com/RicoSuter/NSwag/pull/2454)
-## v1.3.5 `2019-09-28`
+## v1.3.5 `(2019-09-28)`
- [x] Update dependencies: add support for [NSwag.Commands v13.1.2](https://github.com/RicoSuter/NSwag/pull/2433)
-## v1.3.4 `2019-09-27`
+## v1.3.4 `(2019-09-27)`
- [x] Update dependencies: add support for [NSwag.Commands v13.1.1](https://github.com/RicoSuter/NSwag/pull/2430)
- [x] Add .NET Core 3.0 support
- [x] Improve JSON Schema generator fallback for System.Text.Json (still not recommended)
- [x] Update other nuget-dependencies
-## v1.3.3 `2019-09-25`
+## v1.3.3 `(2019-09-25)`
- [x] Add "Browse" button in the first wizard page for choosing specification file
diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs
index e0e7cde..24c832d 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.*")]
-[assembly: AssemblyFileVersion("1.3.0.0")]
+[assembly: AssemblyVersion("1.3.16")]
+[assembly: AssemblyFileVersion("1.3.16.0")]
[assembly: NeutralResourcesLanguage("en-US")]
diff --git a/src/Unchase.OpenAPI.ConnectedService.csproj b/src/Unchase.OpenAPI.ConnectedService.csproj
index 82ba8d9..b00c368 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.2\lib\net45\NJsonSchema.dll
+
+ packages\NJsonSchema.10.1.3\lib\net45\NJsonSchema.dll
-
- packages\NJsonSchema.CodeGeneration.10.1.2\lib\net451\NJsonSchema.CodeGeneration.dll
+
+ packages\NJsonSchema.CodeGeneration.10.1.3\lib\net451\NJsonSchema.CodeGeneration.dll
-
- packages\NJsonSchema.CodeGeneration.CSharp.10.1.2\lib\net451\NJsonSchema.CodeGeneration.CSharp.dll
+
+ packages\NJsonSchema.CodeGeneration.CSharp.10.1.3\lib\net451\NJsonSchema.CodeGeneration.CSharp.dll
-
- packages\NJsonSchema.CodeGeneration.TypeScript.10.1.2\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll
+
+ packages\NJsonSchema.CodeGeneration.TypeScript.10.1.3\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll
-
- packages\NJsonSchema.Yaml.10.1.2\lib\net45\NJsonSchema.Yaml.dll
+
+ packages\NJsonSchema.Yaml.10.1.3\lib\net45\NJsonSchema.Yaml.dll
-
- packages\NSwag.Annotations.13.2.0\lib\net45\NSwag.Annotations.dll
+
+ packages\NSwag.Annotations.13.2.1\lib\net45\NSwag.Annotations.dll
-
- packages\NSwag.AssemblyLoader.13.2.0\lib\net451\NSwag.AssemblyLoader.dll
+
+ packages\NSwag.AssemblyLoader.13.2.1\lib\net451\NSwag.AssemblyLoader.dll
-
- packages\NSwag.CodeGeneration.13.2.0\lib\net451\NSwag.CodeGeneration.dll
+
+ packages\NSwag.CodeGeneration.13.2.1\lib\net451\NSwag.CodeGeneration.dll
-
- packages\NSwag.CodeGeneration.CSharp.13.2.0\lib\net451\NSwag.CodeGeneration.CSharp.dll
+
+ packages\NSwag.CodeGeneration.CSharp.13.2.1\lib\net451\NSwag.CodeGeneration.CSharp.dll
-
- packages\NSwag.CodeGeneration.TypeScript.13.2.0\lib\net451\NSwag.CodeGeneration.TypeScript.dll
+
+ packages\NSwag.CodeGeneration.TypeScript.13.2.1\lib\net451\NSwag.CodeGeneration.TypeScript.dll
-
- packages\NSwag.Commands.13.2.0\lib\net461\NSwag.Commands.dll
+
+ packages\NSwag.Commands.13.2.1\lib\net461\NSwag.Commands.dll
-
- packages\NSwag.Core.13.2.0\lib\net45\NSwag.Core.dll
+
+ packages\NSwag.Core.13.2.1\lib\net45\NSwag.Core.dll
-
- packages\NSwag.Core.Yaml.13.2.0\lib\net45\NSwag.Core.Yaml.dll
+
+ packages\NSwag.Core.Yaml.13.2.1\lib\net45\NSwag.Core.Yaml.dll
-
- packages\NSwag.Generation.13.2.0\lib\net45\NSwag.Generation.dll
+
+ packages\NSwag.Generation.13.2.1\lib\net45\NSwag.Generation.dll
-
- packages\NSwag.Generation.AspNetCore.13.2.0\lib\net451\NSwag.Generation.AspNetCore.dll
+
+ packages\NSwag.Generation.AspNetCore.13.2.1\lib\net451\NSwag.Generation.AspNetCore.dll
-
- packages\NSwag.Generation.WebApi.13.2.0\lib\net45\NSwag.Generation.WebApi.dll
+
+ packages\NSwag.Generation.WebApi.13.2.1\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 23c1bda..b654342 100644
--- a/src/app.config
+++ b/src/app.config
@@ -88,11 +88,11 @@
-
+
-
+
diff --git a/src/packages.config b/src/packages.config
index 5484d52..a618e6f 100644
--- a/src/packages.config
+++ b/src/packages.config
@@ -103,22 +103,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+