Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 55aaf08

Browse files
committedMar 11, 2025·
hk: release patch version
1 parent 673a131 commit 55aaf08

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
 

‎docs/RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 2.2.3 - Mar 11, 2025
2+
3+
- Update ProvidedTypes.fs to latest version of FSharp.TypeProvider.SDK (#262)
4+
15
#### 2.2.2 - Jan 23, 2025
26

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

‎src/Common/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("SwaggerProvider")>]
66
[<assembly: AssemblyProductAttribute("SwaggerProvider")>]
77
[<assembly: AssemblyDescriptionAttribute("F# Type Provider for Swagger & Open API")>]
8-
[<assembly: AssemblyVersionAttribute("2.2.2")>]
9-
[<assembly: AssemblyFileVersionAttribute("2.2.2")>]
8+
[<assembly: AssemblyVersionAttribute("2.2.3")>]
9+
[<assembly: AssemblyFileVersionAttribute("2.2.3")>]
1010
do ()
1111

1212
module internal AssemblyVersionInformation =
1313
let [<Literal>] AssemblyTitle = "SwaggerProvider"
1414
let [<Literal>] AssemblyProduct = "SwaggerProvider"
1515
let [<Literal>] AssemblyDescription = "F# Type Provider for Swagger & Open API"
16-
let [<Literal>] AssemblyVersion = "2.2.2"
17-
let [<Literal>] AssemblyFileVersion = "2.2.2"
16+
let [<Literal>] AssemblyVersion = "2.2.3"
17+
let [<Literal>] AssemblyFileVersion = "2.2.3"

0 commit comments

Comments
 (0)
Please sign in to comment.