Skip to content

Commit 4878b5b

Browse files
authored
feat: update dependencies (#232)
* feat: update dependencies * fix: update release notes
1 parent caaecbe commit 4878b5b

6 files changed

Lines changed: 111 additions & 111 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
]
2222
},
2323
"fantomas": {
24-
"version": "6.1.1",
24+
"version": "6.2.3",
2525
"commands": [
2626
"fantomas"
2727
]

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macOS-latest]
18-
dotnet: [6.0.407]
18+
dotnet: [6.0.413]
1919
runs-on: ${{ matrix.os }}
2020

2121
steps:

build.fsx.lock

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -125,45 +125,50 @@ NUGET
125125
FSharp.Core (>= 4.7.2)
126126
System.Reactive (>= 5.0 < 6.0)
127127
FSharp.Core (6.0)
128-
Microsoft.Build.Framework (17.5)
128+
Microsoft.Build.Framework (17.7.2)
129129
Microsoft.Win32.Registry (>= 5.0)
130-
System.Security.Permissions (>= 6.0)
131-
Microsoft.Build.Utilities.Core (17.5)
132-
Microsoft.Build.Framework (>= 17.5)
133-
Microsoft.NET.StringTools (>= 17.5)
130+
System.Memory (>= 4.5.5)
131+
System.Runtime.CompilerServices.Unsafe (>= 6.0)
132+
System.Security.Permissions (>= 7.0)
133+
System.Security.Principal.Windows (>= 5.0)
134+
Microsoft.Build.Utilities.Core (17.7.2)
135+
Microsoft.Build.Framework (>= 17.7.2)
136+
Microsoft.NET.StringTools (>= 17.7.2)
134137
Microsoft.Win32.Registry (>= 5.0)
135-
System.Collections.Immutable (>= 6.0)
136-
System.Configuration.ConfigurationManager (>= 6.0)
137-
System.Security.Permissions (>= 6.0)
138-
System.Text.Encoding.CodePages (>= 6.0)
139-
Microsoft.NET.StringTools (17.5)
138+
System.Collections.Immutable (>= 7.0)
139+
System.Configuration.ConfigurationManager (>= 7.0)
140+
System.Memory (>= 4.5.5)
141+
System.Runtime.CompilerServices.Unsafe (>= 6.0)
142+
System.Security.Permissions (>= 7.0)
143+
System.Security.Principal.Windows (>= 5.0)
144+
System.Text.Encoding.CodePages (>= 7.0)
145+
Microsoft.NET.StringTools (17.7.2)
140146
System.Memory (>= 4.5.5)
141147
System.Runtime.CompilerServices.Unsafe (>= 6.0)
142148
Microsoft.Win32.Registry (5.0)
143149
System.Security.AccessControl (>= 5.0)
144150
System.Security.Principal.Windows (>= 5.0)
145151
Microsoft.Win32.SystemEvents (7.0)
146152
Mono.Posix.NETStandard (1.0)
147-
MSBuild.StructuredLogger (2.1.815)
148-
Microsoft.Build.Framework (>= 16.10)
149-
Microsoft.Build.Utilities.Core (>= 16.10)
153+
MSBuild.StructuredLogger (2.1.858)
154+
Microsoft.Build.Framework (>= 17.5)
155+
Microsoft.Build.Utilities.Core (>= 17.5)
150156
Newtonsoft.Json (13.0.3)
151-
NuGet.Common (6.5)
152-
NuGet.Frameworks (>= 6.5)
153-
NuGet.Configuration (6.5)
154-
NuGet.Common (>= 6.5)
157+
NuGet.Common (6.7)
158+
NuGet.Frameworks (>= 6.7)
159+
NuGet.Configuration (6.7)
160+
NuGet.Common (>= 6.7)
155161
System.Security.Cryptography.ProtectedData (>= 4.4)
156-
NuGet.Frameworks (6.5)
157-
NuGet.Packaging (6.5)
162+
NuGet.Frameworks (6.7)
163+
NuGet.Packaging (6.7)
158164
Newtonsoft.Json (>= 13.0.1)
159-
NuGet.Configuration (>= 6.5)
160-
NuGet.Versioning (>= 6.5)
161-
System.Security.Cryptography.Cng (>= 5.0)
162-
System.Security.Cryptography.Pkcs (>= 5.0)
163-
NuGet.Protocol (6.5)
164-
NuGet.Packaging (>= 6.5)
165-
NuGet.Versioning (6.5)
166-
Octokit (5.0.4)
165+
NuGet.Configuration (>= 6.7)
166+
NuGet.Versioning (>= 6.7)
167+
System.Security.Cryptography.Pkcs (>= 6.0.4)
168+
NuGet.Protocol (6.7)
169+
NuGet.Packaging (>= 6.7)
170+
NuGet.Versioning (6.7)
171+
Octokit (9.0)
167172
System.Collections.Immutable (7.0)
168173
System.Runtime.CompilerServices.Unsafe (>= 6.0)
169174
System.Configuration.ConfigurationManager (7.0)
@@ -176,9 +181,7 @@ NUGET
176181
System.Reactive (5.0)
177182
System.Runtime.CompilerServices.Unsafe (6.0)
178183
System.Security.AccessControl (6.0)
179-
System.Security.Cryptography.Cng (5.0)
180-
System.Formats.Asn1 (>= 5.0)
181-
System.Security.Cryptography.Pkcs (7.0.1)
184+
System.Security.Cryptography.Pkcs (7.0.3)
182185
System.Formats.Asn1 (>= 7.0)
183186
System.Security.Cryptography.ProtectedData (7.0.1)
184187
System.Security.Permissions (7.0)

docs/RELEASE_NOTES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
#### 2.0.0-theta-002 - Jun 30, 2023
1+
#### 2.0.0-theta-0023 - Nov 07, 2023
22
- F# 6 task{} instead of async{} under thee hood - [#200](https://github.com/fsprojects/SwaggerProvider/pull/200)
33
- BREAKING: `ProvidedApiClientBase.CallAsync` returns `task` instead of `async`
44
- BREAKING: `task` CE wrap all exceptions in `AggregateException` (with `OpenApiException` inside)
55
- Model enums as `string`, `int32` or `boolean` (Fixed [#186](https://github.com/fsprojects/SwaggerProvider/issues/186) )
66
- Add `Accept` header to all request (Fixed [#196](https://github.com/fsprojects/SwaggerProvider/issues/196))
77
- Supported requests with `octet-stream` body content [#203](https://github.com/fsprojects/SwaggerProvider/pull/203)
88
- Added missing properties to OpenApiException [#222](https://github.com/fsprojects/SwaggerProvider/pull/222)
9-
- Microsoft.OpenApi (1.6.5)
10-
- FSharp.SystemTextJson (1.1.23)
9+
- Changed raise to calling Reraise() extension method to preserve the call stack [#230](https://github.com/fsprojects/SwaggerProvider/pull/230)
10+
- Microsoft.OpenApi (1.6.10)
11+
- FSharp.SystemTextJson (1.2.42)
1112
- Removed the `System.Net.Http` dependency (#221)
1213
- fix: accept "default" as "ok response" fallback (#223)
1314

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": "6.0.407",
3+
"version": "6.0.413",
44
"rollForward": "minor"
55
}
66
}

0 commit comments

Comments
 (0)