Skip to content

Commit 5a78fa1

Browse files
committed
Bump version to 0.5.5
1 parent 17886b6 commit 5a78fa1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 0.5.5 - August 20, 2016
2+
- Allow to configure protocol together with host name [#41](https://github.com/fsprojects/SwaggerProvider/issues/41)
3+
14
#### 0.5.4 - August 19, 2016
25
- FIXED: SwaggerProvider and byte array [#46](https://github.com/fsprojects/SwaggerProvider/issues/46)
36

src/Common/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("SwaggerProvider")>]
55
[<assembly: AssemblyProductAttribute("SwaggerProvider")>]
66
[<assembly: AssemblyDescriptionAttribute("F# Type Provider for Swagger")>]
7-
[<assembly: AssemblyVersionAttribute("0.5.4")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.5.4")>]
7+
[<assembly: AssemblyVersionAttribute("0.5.5")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.5.5")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "0.5.4"
13-
let [<Literal>] InformationalVersion = "0.5.4"
12+
let [<Literal>] Version = "0.5.5"
13+
let [<Literal>] InformationalVersion = "0.5.5"

0 commit comments

Comments
 (0)