File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ #### 0.1.2-beta - November 22 2015
2
+ * Fixed bug in the query builder for POST and PUT requests
3
+ * Added tests for PUT & DELETE requests
4
+
1
5
#### 0.1.1-beta - November 19 2015
2
6
* Supported serialization of basic data types for passing in query
3
7
* Fixed bugs in query builder logic
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ open System.Reflection
4
4
[<assembly: AssemblyTitleAttribute( " SwaggerProvider" ) >]
5
5
[<assembly: AssemblyProductAttribute( " SwaggerProvider" ) >]
6
6
[<assembly: AssemblyDescriptionAttribute( " Type provider for Swagger.io" ) >]
7
- [<assembly: AssemblyVersionAttribute( " 0.1.1 " ) >]
8
- [<assembly: AssemblyFileVersionAttribute( " 0.1.1 " ) >]
7
+ [<assembly: AssemblyVersionAttribute( " 0.1.2 " ) >]
8
+ [<assembly: AssemblyFileVersionAttribute( " 0.1.2 " ) >]
9
9
do ()
10
10
11
11
module internal AssemblyVersionInformation =
12
- let [<Literal>] Version = " 0.1.1 "
12
+ let [<Literal>] Version = " 0.1.2 "
You can’t perform that action at this time.
0 commit comments