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.4 - August 19, 2016
2+ - FIXED: SwaggerProvider and byte array [ #46 ] ( https://github.com/fsprojects/SwaggerProvider/issues/46 )
3+
14#### 0.5.3 - July 10, 2016
25- Supported Newtonsoft.Json v9.0.1
36- FIXED: props and fields name collision during quotes compilation [ #38 ] ( https://github.com/fsprojects/SwaggerProvider/pull/38 )
Original file line number Diff line number Diff 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.3 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.5.3 " ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.5.4 " ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.5.4 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.5.3 "
13- let [<Literal>] InformationalVersion = " 0.5.3 "
12+ let [<Literal>] Version = " 0.5.4 "
13+ let [<Literal>] InformationalVersion = " 0.5.4 "
You can’t perform that action at this time.
0 commit comments