Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"isRoot": true,
"tools": {
"paket": {
"version": "10.0.0-alpha011",
"version": "10.3.1",
"commands": [
"paket"
],
"rollForward": false
},
"dotnet-serve": {
"version": "1.10.190",
"version": "1.10.194",
"commands": [
"dotnet-serve"
],
Expand Down
5 changes: 4 additions & 1 deletion docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 3.0.0-beta04 - Jan 3, 2026
#### 3.0.0-beta05 - Feb 1, 2026

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

#### 2.3.2 - Oct 11, 2025
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "10.0.100",
"version": "10.0.102",
"rollForward": "minor"
}
}
Loading
Loading