Skip to content

Commit 956de25

Browse files
authored
chore: update deps (#289)
* chore: update deps * fix: local tests
1 parent 3e47ba9 commit 956de25

File tree

6 files changed

+247
-243
lines changed

6 files changed

+247
-243
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"isRoot": true,
44
"tools": {
55
"paket": {
6-
"version": "10.0.0-alpha011",
6+
"version": "10.3.1",
77
"commands": [
88
"paket"
99
],
1010
"rollForward": false
1111
},
1212
"dotnet-serve": {
13-
"version": "1.10.190",
13+
"version": "1.10.194",
1414
"commands": [
1515
"dotnet-serve"
1616
],

docs/RELEASE_NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### 3.0.0-beta04 - Jan 3, 2026
1+
#### 3.0.0-beta05 - Feb 1, 2026
22

33
- feat: Microsoft.OpenApi v2.x with OpenAPI v3.1 Support
44
- feat: Server-Side Request Forgery (SSRF) protection for IP V4 (#271) and V6 (#272)
@@ -8,6 +8,9 @@
88
- feat: include TP config information in cache key (#283)
99
- feat: add windows-latest ci (#282)
1010
- feat: Handle allOf with single reference (#284)
11+
- fix: nullable date deserialization for OpenAPI v3 schemas (#287)
12+
- docs: the Serialization documentation to mention use of System.Text.Json rather than Newtonsoft.Json (#288)
13+
- docs: Remove note about TaskBuilder.fs from the OpenApiClientProvider docs (#285)
1114
- hk: dependencies update
1215

1316
#### 2.3.2 - Oct 11, 2025

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100",
3+
"version": "10.0.102",
44
"rollForward": "minor"
55
}
66
}

0 commit comments

Comments
 (0)