Swashbuckle.AWSApiGateway.Annotations 2.5.0

dotnet add package Swashbuckle.AWSApiGateway.Annotations --version 2.5.0
NuGet\Install-Package Swashbuckle.AWSApiGateway.Annotations -Version 2.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Swashbuckle.AWSApiGateway.Annotations" Version="2.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Swashbuckle.AWSApiGateway.Annotations --version 2.5.0
#r "nuget: Swashbuckle.AWSApiGateway.Annotations, 2.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Swashbuckle.AWSApiGateway.Annotations as a Cake Addin
#addin nuget:?package=Swashbuckle.AWSApiGateway.Annotations&version=2.5.0

// Install Swashbuckle.AWSApiGateway.Annotations as a Cake Tool
#tool nuget:?package=Swashbuckle.AWSApiGateway.Annotations&version=2.5.0

Provides programmatic support for including AWS API Gateway custom annotations at OAS "build" time.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.0 1,343 9/9/2022
2.4.1 21,192 4/30/2021
2.4.0 341 4/30/2021
2.3.5 15,068 7/1/2020
2.3.4 694 3/8/2020
2.3.3 482 3/2/2020
2.3.2 482 3/1/2020
2.3.1 501 2/28/2020
2.2.0 490 2/26/2020
2.1.2 509 2/24/2020
2.1.1 502 1/30/2020
2.1.0 490 1/24/2020
2.0.1 530 1/22/2020
2.0.0 550 1/22/2020
1.0.5 623 1/21/2020
1.0.4 599 1/19/2020
1.0.3 494 1/16/2020
1.0.2 522 1/16/2020
1.0.1 536 1/16/2020

2.5.0- Add support for .net6.0. Add fix for when Api option is configured with Uri instead of BaseUri. Dependencies updated.
     2.4.1- Improved the DisableExecuteApiEndpoint feature.
     2.4.0- Add support for netstandard2.1 and net5.0.  Add DisableExecuteApiEndpoint feature.
     2.3.5- More gracefully handle non-well formed BaseUri values
     2.3.4- Add path parameters to OPTIONS mock method
     2.3.3- Force empty content dictionary
     2.3.2- Add support max age and allow credentials
     2.3.1- Add factory for creating cors config from MS CorsPolicy
     2.3.0- Optionally emit OPTIONS method for CORS support
     2.2.0- Improved support for RequestParameters (breaking change!)
     2.1.2- Add convenience extension for setting api key source
     2.1.1- Add AddVariable server extension method
     2.1.0- Added support for request validators
     2.0.1- protected against null reference
     2.0.0- removed "not specified" enum options.  Only include changed properties.
     1.0.6- fixed bug in object merge
     1.0.5- add support for binary media types (x-amazon-apigateway-binary-media-types)
     1.0.4- update package metadata
     1.0.3- supply default values for operation values (HttpMethod and Uri)
     1.0.2- only include document level annotations that are explicitly initialized
     1.0.1- now supports key source, cors, integration and auth annotations