From fd0b03ff8b46b3040ab88e7ebeeb0e42b4fbbd10 Mon Sep 17 00:00:00 2001 From: Sergey Tihon Date: Mon, 8 Apr 2024 16:20:07 +0200 Subject: [PATCH] feat: minor dependencies update --- .config/dotnet-tools.json | 8 +- docs/RELEASE_NOTES.md | 162 ++++++++++----- paket.lock | 398 ++++++++++++++++++------------------- src/Common/AssemblyInfo.fs | 8 +- 4 files changed, 315 insertions(+), 261 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index f1a8113..3fccfa8 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -8,12 +8,6 @@ "paket" ] }, - "fake-cli": { - "version": "6.0.0", - "commands": [ - "fake" - ] - }, "dotnet-serve": { "version": "1.10.172", "commands": [ @@ -21,7 +15,7 @@ ] }, "fantomas": { - "version": "6.2.3", + "version": "6.3.1", "commands": [ "fantomas" ] diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 37a6bf1..7a101cd 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,12 +1,19 @@ +#### 2.1.1 - Apr 8, 2024 + +- Minor dependency updates + #### 2.1.0 - Mar 14, 2024 + - Build and test with .NET 8.0 #### 2.0.1 - Mar 12, 2024 + - fix: update ProvidedTypes.fs (#235) - FSharp.Data utilities update (#238) - Updated custom serialization example to SwaggerProvider 2.0 (#239) #### 2.0.0 - Nov 08, 2023 + - F# 6 task{} instead of async{} under thee hood - [#200](https://github.com/fsprojects/SwaggerProvider/pull/200) - BREAKING: `ProvidedApiClientBase.CallAsync` returns `task` instead of `async` - BREAKING: `task` CE wrap all exceptions in `AggregateException` (with `OpenApiException` inside) @@ -22,13 +29,16 @@ - Minor performance tweaks (#233) #### 1.0.2 - Jul 10, 2022 + - SharpYaml 2.0.0 - Format code using Fantomas #### 1.0.1 - Jun 25, 2022 + - Dependencies update #### 1.0.0 - Apr 17, 2022 + - Target .NET 6 - Microsoft.OpenApi v1.3.1 - Migration to System.Text.Json [#176](https://github.com/fsprojects/SwaggerProvider/pull/176) @@ -37,63 +47,80 @@ - Dependencies update #### 0.12.1 - Apr 9, 2022 + - Correctly serialize Guid [] as query parameter [#192](https://github.com/fsprojects/SwaggerProvider/pull/192) #### 0.12.0 - Dec 22, 2020 + - OpenApiProvider: Dictionary support [#174](https://github.com/fsprojects/SwaggerProvider/pull/174) #### 0.11.0 - Dec 13, 2020 + - Relative path fix [#171](https://github.com/fsprojects/SwaggerProvider/pull/171) - DateTime formatted as round-trip [#170](https://github.com/fsprojects/SwaggerProvider/pull/170) #### 0.10.7 - July 15, 2020 + - Avoid NullReferenceException on rare case that response is nothing. [#162](https://github.com/fsprojects/SwaggerProvider/pull/162) - Dependencies update #### 0.10.6 - June 8, 2020 + - WebException handling [#161](https://github.com/fsprojects/SwaggerProvider/pull/161) #### 0.10.5 - June 4, 2020 + - Cache, yet one more fix... [#158](https://github.com/fsprojects/SwaggerProvider/pull/158) #### 0.10.4 - May 31, 2020 + - Cache fix part 2 [#155](https://github.com/fsprojects/SwaggerProvider/pull/155) #### 0.10.3 - May 30, 2020 + - Fixed caching [#153](https://github.com/fsprojects/SwaggerProvider/pull/153) - Dependencies update [#154](https://github.com/fsprojects/SwaggerProvider/pull/154) #### 0.10.2 - April 5, 2020 + - Caching update [#144](https://github.com/fsprojects/SwaggerProvider/pull/144) - Better autocomplete in IDEs #### 0.10.1 - April 5, 2020 + - Dependencies update [#143](https://github.com/fsprojects/SwaggerProvider/pull/143) #### 0.10.0 - December 8, 2019 + - OpenApiClientProvider - .NET Core 3.1 support #### 0.10.0-beta13 - December 8, 2019 + - UUID/Guid support [#138](https://github.com/fsprojects/SwaggerProvider/issues/138) #### 0.10.0-beta12 - November 19, 2019 + - Fixed null reference for schemas without Components definitions #### 0.10.0-beta11 - November 10, 2019 + - Delete method incorrectly cased [#120](https://github.com/fsprojects/SwaggerProvider/issues/120) - File handling - upload/download files as `IO.Stream` [#131](https://github.com/fsprojects/SwaggerProvider/pull/131) - DateTimeOffset as a default `date-time` type [#133](https://github.com/fsprojects/SwaggerProvider/pull/133) - Custom OpenApiException instead of HttpRequestException [134](https://github.com/fsprojects/SwaggerProvider/pull/134) #### 0.10.0-beta10 - November 6, 2019 + - Support REST convention with pluralized entities in mode with IgnoreOperationId=true [#121](https://github.com/fsprojects/SwaggerProvider/pull/121) - Fixed null refs in optional headers [#123](https://github.com/fsprojects/SwaggerProvider/pull/123) #### 0.10.0-beta09 - November 5, 2019 + - TP parameter names are unified [#129](https://github.com/fsprojects/SwaggerProvider/pull/129) #### 0.10.0-beta08 - November 3, 2019 + - Migration to new Type Provider SDK [#88](https://github.com/fsprojects/SwaggerProvider/pull/88) [#125](https://github.com/fsprojects/SwaggerProvider/pull/125) - SwaggerParser moved to runtime assembly (and exposed as API to library users) - [#90](https://github.com/fsprojects/SwaggerProvider/pull/90) - Added runtime dependency on YamlDotNet @@ -111,53 +138,68 @@ - OpenApiClientProvider [#117](https://github.com/fsprojects/SwaggerProvider/pull/117) #### 0.8.2 - January 19, 2017 -* Fix probing locations [#97](https://github.com/fsprojects/SwaggerProvider/pull/97) + +- Fix probing locations [#97](https://github.com/fsprojects/SwaggerProvider/pull/97) #### 0.8.1 - August 21, 2017 -* Removed caching and dependency on FSharp.Configuration context [#84](https://github.com/fsprojects/SwaggerProvider/issues/84) + +- Removed caching and dependency on FSharp.Configuration context [#84](https://github.com/fsprojects/SwaggerProvider/issues/84) #### 0.8.0 - August 8, 2017 -* Better support for optional parameters [#82](https://github.com/fsprojects/SwaggerProvider/issues/82) + +- Better support for optional parameters [#82](https://github.com/fsprojects/SwaggerProvider/issues/82) #### 0.7.1 - June 1, 2017 -* Newtonsoft.Json v10.0.2 + +- Newtonsoft.Json v10.0.2 #### 0.7.0 - May 26, 2017 -* Supported Mono 5.0.1.1 + +- Supported Mono 5.0.1.1 #### 0.6.1 - April 15, 2017 -* `ToString` is overridden for each generated type [#52](https://github.com/fsprojects/SwaggerProvider/issues/52) -* Removed reference from `Swagger.Runtime.dll` to `YamlDotNet.dll` + +- `ToString` is overridden for each generated type [#52](https://github.com/fsprojects/SwaggerProvider/issues/52) +- Removed reference from `Swagger.Runtime.dll` to `YamlDotNet.dll` #### 0.6.0 - April 13, 2017 -* Supported `allOf` composition with `properties` definition in the same SchemaObject - https://github.com/fsprojects/SwaggerProvider/issues/72 -* Supported wrappers around primitive types - https://github.com/APIs-guru/openapi-directory/issues/98 -* No runtime dependency on YamlDotNet -* NuGet dependency on FSharp.Core + +- Supported `allOf` composition with `properties` definition in the same SchemaObject - https://github.com/fsprojects/SwaggerProvider/issues/72 +- Supported wrappers around primitive types - https://github.com/APIs-guru/openapi-directory/issues/98 +- No runtime dependency on YamlDotNet +- NuGet dependency on FSharp.Core #### 0.5.7 - March 12, 2017 + - Improved URL construction [#66](https://github.com/fsprojects/SwaggerProvider/pull/66) #### 0.5.6 - August 31, 2016 + - Added NTLM auth for schema request [#50](https://github.com/fsprojects/SwaggerProvider/issues/50) #### 0.5.5 - August 20, 2016 + - Allow to configure protocol together with host name [#41](https://github.com/fsprojects/SwaggerProvider/issues/41) #### 0.5.4 - August 19, 2016 + - FIXED: SwaggerProvider and byte array [#46](https://github.com/fsprojects/SwaggerProvider/issues/46) #### 0.5.3 - July 10, 2016 + - Supported Newtonsoft.Json v9.0.1 - FIXED: props and fields name collision during quotes compilation [#38](https://github.com/fsprojects/SwaggerProvider/pull/38) #### 0.5.2 - June 23, 2016 + - FIXED: 201 status codes should be used as a return type for operations [#34](https://github.com/fsprojects/SwaggerProvider/issues/34) #### 0.5.1 - April 30, 2016 + - FIXED: Collisions in provided type names [#27](https://github.com/fsprojects/SwaggerProvider/issues/27) #### 0.5.0 - April 19, 2016 + - BREAKING CHANGE: Instance methods for provided operations with configurable `Host`, `Headers` and `modifiable web requests` - Configurable operation name (`IgnoreOperationId` parameter) - Support of unordered type definitions in schema (for Azure APIs) @@ -165,6 +207,7 @@ - Migration to `FsUnitTyped` + better testing #### 0.4.0 - April 10, 2016 + - Added support of anonymous types generations - https://github.com/fsprojects/SwaggerProvider/pull/24 - Added support of recursively dependent type definitions - Added support of `$refs` in DefinitionProperty - https://github.com/fsprojects/SwaggerProvider/issues/23 @@ -172,75 +215,92 @@ - Better XML docs #### 0.3.6 - April 2 2016 -* Updated JSON.NET version up to v8.0.3 -* Added support of model composition in path's response schema -* Added support of composite types like ("type": [ "string", "null" ]) + +- Updated JSON.NET version up to v8.0.3 +- Added support of model composition in path's response schema +- Added support of composite types like ("type": [ "string", "null" ]) #### 0.3.5 - February 25 2016 -* Added ability to override Host property at runtime - https://github.com/fsprojects/SwaggerProvider/issues/15 + +- Added ability to override Host property at runtime - https://github.com/fsprojects/SwaggerProvider/issues/15 #### 0.3.4 - January 20 2016 -* Fixed generation of obsolete provided methods - https://github.com/fsprojects/FSharp.TypeProviders.StarterPack/issues/70 + +- Fixed generation of obsolete provided methods - https://github.com/fsprojects/FSharp.TypeProviders.StarterPack/issues/70 #### 0.3.3 - January 18 2016 -* Fixed code generation for PetStore schema (Removed deprecated attributes from methods) -* Updated JSON.NET version up to v8.0.2 + +- Fixed code generation for PetStore schema (Removed deprecated attributes from methods) +- Updated JSON.NET version up to v8.0.2 #### 0.3.2 - December 23 2015 -* Migration to .NET 4.5 + +- Migration to .NET 4.5 #### 0.3.1 - December 23 2015 -* Fixed docs and bug in `SwaggerProvider.fsx` + +- Fixed docs and bug in `SwaggerProvider.fsx` #### 0.3.0 - December 22 2015 -* Added support of schemes in YAML format + +- Added support of schemes in YAML format #### 0.2.0 - December 13 2015 -* `AssemblyResolve` handler that resolve location of 3rd party dependencies -* Added dependencies on `Newtonsoft.Json` NuGet package + +- `AssemblyResolve` handler that resolve location of 3rd party dependencies +- Added dependencies on `Newtonsoft.Json` NuGet package #### 0.1.3-beta - December 7 2015 -* Bug fixes + +- Bug fixes #### 0.1.2-beta - November 22 2015 -* Fixed bug in the query builder for POST and PUT requests -* Added tests for PUT & DELETE requests + +- Fixed bug in the query builder for POST and PUT requests +- Added tests for PUT & DELETE requests #### 0.1.1-beta - November 19 2015 -* Supported serialization of basic data types for passing in query -* Fixed bugs in query builder logic -* Added support of nice names for provided parameters -* Added support of JSON serialization for properties with nice names -* Auto Content-Type:application/json header to POST queries when it is supported -* Fixed bug in float compilation -* Added communication tests for data transferring to the server + +- Supported serialization of basic data types for passing in query +- Fixed bugs in query builder logic +- Added support of nice names for provided parameters +- Added support of JSON serialization for properties with nice names +- Auto Content-Type:application/json header to POST queries when it is supported +- Fixed bug in float compilation +- Added communication tests for data transferring to the server #### 0.1.0-beta - November 17 2015 -* Improved speed: Added caching for generated types -* Improved support of Swashbuckle generated schemas -* Fixed bug in compilation to IL -* Fixed bug in POST calls (Content-Length is set to 0) -* Fixed bug in definition type names beatification -* Fixed type coerce bug in provided methods -* Fixed NuGet package -* Added Swashbuckle.OWIN.API Server with REST API and communication/deserialization tests + +- Improved speed: Added caching for generated types +- Improved support of Swashbuckle generated schemas +- Fixed bug in compilation to IL +- Fixed bug in POST calls (Content-Length is set to 0) +- Fixed bug in definition type names beatification +- Fixed type coerce bug in provided methods +- Fixed NuGet package +- Added Swashbuckle.OWIN.API Server with REST API and communication/deserialization tests #### 0.0.5-alpha - November 16 2015 -* Added support of object composition + +- Added support of object composition #### 0.0.4-alpha - November 13 2015 -* Added support of Dictionaries -* Added tests for all samples from Swagger specification + +- Added support of Dictionaries +- Added tests for all samples from Swagger specification #### 0.0.3-alpha - November 12 2015 -* Implemented new Swagger JSON schema parser -* Added tests for parsing 200+ real-world Swagger schemas + +- Implemented new Swagger JSON schema parser +- Added tests for parsing 200+ real-world Swagger schemas #### 0.0.2-alpha - November 03 2015 (Delegate) -* Added instantiation of Swagger Definitions -* Added invocation of Swagger Operations -* Added global HTTP header option to the Swagger Provider constructor + +- Added instantiation of Swagger Definitions +- Added invocation of Swagger Operations +- Added global HTTP header option to the Swagger Provider constructor #### 0.0.1-alpha - April 20 2015 (Sergey Tihon) -* Added Swagger Definition and Operations compilation -* Initial release + +- Added Swagger Definition and Operations compilation +- Initial release diff --git a/paket.lock b/paket.lock index 5f9d850..6955d97 100644 --- a/paket.lock +++ b/paket.lock @@ -2,11 +2,11 @@ RESTRICTION: || (== net8.0) (== netstandard2.0) NUGET remote: https://api.nuget.org/v3/index.json FSharp.Core (6.0.7) - FSharp.SystemTextJson (1.2.42) + FSharp.SystemTextJson (1.3.13) FSharp.Core (>= 4.7) System.Text.Json (>= 6.0) - Microsoft.Bcl.AsyncInterfaces (6.0) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0) + Microsoft.Bcl.AsyncInterfaces (8.0) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0) Microsoft.OpenApi (1.6.14) Microsoft.OpenApi.Readers (1.6.14) Microsoft.OpenApi (>= 1.6.14) @@ -14,16 +14,16 @@ NUGET NETStandard.Library.NETFramework (2.0.0-preview2-25405-01) SharpYaml (2.1.1) System.Buffers (4.5.1) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Memory (4.5.5) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) + System.Memory (4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= monotouch)) (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0) (< netstandard1.1)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= xamarinios)) (&& (== net8.0) (>= xamarinmac)) (&& (== net8.0) (>= xamarintvos)) (&& (== net8.0) (>= xamarinwatchos)) (== netstandard2.0) System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net8.0) (< netcoreapp2.0)) (== netstandard2.0) System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net8.0) (>= monotouch)) (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.0)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0) (< netstandard1.1)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= uap10.1)) (&& (== net8.0) (>= xamarinios)) (&& (== net8.0) (>= xamarinmac)) (&& (== net8.0) (>= xamarintvos)) (&& (== net8.0) (>= xamarinwatchos)) (== netstandard2.0) System.Numerics.Vectors (4.5) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) System.Runtime.CompilerServices.Unsafe (6.0) - System.Text.Encodings.Web (6.0) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Memory (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (>= 6.0) + System.Text.Encodings.Web (8.0) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0) System.Text.Json (6.0.9) Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) @@ -40,8 +40,8 @@ GITHUB src/ProvidedTypes.fs (6149ed507f15caa68a475808bcf5b3c2f52a4d34) src/ProvidedTypes.fsi (6149ed507f15caa68a475808bcf5b3c2f52a4d34) remote: fsprojects/FSharp.Data - src/FSharp.Data.Runtime.Utilities/NameUtils.fs (8a6688f34abede0a80306e6c802601ef74edf473) - src/FSharp.Data.Runtime.Utilities/Pluralizer.fs (8a6688f34abede0a80306e6c802601ef74edf473) + src/FSharp.Data.Runtime.Utilities/NameUtils.fs (674cacf816f16acc4dd9c9305a89666c05064801) + src/FSharp.Data.Runtime.Utilities/Pluralizer.fs (674cacf816f16acc4dd9c9305a89666c05064801) GROUP Server RESTRICTION: == net8.0 NUGET @@ -80,32 +80,32 @@ NUGET Microsoft.AspNetCore.Authentication.Abstractions (>= 2.2) Microsoft.AspNetCore.Http (>= 2.2) Microsoft.AspNetCore.Http.Extensions (>= 2.2) - Microsoft.AspNetCore.Authorization (7.0.13) - Microsoft.AspNetCore.Metadata (>= 7.0.13) - Microsoft.Extensions.Logging.Abstractions (>= 7.0.1) - Microsoft.Extensions.Options (>= 7.0.1) + Microsoft.AspNetCore.Authorization (8.0.3) + Microsoft.AspNetCore.Metadata (>= 8.0.3) + Microsoft.Extensions.Logging.Abstractions (>= 8.0.1) + Microsoft.Extensions.Options (>= 8.0.2) Microsoft.AspNetCore.Authorization.Policy (2.2) Microsoft.AspNetCore.Authentication.Abstractions (>= 2.2) Microsoft.AspNetCore.Authorization (>= 2.2) - Microsoft.AspNetCore.Connections.Abstractions (7.0.13) - Microsoft.Extensions.Features (>= 7.0.13) - System.IO.Pipelines (>= 7.0) + Microsoft.AspNetCore.Connections.Abstractions (8.0.3) + Microsoft.Extensions.Features (>= 8.0.3) + System.IO.Pipelines (>= 8.0) Microsoft.AspNetCore.Cors (2.2) Microsoft.AspNetCore.Http.Extensions (>= 2.2) Microsoft.Extensions.Configuration.Abstractions (>= 2.2) Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.2) Microsoft.Extensions.Logging.Abstractions (>= 2.2) Microsoft.Extensions.Options (>= 2.2) - Microsoft.AspNetCore.Cryptography.Internal (7.0.13) - Microsoft.AspNetCore.DataProtection (7.0.13) - Microsoft.AspNetCore.Cryptography.Internal (>= 7.0.13) - Microsoft.AspNetCore.DataProtection.Abstractions (>= 7.0.13) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.Hosting.Abstractions (>= 7.0) - Microsoft.Extensions.Logging.Abstractions (>= 7.0.1) - Microsoft.Extensions.Options (>= 7.0.1) - System.Security.Cryptography.Xml (>= 7.0.1) - Microsoft.AspNetCore.DataProtection.Abstractions (7.0.13) + Microsoft.AspNetCore.Cryptography.Internal (8.0.3) + Microsoft.AspNetCore.DataProtection (8.0.3) + Microsoft.AspNetCore.Cryptography.Internal (>= 8.0.3) + Microsoft.AspNetCore.DataProtection.Abstractions (>= 8.0.3) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1) + Microsoft.Extensions.Hosting.Abstractions (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (>= 8.0.1) + Microsoft.Extensions.Options (>= 8.0.2) + System.Security.Cryptography.Xml (>= 8.0) + Microsoft.AspNetCore.DataProtection.Abstractions (8.0.3) Microsoft.AspNetCore.Diagnostics (2.2) Microsoft.AspNetCore.Diagnostics.Abstractions (>= 2.2) Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2) @@ -172,15 +172,15 @@ NUGET Microsoft.AspNetCore.Http.Extensions (>= 2.2) Microsoft.Extensions.Configuration.Binder (>= 2.2) Microsoft.Extensions.Options (>= 2.2) - Microsoft.AspNetCore.JsonPatch (7.0.13) + Microsoft.AspNetCore.JsonPatch (8.0.3) Microsoft.CSharp (>= 4.7) - Newtonsoft.Json (>= 13.0.1) + Newtonsoft.Json (>= 13.0.3) Microsoft.AspNetCore.Localization (2.2) Microsoft.AspNetCore.Http.Extensions (>= 2.2) Microsoft.Extensions.Localization.Abstractions (>= 2.2) Microsoft.Extensions.Logging.Abstractions (>= 2.2) Microsoft.Extensions.Options (>= 2.2) - Microsoft.AspNetCore.Metadata (7.0.13) + Microsoft.AspNetCore.Metadata (8.0.3) Microsoft.AspNetCore.Mvc (2.2) Microsoft.AspNetCore.Mvc.Analyzers (>= 2.2) Microsoft.AspNetCore.Mvc.ApiExplorer (>= 2.2) @@ -240,9 +240,9 @@ NUGET Microsoft.CodeAnalysis.Razor (>= 2.2) Microsoft.Extensions.Caching.Memory (>= 2.2) Microsoft.Extensions.FileProviders.Composite (>= 2.2) - Microsoft.AspNetCore.Mvc.Razor.Extensions (6.0.24) - Microsoft.AspNetCore.Razor.Language (>= 6.0.24) - Microsoft.CodeAnalysis.Razor (>= 6.0.24) + Microsoft.AspNetCore.Mvc.Razor.Extensions (6.0.28) + Microsoft.AspNetCore.Razor.Language (>= 6.0.28) + Microsoft.CodeAnalysis.Razor (>= 6.0.28) Microsoft.AspNetCore.Mvc.RazorPages (2.2.5) Microsoft.AspNetCore.Mvc.Razor (>= 2.2) Microsoft.AspNetCore.Mvc.TagHelpers (2.2) @@ -264,7 +264,7 @@ NUGET Microsoft.AspNetCore.Razor (2.2) Microsoft.AspNetCore.Html.Abstractions (>= 2.2) Microsoft.AspNetCore.Razor.Design (2.2) - Microsoft.AspNetCore.Razor.Language (6.0.24) + Microsoft.AspNetCore.Razor.Language (6.0.28) Microsoft.AspNetCore.Razor.Runtime (2.2) Microsoft.AspNetCore.Html.Abstractions (>= 2.2) Microsoft.AspNetCore.Razor (>= 2.2) @@ -326,138 +326,143 @@ NUGET Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2) Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions (>= 2.2) Microsoft.Extensions.Options (>= 2.2) - Microsoft.AspNetCore.WebUtilities (2.2) - Microsoft.Net.Http.Headers (>= 2.2) - System.Text.Encodings.Web (>= 4.5) + Microsoft.AspNetCore.WebUtilities (8.0.3) + Microsoft.Net.Http.Headers (>= 8.0.3) + System.IO.Pipelines (>= 8.0) Microsoft.CodeAnalysis.Analyzers (3.3.4) - Microsoft.CodeAnalysis.Common (4.7) + Microsoft.CodeAnalysis.Common (4.9.2) Microsoft.CodeAnalysis.Analyzers (>= 3.3.4) - System.Collections.Immutable (>= 7.0) - System.Reflection.Metadata (>= 7.0) + System.Collections.Immutable (>= 8.0) + System.Reflection.Metadata (>= 8.0) System.Runtime.CompilerServices.Unsafe (>= 6.0) - Microsoft.CodeAnalysis.CSharp (4.7) - Microsoft.CodeAnalysis.Common (4.7) - Microsoft.CodeAnalysis.Razor (6.0.24) - Microsoft.AspNetCore.Razor.Language (>= 6.0.24) + Microsoft.CodeAnalysis.CSharp (4.9.2) + Microsoft.CodeAnalysis.Common (4.9.2) + Microsoft.CodeAnalysis.Razor (6.0.28) + Microsoft.AspNetCore.Razor.Language (>= 6.0.28) Microsoft.CodeAnalysis.Common (>= 4.0) Microsoft.CodeAnalysis.CSharp (>= 4.0) Microsoft.CSharp (4.7) - Microsoft.Extensions.ApiDescription.Server (7.0.13) - Microsoft.Extensions.Caching.Abstractions (7.0) - Microsoft.Extensions.Primitives (>= 7.0) - Microsoft.Extensions.Caching.Memory (7.0) - Microsoft.Extensions.Caching.Abstractions (>= 7.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.Logging.Abstractions (>= 7.0) - Microsoft.Extensions.Options (>= 7.0) - Microsoft.Extensions.Primitives (>= 7.0) - Microsoft.Extensions.Configuration (7.0) - Microsoft.Extensions.Configuration.Abstractions (>= 7.0) - Microsoft.Extensions.Primitives (>= 7.0) - Microsoft.Extensions.Configuration.Abstractions (7.0) - Microsoft.Extensions.Primitives (>= 7.0) - Microsoft.Extensions.Configuration.Binder (7.0.4) - Microsoft.Extensions.Configuration.Abstractions (>= 7.0) - Microsoft.Extensions.Configuration.CommandLine (7.0) - Microsoft.Extensions.Configuration (>= 7.0) - Microsoft.Extensions.Configuration.Abstractions (>= 7.0) - Microsoft.Extensions.Configuration.EnvironmentVariables (7.0) - Microsoft.Extensions.Configuration (>= 7.0) - Microsoft.Extensions.Configuration.Abstractions (>= 7.0) - Microsoft.Extensions.Configuration.FileExtensions (7.0) - Microsoft.Extensions.Configuration (>= 7.0) - Microsoft.Extensions.Configuration.Abstractions (>= 7.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 7.0) - Microsoft.Extensions.FileProviders.Physical (>= 7.0) - Microsoft.Extensions.Primitives (>= 7.0) - Microsoft.Extensions.Configuration.Json (7.0) - Microsoft.Extensions.Configuration (>= 7.0) - Microsoft.Extensions.Configuration.Abstractions (>= 7.0) - Microsoft.Extensions.Configuration.FileExtensions (>= 7.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 7.0) - System.Text.Json (>= 7.0) - Microsoft.Extensions.Configuration.UserSecrets (7.0) - Microsoft.Extensions.Configuration.Abstractions (>= 7.0) - Microsoft.Extensions.Configuration.Json (>= 7.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 7.0) - Microsoft.Extensions.FileProviders.Physical (>= 7.0) - Microsoft.Extensions.DependencyInjection (7.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.DependencyInjection.Abstractions (7.0) - Microsoft.Extensions.DependencyModel (7.0) - System.Text.Encodings.Web (>= 7.0) - System.Text.Json (>= 7.0) - Microsoft.Extensions.Features (7.0.13) - Microsoft.Extensions.FileProviders.Abstractions (7.0) - Microsoft.Extensions.Primitives (>= 7.0) - Microsoft.Extensions.FileProviders.Composite (7.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 7.0) - Microsoft.Extensions.Primitives (>= 7.0) - Microsoft.Extensions.FileProviders.Physical (7.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 7.0) - Microsoft.Extensions.FileSystemGlobbing (>= 7.0) - Microsoft.Extensions.Primitives (>= 7.0) - Microsoft.Extensions.FileSystemGlobbing (7.0) - Microsoft.Extensions.Hosting.Abstractions (7.0) - Microsoft.Extensions.Configuration.Abstractions (>= 7.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 7.0) - Microsoft.Extensions.Localization (7.0.13) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.Localization.Abstractions (>= 7.0.13) - Microsoft.Extensions.Logging.Abstractions (>= 7.0.1) - Microsoft.Extensions.Options (>= 7.0.1) - Microsoft.Extensions.Localization.Abstractions (7.0.13) - Microsoft.Extensions.Logging (7.0) - Microsoft.Extensions.DependencyInjection (>= 7.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.Logging.Abstractions (>= 7.0) - Microsoft.Extensions.Options (>= 7.0) - Microsoft.Extensions.Logging.Abstractions (7.0.1) - Microsoft.Extensions.Logging.Configuration (7.0) - Microsoft.Extensions.Configuration (>= 7.0) - Microsoft.Extensions.Configuration.Abstractions (>= 7.0) - Microsoft.Extensions.Configuration.Binder (>= 7.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.Logging (>= 7.0) - Microsoft.Extensions.Logging.Abstractions (>= 7.0) - Microsoft.Extensions.Options (>= 7.0) - Microsoft.Extensions.Options.ConfigurationExtensions (>= 7.0) - Microsoft.Extensions.Logging.Console (7.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.Logging (>= 7.0) - Microsoft.Extensions.Logging.Abstractions (>= 7.0) - Microsoft.Extensions.Logging.Configuration (>= 7.0) - Microsoft.Extensions.Options (>= 7.0) - System.Text.Json (>= 7.0) - Microsoft.Extensions.Logging.Debug (7.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.Logging (>= 7.0) - Microsoft.Extensions.Logging.Abstractions (>= 7.0) - Microsoft.Extensions.Logging.EventSource (7.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.Logging (>= 7.0) - Microsoft.Extensions.Logging.Abstractions (>= 7.0) - Microsoft.Extensions.Options (>= 7.0) - Microsoft.Extensions.Primitives (>= 7.0) - System.Text.Json (>= 7.0) - Microsoft.Extensions.ObjectPool (7.0.13) - Microsoft.Extensions.Options (7.0.1) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.Primitives (>= 7.0) - Microsoft.Extensions.Options.ConfigurationExtensions (7.0) - Microsoft.Extensions.Configuration.Abstractions (>= 7.0) - Microsoft.Extensions.Configuration.Binder (>= 7.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.Options (>= 7.0) - Microsoft.Extensions.Primitives (>= 7.0) - Microsoft.Extensions.Primitives (7.0) - Microsoft.Extensions.WebEncoders (7.0.13) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0) - Microsoft.Extensions.Options (>= 7.0.1) - Microsoft.Net.Http.Headers (2.2.8) - Microsoft.Extensions.Primitives (>= 2.2) - System.Buffers (>= 4.5) + Microsoft.Extensions.ApiDescription.Server (8.0.3) + Microsoft.Extensions.Caching.Abstractions (8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.Caching.Memory (8.0) + Microsoft.Extensions.Caching.Abstractions (>= 8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (>= 8.0) + Microsoft.Extensions.Options (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.Configuration (8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.Configuration.Abstractions (8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.Configuration.Binder (8.0.1) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.Configuration.CommandLine (8.0) + Microsoft.Extensions.Configuration (>= 8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.Configuration.EnvironmentVariables (8.0) + Microsoft.Extensions.Configuration (>= 8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.Configuration.FileExtensions (8.0) + Microsoft.Extensions.Configuration (>= 8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) + Microsoft.Extensions.FileProviders.Physical (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.Configuration.Json (8.0) + Microsoft.Extensions.Configuration (>= 8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.Configuration.FileExtensions (>= 8.0) + Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) + System.Text.Json (>= 8.0) + Microsoft.Extensions.Configuration.UserSecrets (8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.Configuration.Json (>= 8.0) + Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) + Microsoft.Extensions.FileProviders.Physical (>= 8.0) + Microsoft.Extensions.DependencyInjection (8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (8.0.1) + Microsoft.Extensions.DependencyModel (8.0) + System.Text.Encodings.Web (>= 8.0) + System.Text.Json (>= 8.0) + Microsoft.Extensions.Diagnostics.Abstractions (8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Options (>= 8.0) + System.Diagnostics.DiagnosticSource (>= 8.0) + Microsoft.Extensions.Features (8.0.3) + Microsoft.Extensions.FileProviders.Abstractions (8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.FileProviders.Composite (8.0) + Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.FileProviders.Physical (8.0) + Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) + Microsoft.Extensions.FileSystemGlobbing (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.FileSystemGlobbing (8.0) + Microsoft.Extensions.Hosting.Abstractions (8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Diagnostics.Abstractions (>= 8.0) + Microsoft.Extensions.FileProviders.Abstractions (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (>= 8.0) + Microsoft.Extensions.Localization (8.0.3) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1) + Microsoft.Extensions.Localization.Abstractions (>= 8.0.3) + Microsoft.Extensions.Logging.Abstractions (>= 8.0.1) + Microsoft.Extensions.Options (>= 8.0.2) + Microsoft.Extensions.Localization.Abstractions (8.0.3) + Microsoft.Extensions.Logging (8.0) + Microsoft.Extensions.DependencyInjection (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (>= 8.0) + Microsoft.Extensions.Options (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (8.0.1) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1) + Microsoft.Extensions.Logging.Configuration (8.0) + Microsoft.Extensions.Configuration (>= 8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.Configuration.Binder (>= 8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Logging (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (>= 8.0) + Microsoft.Extensions.Options (>= 8.0) + Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0) + Microsoft.Extensions.Logging.Console (8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Logging (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (>= 8.0) + Microsoft.Extensions.Logging.Configuration (>= 8.0) + Microsoft.Extensions.Options (>= 8.0) + System.Text.Json (>= 8.0) + Microsoft.Extensions.Logging.Debug (8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Logging (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (>= 8.0) + Microsoft.Extensions.Logging.EventSource (8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Logging (>= 8.0) + Microsoft.Extensions.Logging.Abstractions (>= 8.0) + Microsoft.Extensions.Options (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + System.Text.Json (>= 8.0) + Microsoft.Extensions.ObjectPool (8.0.3) + Microsoft.Extensions.Options (8.0.2) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.Options.ConfigurationExtensions (8.0) + Microsoft.Extensions.Configuration.Abstractions (>= 8.0) + Microsoft.Extensions.Configuration.Binder (>= 8.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0) + Microsoft.Extensions.Options (>= 8.0) + Microsoft.Extensions.Primitives (>= 8.0) + Microsoft.Extensions.Primitives (8.0) + Microsoft.Extensions.WebEncoders (8.0.3) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1) + Microsoft.Extensions.Options (>= 8.0.2) + Microsoft.Net.Http.Headers (8.0.3) + Microsoft.Extensions.Primitives (>= 8.0) Microsoft.OpenApi (1.6.14) Newtonsoft.Json (13.0.3) Newtonsoft.Json.Bson (1.0.2) @@ -473,26 +478,26 @@ NUGET Swashbuckle.AspNetCore.Swagger (>= 6.5) Swashbuckle.AspNetCore.SwaggerUI (6.5) System.Buffers (4.5.1) - System.Collections.Immutable (7.0) + System.Collections.Immutable (8.0) System.ComponentModel.Annotations (5.0) - System.Diagnostics.DiagnosticSource (7.0.2) - System.Formats.Asn1 (7.0) - System.IO.Pipelines (7.0) + System.Diagnostics.DiagnosticSource (8.0) + System.Formats.Asn1 (8.0) + System.IO.Pipelines (8.0) System.Memory (4.5.5) System.Numerics.Vectors (4.5) - System.Reflection.Metadata (7.0.2) - System.Collections.Immutable (>= 7.0) + System.Reflection.Metadata (8.0) + System.Collections.Immutable (>= 8.0) System.Runtime.CompilerServices.Unsafe (6.0) System.Security.Cryptography.Cng (5.0) System.Formats.Asn1 (>= 5.0) - System.Security.Cryptography.Pkcs (7.0.3) - System.Formats.Asn1 (>= 7.0) - System.Security.Cryptography.Xml (7.0.1) - System.Security.Cryptography.Pkcs (>= 7.0) + System.Security.Cryptography.Pkcs (8.0) + System.Formats.Asn1 (>= 8.0) + System.Security.Cryptography.Xml (8.0) + System.Security.Cryptography.Pkcs (>= 8.0) System.Security.Principal.Windows (5.0) - System.Text.Encodings.Web (7.0) - System.Text.Json (7.0.3) - System.Text.Encodings.Web (>= 7.0) + System.Text.Encodings.Web (8.0) + System.Text.Json (8.0.3) + System.Text.Encodings.Web (>= 8.0) System.Threading.Tasks.Extensions (4.5.4) GROUP Test @@ -509,10 +514,10 @@ NUGET System.Reflection.Metadata (>= 7.0) System.Runtime.CompilerServices.Unsafe (>= 6.0) FSharp.Core (8.0.200) - FSharp.SystemTextJson (1.2.42) + FSharp.SystemTextJson (1.3.13) FSharp.Core (>= 4.7) System.Text.Json (>= 6.0) - FsUnit.Xunit (6.0) + FsUnit.xUnit (6.0) FSharp.Core (>= 5.0.2) NHamcrest (>= 3.4) xunit (>= 2.5.3) @@ -520,7 +525,6 @@ NUGET Microsoft.NET.Test.Sdk (17.9) Microsoft.CodeCoverage (>= 17.9) Microsoft.TestPlatform.TestHost (>= 17.9) - Microsoft.NETCore.Platforms (7.0.4) Microsoft.OpenApi (1.6.14) - redirects: force Microsoft.OpenApi.Readers (1.6.14) - redirects: force Microsoft.OpenApi (>= 1.6.14) @@ -530,35 +534,31 @@ NUGET Microsoft.TestPlatform.TestHost (17.9) Microsoft.TestPlatform.ObjectModel (>= 17.9) Newtonsoft.Json (>= 13.0.1) - NETStandard.Library (2.0.3) - Microsoft.NETCore.Platforms (>= 1.1) Newtonsoft.Json (13.0.3) NHamcrest (3.4) SharpYaml (2.1.1) - redirects: force System.Buffers (4.5.1) - System.Collections.Immutable (7.0) - System.Diagnostics.DiagnosticSource (7.0.2) + System.Collections.Immutable (8.0) + System.Diagnostics.DiagnosticSource (8.0) System.Memory (4.5.5) System.Reflection.Emit (4.7) - System.Reflection.Metadata (7.0.2) - System.Collections.Immutable (>= 7.0) + System.Reflection.Metadata (8.0) + System.Collections.Immutable (>= 8.0) System.Runtime.CompilerServices.Unsafe (6.0) - System.Text.Encodings.Web (7.0) - System.Text.Json (7.0.3) - System.Text.Encodings.Web (>= 7.0) - xunit (2.5.3) - xunit.analyzers (>= 1.4) - xunit.assert (>= 2.5.3) - xunit.core (2.5.3) + System.Text.Encodings.Web (8.0) + System.Text.Json (8.0.3) + System.Text.Encodings.Web (>= 8.0) + xunit (2.7) + xunit.analyzers (>= 1.11) + xunit.assert (>= 2.7) + xunit.core (2.7) xunit.abstractions (2.0.3) - xunit.analyzers (1.4) - xunit.assert (2.6.1) - xunit.core (2.5.3) - xunit.extensibility.core (2.5.3) - xunit.extensibility.execution (2.5.3) - xunit.extensibility.core (2.5.3) - NETStandard.Library (>= 1.6.1) + xunit.analyzers (1.11) + xunit.assert (2.7) + xunit.core (2.7) + xunit.extensibility.core (2.7) + xunit.extensibility.execution (2.7) + xunit.extensibility.core (2.7) xunit.abstractions (>= 2.0.3) - xunit.extensibility.execution (2.5.3) - NETStandard.Library (>= 1.6.1) - xunit.extensibility.core (2.5.3) + xunit.extensibility.execution (2.7) + xunit.extensibility.core (2.7) diff --git a/src/Common/AssemblyInfo.fs b/src/Common/AssemblyInfo.fs index c62c7ce..5219a92 100644 --- a/src/Common/AssemblyInfo.fs +++ b/src/Common/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "SwaggerProvider" let [] AssemblyProduct = "SwaggerProvider" let [] AssemblyDescription = "F# Type Provider for Swagger & Open API" - let [] AssemblyVersion = "2.1.0" - let [] AssemblyFileVersion = "2.1.0" + let [] AssemblyVersion = "2.1.1" + let [] AssemblyFileVersion = "2.1.1"