Skip to content

Commit c5c2114

Browse files
authored
Release 2.2.1 (#258)
* feat: update release notes and fantomas * feat: update deps
1 parent 8eb1183 commit c5c2114

File tree

6 files changed

+432
-445
lines changed

6 files changed

+432
-445
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"rollForward": false
1818
},
1919
"fantomas": {
20-
"version": "6.3.16",
20+
"version": "7.0.0",
2121
"commands": [
2222
"fantomas"
2323
],

build.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Target.create "AssemblyInfo" (fun _ ->
6363
// Clean build results
6464

6565
Target.create "Clean" (fun _ ->
66-
!! "**/**/bin/" |> Shell.cleanDirs
66+
!!"**/**/bin/" |> Shell.cleanDirs
6767
//!! "**/**/obj/" |> Shell.cleanDirs
6868

6969
Shell.cleanDirs [ "bin"; "temp" ]
@@ -178,7 +178,7 @@ Target.create "Release" (fun _ ->
178178
Target.create "BuildPackage" ignore
179179

180180
let sourceFiles =
181-
!! "**/*.fs" ++ "**/*.fsx"
181+
!!"**/*.fs" ++ "**/*.fsx"
182182
-- "packages/**/*.*"
183183
-- "paket-files/**/*.*"
184184
-- ".fake/**/*.*"

docs/RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 2.2.1 - Jan 16, 2025
2+
3+
- Added allOf properties to the schema definition (#256)
4+
- Update TypeProvider SDK (#257)
5+
16
#### 2.2.0 - Jan 6, 2025
27

38
- hk: build with .NET 9

0 commit comments

Comments
 (0)