Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dependencies update #247

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading