Skip to content

Commit

Permalink
Bump version to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Aug 31, 2016
1 parent 5cb2dd3 commit 9c0befc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.5.6 - August 31, 2016
- Added NTLM auth for schema request [#50](https://github.com/fsprojects/SwaggerProvider/issues/50)

#### 0.5.5 - August 20, 2016
- Allow to configure protocol together with host name [#41](https://github.com/fsprojects/SwaggerProvider/issues/41)

Expand Down
8 changes: 4 additions & 4 deletions src/Common/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("SwaggerProvider")>]
[<assembly: AssemblyProductAttribute("SwaggerProvider")>]
[<assembly: AssemblyDescriptionAttribute("F# Type Provider for Swagger")>]
[<assembly: AssemblyVersionAttribute("0.5.5")>]
[<assembly: AssemblyFileVersionAttribute("0.5.5")>]
[<assembly: AssemblyVersionAttribute("0.5.6")>]
[<assembly: AssemblyFileVersionAttribute("0.5.6")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.5.5"
let [<Literal>] InformationalVersion = "0.5.5"
let [<Literal>] Version = "0.5.6"
let [<Literal>] InformationalVersion = "0.5.6"

0 comments on commit 9c0befc

Please sign in to comment.