File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ #### 0.5.2 - June 23, 2016
2
+ - FIXED: 201 status codes should be used as a return type for operations [ #34 ] ( https://github.com/fsprojects/SwaggerProvider/issues/34 )
3
+
1
4
#### 0.5.1 - April 30, 2016
2
5
- FIXED: Collisions in provided type names [ #27 ] ( https://github.com/fsprojects/SwaggerProvider/issues/27 )
3
6
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ open System.Reflection
4
4
[<assembly: AssemblyTitleAttribute( " SwaggerProvider" ) >]
5
5
[<assembly: AssemblyProductAttribute( " SwaggerProvider" ) >]
6
6
[<assembly: AssemblyDescriptionAttribute( " F# Type Provider for Swagger" ) >]
7
- [<assembly: AssemblyVersionAttribute( " 0.5.1 " ) >]
8
- [<assembly: AssemblyFileVersionAttribute( " 0.5.1 " ) >]
7
+ [<assembly: AssemblyVersionAttribute( " 0.5.2 " ) >]
8
+ [<assembly: AssemblyFileVersionAttribute( " 0.5.2 " ) >]
9
9
do ()
10
10
11
11
module internal AssemblyVersionInformation =
12
- let [<Literal>] Version = " 0.5.1 "
13
- let [<Literal>] InformationalVersion = " 0.5.1 "
12
+ let [<Literal>] Version = " 0.5.2 "
13
+ let [<Literal>] InformationalVersion = " 0.5.2 "
You can’t perform that action at this time.
0 commit comments