Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Jun 22, 2016
1 parent 890d60a commit 43847f1
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.2 - June 23, 2016
- FIXED: 201 status codes should be used as a return type for operations [#34](https://github.com/fsprojects/SwaggerProvider/issues/34)

#### 0.5.1 - April 30, 2016
- FIXED: Collisions in provided type names [#27](https://github.com/fsprojects/SwaggerProvider/issues/27)

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.1")>]
[<assembly: AssemblyFileVersionAttribute("0.5.1")>]
[<assembly: AssemblyVersionAttribute("0.5.2")>]
[<assembly: AssemblyFileVersionAttribute("0.5.2")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.5.1"
let [<Literal>] InformationalVersion = "0.5.1"
let [<Literal>] Version = "0.5.2"
let [<Literal>] InformationalVersion = "0.5.2"

0 comments on commit 43847f1

Please sign in to comment.