diff --git a/Swashbuckle.OData.Nuget/Swashbuckle.OData.NuGet.nuproj b/Swashbuckle.OData.Nuget/Swashbuckle.OData.NuGet.nuproj
index 6477d55..0d86f22 100644
--- a/Swashbuckle.OData.Nuget/Swashbuckle.OData.NuGet.nuproj
+++ b/Swashbuckle.OData.Nuget/Swashbuckle.OData.NuGet.nuproj
@@ -25,12 +25,12 @@
Richard Beauchamp
Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!
Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!
- Supports ODataRoutePrefix attribute (fixes #71). Added missing CLR type (byte) #89. Constrain Flurl dependency to <v2.0.0
+ Swashbuckle.OData does not modify ODataMediaTypeFormatter.Request (fixes #93). Supports ODataRoutePrefix attribute (fixes #71). Added missing CLR type (byte) #89. Constrain Flurl dependency to <v2.0.0
https://github.com/rbeauchamp/Swashbuckle.OData
https://github.com/rbeauchamp/Swashbuckle.OData/blob/master/License.txt
Copyright 2015
Swashbuckle Swagger SwaggerUI OData Documentation Discovery Help WebApi AspNet AspNetWebApi Docs WebHost IIS
- 2.18.2
+ 2.18.3
diff --git a/Swashbuckle.OData/Properties/AssemblyInfo.cs b/Swashbuckle.OData/Properties/AssemblyInfo.cs
index d97830e..4b50e44 100644
--- a/Swashbuckle.OData/Properties/AssemblyInfo.cs
+++ b/Swashbuckle.OData/Properties/AssemblyInfo.cs
@@ -37,4 +37,4 @@
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
-[assembly: AssemblyInformationalVersion("2.18.2")]
\ No newline at end of file
+[assembly: AssemblyInformationalVersion("2.18.3")]
\ No newline at end of file
diff --git a/appveyor.yml b/appveyor.yml
index 7dd6e53..067e518 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 2.18.2.{build}
+version: 2.18.3.{build}
before_build:
- cmd: nuget restore