Skip to content

Commit

Permalink
feat: dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Sep 8, 2024
1 parent 29bd201 commit fa29cf6
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 101 deletions.
11 changes: 7 additions & 4 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@
"version": "8.0.3",
"commands": [
"paket"
]
],
"rollForward": false
},
"dotnet-serve": {
"version": "1.10.175",
"commands": [
"dotnet-serve"
]
],
"rollForward": false
},
"fantomas": {
"version": "6.3.7",
"version": "6.3.12",
"commands": [
"fantomas"
]
],
"rollForward": false
}
}
}
16 changes: 10 additions & 6 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 2.1.3 - Sep 8, 2024

- hk: Dependencies update

#### 2.1.2 - Jun 3, 2024

- fix: Support DateTime/DateTimeOffset as required query parameter, using round-trip format (#244)
Expand Down Expand Up @@ -169,8 +173,8 @@

#### 0.6.0 - April 13, 2017

- Supported `allOf` composition with `properties` definition in the same SchemaObject - https://github.com/fsprojects/SwaggerProvider/issues/72
- Supported wrappers around primitive types - https://github.com/APIs-guru/openapi-directory/issues/98
- Supported `allOf` composition with `properties` definition in the same SchemaObject - <https://github.com/fsprojects/SwaggerProvider/issues/72>
- Supported wrappers around primitive types - <https://github.com/APIs-guru/openapi-directory/issues/98>
- No runtime dependency on YamlDotNet
- NuGet dependency on FSharp.Core

Expand Down Expand Up @@ -213,9 +217,9 @@

#### 0.4.0 - April 10, 2016

- Added support of anonymous types generations - https://github.com/fsprojects/SwaggerProvider/pull/24
- Added support of anonymous types generations - <https://github.com/fsprojects/SwaggerProvider/pull/24>
- Added support of recursively dependent type definitions
- Added support of `$refs` in DefinitionProperty - https://github.com/fsprojects/SwaggerProvider/issues/23
- Added support of `$refs` in DefinitionProperty - <https://github.com/fsprojects/SwaggerProvider/issues/23>
- Added support of operations without `operationId`
- Better XML docs

Expand All @@ -227,11 +231,11 @@

#### 0.3.5 - February 25 2016

- Added ability to override Host property at runtime - https://github.com/fsprojects/SwaggerProvider/issues/15
- Added ability to override Host property at runtime - <https://github.com/fsprojects/SwaggerProvider/issues/15>

#### 0.3.4 - January 20 2016

- Fixed generation of obsolete provided methods - https://github.com/fsprojects/FSharp.TypeProviders.StarterPack/issues/70
- Fixed generation of obsolete provided methods - <https://github.com/fsprojects/FSharp.TypeProviders.StarterPack/issues/70>

#### 0.3.3 - January 18 2016

Expand Down
8 changes: 4 additions & 4 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.204",
"rollForward": "minor"
}
"sdk": {
"version": "8.0.401",
"rollForward": "minor"
}
}
Loading

0 comments on commit fa29cf6

Please sign in to comment.