diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8268a28..735ad24 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.5.3 `(2020-07-23)`
+
+- [x] Update dependencies: add support for [OpenAPI.NET.OData v1.0.4](https://www.nuget.org/packages/Microsoft.OpenApi.OData)
+
## v1.5.2 `(2020-06-26)`
- [x] Update dependencies: add support for [NSwag.Commands v13.6.2](https://github.com/RicoSuter/NSwag/pull/2925)
diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs
index 2886220..01b65ac 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.5.2")]
-[assembly: AssemblyFileVersion("1.5.2.0")]
+[assembly: AssemblyVersion("1.5.3")]
+[assembly: AssemblyFileVersion("1.5.3.0")]
[assembly: NeutralResourcesLanguage("en-US")]
diff --git a/src/Unchase.OpenAPI.ConnectedService.csproj b/src/Unchase.OpenAPI.ConnectedService.csproj
index 23a51bd..bef28d0 100644
--- a/src/Unchase.OpenAPI.ConnectedService.csproj
+++ b/src/Unchase.OpenAPI.ConnectedService.csproj
@@ -359,8 +359,8 @@
packages\Microsoft.OpenApi.1.1.4\lib\net46\Microsoft.OpenApi.dll
-
- packages\Microsoft.OpenApi.OData.1.0.2\lib\netstandard2.0\Microsoft.OpenApi.OData.Reader.dll
+
+ packages\Microsoft.OpenApi.OData.1.0.4\lib\netstandard2.0\Microsoft.OpenApi.OData.Reader.dll
packages\Microsoft.VisualStudio.ComponentModelHost.15.8.525\lib\net46\Microsoft.VisualStudio.ComponentModelHost.dll
diff --git a/src/Views/ConfigOpenApiEndpoint.xaml b/src/Views/ConfigOpenApiEndpoint.xaml
index 8a70a6e..0b1f5db 100644
--- a/src/Views/ConfigOpenApiEndpoint.xaml
+++ b/src/Views/ConfigOpenApiEndpoint.xaml
@@ -332,6 +332,20 @@
Margin="40,5,10,5"
HorizontalAlignment="Stretch"
Text="{Binding Path=UserSettings.OpenApiConvertSettings.PathPrefix, Mode=TwoWay}" />
+
+
diff --git a/src/app.config b/src/app.config
index 1563bac..34edc0c 100644
--- a/src/app.config
+++ b/src/app.config
@@ -274,6 +274,10 @@
+
+
+
+
diff --git a/src/packages.config b/src/packages.config
index ec0a3d9..c49a93c 100644
--- a/src/packages.config
+++ b/src/packages.config
@@ -74,7 +74,7 @@
-
+
diff --git a/src/source.extension.vsixmanifest b/src/source.extension.vsixmanifest
index 1e99415..c3d0c1e 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