Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Apr 17, 2022
1 parent 13dff9f commit 7ba305f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
21 changes: 4 additions & 17 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
#### 1.0.0-beta6 - Apr 9, 2022
#### 1.0.0 - Apr 17, 2022
- Target .NET 6
- Microsoft.OpenApi.Readers v1.3.1-preview5
- Dependencies update

#### 1.0.0-beta5 - Jun 19, 2021
- Revert optional parameters in provided constructors

#### 1.0.0-beta4 - Jun 12, 2021
- Dependencies update
- Microsoft.OpenApi.Readers v1.3.0-preview

#### 1.0.0-beta3 - Mar 20, 2021
- Microsoft.OpenApi v1.3.1
- Migration to System.Text.Json [#176](https://github.com/fsprojects/SwaggerProvider/pull/176)
- Fix for 'FS3033: Payload is not supported' [#181](https://github.com/fsprojects/SwaggerProvider/issues/181)

#### 1.0.0-beta2 - Jan 31, 2021
- Build with .NET 5
- Drop `net46` support
- Migration to System.Text.Json [#176](https://github.com/fsprojects/SwaggerProvider/pull/176)
- Fixed NuGet package dependencies
- Dependencies update

#### 0.12.1 - Apr 9, 2022
- Correctly serialize Guid [] as query parameter [#192](https://github.com/fsprojects/SwaggerProvider/pull/192)
Expand Down
10 changes: 4 additions & 6 deletions paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
version 5.198.0
version 7.1.4
source https://api.nuget.org/v3/index.json
frameworks: net6.0, netstandard2.0

nuget FSharp.Core 4.7.2
nuget System.Net.Http
nuget System.Text.Json
nuget FSharp.SystemTextJson
nuget Microsoft.OpenApi.Readers prerelease
nuget Microsoft.OpenApi.Readers
nuget NETStandard.Library.NETFramework
nuget Newtonsoft.Json

# delete when we drop custom parser for v2
nuget YamlDotNet
Expand All @@ -27,7 +26,7 @@ group Server
nuget Microsoft.AspNetCore
nuget Microsoft.AspNetCore.Mvc
nuget Microsoft.AspNetCore.HttpsPolicy
nuget Swashbuckle.AspNetCore prerelease
nuget Swashbuckle.AspNetCore
nuget Microsoft.OpenApi
nuget FSharp.Core

Expand All @@ -42,7 +41,6 @@ group Test
nuget Expecto
nuget YoloDev.Expecto.TestSdk

nuget Newtonsoft.Json
nuget System.Net.Http
nuget Microsoft.OpenApi.Readers prerelease redirects: force
nuget Microsoft.OpenApi.Readers redirects: force
nuget FSharp.SystemTextJson
1 change: 0 additions & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ NUGET
Microsoft.OpenApi (>= 1.3.1)
SharpYaml (>= 1.9)
NETStandard.Library.NETFramework (2.0.0-preview2-25405-01)
Newtonsoft.Json (13.0.1)
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
Expand Down

0 comments on commit 7ba305f

Please sign in to comment.