File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ #### 0.4.0 - April 10, 2016
2+ - Added support of anonymous types generations - https://github.com/fsprojects/SwaggerProvider/pull/24
3+ - Added support of recursively dependent type definitions
4+ - Added support of ` $refs ` in DefinitionProperty - https://github.com/fsprojects/SwaggerProvider/issues/23
5+ - Added support of operations without ` operationId `
6+ - Better XML docs
7+
18#### 0.3.6 - April 2 2016
29* Updated JSON.NET version up to v8.0.3
310* Added support of model composition in path's response schema
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.3.6 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.3.6 " ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.4.0 " ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.4.0 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.3.6 "
13- let [<Literal>] InformationalVersion = " 0.3.6 "
12+ let [<Literal>] Version = " 0.4.0 "
13+ let [<Literal>] InformationalVersion = " 0.4.0 "
You can’t perform that action at this time.
0 commit comments