Skip to content

Commit 7ba305f

Browse files
committed
release v1.0.0
1 parent 13dff9f commit 7ba305f

File tree

3 files changed

+8
-24
lines changed

3 files changed

+8
-24
lines changed

docs/RELEASE_NOTES.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1-
#### 1.0.0-beta6 - Apr 9, 2022
1+
#### 1.0.0 - Apr 17, 2022
22
- Target .NET 6
3-
- Microsoft.OpenApi.Readers v1.3.1-preview5
4-
- Dependencies update
5-
6-
#### 1.0.0-beta5 - Jun 19, 2021
7-
- Revert optional parameters in provided constructors
8-
9-
#### 1.0.0-beta4 - Jun 12, 2021
10-
- Dependencies update
11-
- Microsoft.OpenApi.Readers v1.3.0-preview
12-
13-
#### 1.0.0-beta3 - Mar 20, 2021
3+
- Microsoft.OpenApi v1.3.1
4+
- Migration to System.Text.Json [#176](https://github.com/fsprojects/SwaggerProvider/pull/176)
145
- Fix for 'FS3033: Payload is not supported' [#181](https://github.com/fsprojects/SwaggerProvider/issues/181)
15-
16-
#### 1.0.0-beta2 - Jan 31, 2021
17-
- Build with .NET 5
186
- Drop `net46` support
19-
- Migration to System.Text.Json [#176](https://github.com/fsprojects/SwaggerProvider/pull/176)
20-
- Fixed NuGet package dependencies
7+
- Dependencies update
218

229
#### 0.12.1 - Apr 9, 2022
2310
- Correctly serialize Guid [] as query parameter [#192](https://github.com/fsprojects/SwaggerProvider/pull/192)

paket.dependencies

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
version 5.198.0
1+
version 7.1.4
22
source https://api.nuget.org/v3/index.json
33
frameworks: net6.0, netstandard2.0
44

55
nuget FSharp.Core 4.7.2
66
nuget System.Net.Http
77
nuget System.Text.Json
88
nuget FSharp.SystemTextJson
9-
nuget Microsoft.OpenApi.Readers prerelease
9+
nuget Microsoft.OpenApi.Readers
1010
nuget NETStandard.Library.NETFramework
11-
nuget Newtonsoft.Json
1211

1312
# delete when we drop custom parser for v2
1413
nuget YamlDotNet
@@ -27,7 +26,7 @@ group Server
2726
nuget Microsoft.AspNetCore
2827
nuget Microsoft.AspNetCore.Mvc
2928
nuget Microsoft.AspNetCore.HttpsPolicy
30-
nuget Swashbuckle.AspNetCore prerelease
29+
nuget Swashbuckle.AspNetCore
3130
nuget Microsoft.OpenApi
3231
nuget FSharp.Core
3332

@@ -42,7 +41,6 @@ group Test
4241
nuget Expecto
4342
nuget YoloDev.Expecto.TestSdk
4443

45-
nuget Newtonsoft.Json
4644
nuget System.Net.Http
47-
nuget Microsoft.OpenApi.Readers prerelease redirects: force
45+
nuget Microsoft.OpenApi.Readers redirects: force
4846
nuget FSharp.SystemTextJson

paket.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ NUGET
1414
Microsoft.OpenApi (>= 1.3.1)
1515
SharpYaml (>= 1.9)
1616
NETStandard.Library.NETFramework (2.0.0-preview2-25405-01)
17-
Newtonsoft.Json (13.0.1)
1817
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
1918
runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
2019
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)

0 commit comments

Comments
 (0)