Skip to content

Commit

Permalink
release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Jan 23, 2025
1 parent fc7ee54 commit 6a3e9da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 2.2.2 - Jan 23, 2025

- Improvement of design-time error handling (#259)

#### 2.2.1 - Jan 16, 2025

- Added allOf properties to the schema definition (#256)
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("2.2.0")>]
[<assembly: AssemblyFileVersionAttribute("2.2.0")>]
[<assembly: AssemblyVersionAttribute("2.2.2")>]
[<assembly: AssemblyFileVersionAttribute("2.2.2")>]
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 = "2.2.0"
let [<Literal>] AssemblyFileVersion = "2.2.0"
let [<Literal>] AssemblyVersion = "2.2.2"
let [<Literal>] AssemblyFileVersion = "2.2.2"

0 comments on commit 6a3e9da

Please sign in to comment.