Skip to content

Commit

Permalink
Released v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Jun 4, 2020
1 parent e6668a3 commit 4f76f3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.10.5 - June 4, 2020
- Cache, yet one more fix... [#158](https://github.com/fsprojects/SwaggerProvider/pull/158)

#### 0.10.4 - May 31, 2020
- Cache fix part 2 [#155](https://github.com/fsprojects/SwaggerProvider/pull/155)

Expand Down
8 changes: 4 additions & 4 deletions src/Common/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("SwaggerProvider")>]
[<assembly: AssemblyProductAttribute("SwaggerProvider")>]
[<assembly: AssemblyDescriptionAttribute("F# Type Provider for Swagger & Open API")>]
[<assembly: AssemblyVersionAttribute("0.10.4")>]
[<assembly: AssemblyFileVersionAttribute("0.10.4")>]
[<assembly: AssemblyVersionAttribute("0.10.5")>]
[<assembly: AssemblyFileVersionAttribute("0.10.5")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "SwaggerProvider"
let [<Literal>] AssemblyProduct = "SwaggerProvider"
let [<Literal>] AssemblyDescription = "F# Type Provider for Swagger & Open API"
let [<Literal>] AssemblyVersion = "0.10.4"
let [<Literal>] AssemblyFileVersion = "0.10.4"
let [<Literal>] AssemblyVersion = "0.10.5"
let [<Literal>] AssemblyFileVersion = "0.10.5"

0 comments on commit 4f76f3c

Please sign in to comment.