Skip to content

Commit

Permalink
Bump version to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Aug 20, 2016
1 parent 17886b6 commit 5a78fa1
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.5 - August 20, 2016
- Allow to configure protocol together with host name [#41](https://github.com/fsprojects/SwaggerProvider/issues/41)

#### 0.5.4 - August 19, 2016
- FIXED: SwaggerProvider and byte array [#46](https://github.com/fsprojects/SwaggerProvider/issues/46)

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.4")>]
[<assembly: AssemblyFileVersionAttribute("0.5.4")>]
[<assembly: AssemblyVersionAttribute("0.5.5")>]
[<assembly: AssemblyFileVersionAttribute("0.5.5")>]
do ()

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

0 comments on commit 5a78fa1

Please sign in to comment.