Skip to content

Commit

Permalink
Released v0.10.0-beta10
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Nov 6, 2019
1 parent 25c717f commit 8ad60ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Create new F# `netcoreapp3.0` project and add reference to latest [SwaggerProvid
```bash
dotnet new console --name apiclient --language F#
cd apiclient
dotnet add package SwaggerProvider --version 0.10.0-beta09
dotnet add package SwaggerProvider --version 0.10.0-beta10
```

replace content of `Program.fs` file by
Expand Down
4 changes: 4 additions & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 0.10.0-beta10 - November 6, 2019
- Support REST convention with pluralized entities in mode with IgnoreOperationId=true [#121](https://github.com/fsprojects/SwaggerProvider/pull/121)
- Fixed null refs in optional headers [#123](https://github.com/fsprojects/SwaggerProvider/pull/123)

#### 0.10.0-beta09 - November 3, 2019
- TP parameter names are unified [#129](https://github.com/fsprojects/SwaggerProvider/pull/129)

Expand Down

0 comments on commit 8ad60ed

Please sign in to comment.