Swashbuckle.AspNetCore.Examples
2.2.0
See the version list below for details.
dotnet add package Swashbuckle.AspNetCore.Examples --version 2.2.0
NuGet\Install-Package Swashbuckle.AspNetCore.Examples -Version 2.2.0
<PackageReference Include="Swashbuckle.AspNetCore.Examples" Version="2.2.0" />
paket add Swashbuckle.AspNetCore.Examples --version 2.2.0
#r "nuget: Swashbuckle.AspNetCore.Examples, 2.2.0"
// Install Swashbuckle.AspNetCore.Examples as a Cake Addin #addin nuget:?package=Swashbuckle.AspNetCore.Examples&version=2.2.0 // Install Swashbuckle.AspNetCore.Examples as a Cake Tool #tool nuget:?package=Swashbuckle.AspNetCore.Examples&version=2.2.0
Adds the SwaggerRequestExample and SwaggerResponseExample attribute for Swashbuckle. This will populate the example property of a schema object in the output swagger.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. 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 | tizen30 was computed. 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. |
-
.NETFramework 4.6.1
- Swashbuckle.AspNetCore.SwaggerGen (>= 1.0.0)
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
- Swashbuckle.AspNetCore.SwaggerGen (>= 1.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Swashbuckle.AspNetCore.Examples:
Package | Downloads |
---|---|
KiwiMaoApiBase
A lib internal use only, while we cannot control if you intend to use :-) |
|
AustgoShopApiBase
A lib internal use only, while we cannot control if you intend to use :-) |
|
Ticketbooth.Api
An API extension to the Stratis full node, for interacting with the Ticketbooth contracts. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.9.0 | 2,001,462 | 4/19/2018 | |
2.8.2 | 2,622 | 4/19/2018 | |
2.8.1 | 107,646 | 3/19/2018 | |
2.8.0 | 41,688 | 3/12/2018 | |
2.7.0 | 55,035 | 2/23/2018 | |
2.6.1 | 18,518 | 2/14/2018 | |
2.6.0 | 27,988 | 1/17/2018 | |
2.5.0 | 61,270 | 1/2/2018 | |
2.4.3 | 8,532 | 12/12/2017 | |
2.4.2 | 1,508 | 12/11/2017 | |
2.4.1 | 2,070 | 12/9/2017 | |
2.4.0 | 2,030 | 12/9/2017 | |
2.3.1 | 19,479 | 10/13/2017 | |
2.3.0 | 5,456 | 9/30/2017 | |
2.2.2 | 9,147 | 9/14/2017 | |
2.2.1 | 1,597 | 9/8/2017 | |
2.2.0 | 8,443 | 9/2/2017 | |
2.1.1 | 4,417 | 8/10/2017 | |
2.0.0 | 1,652 | 8/8/2017 | |
1.3.0 | 3,286 | 5/31/2017 | |
1.2.0 | 1,878 | 5/23/2017 | |
1.1.0 | 1,188 | 5/22/2017 | |
1.0.0 | 2,039 | 5/4/2017 |
- Fix bug - remove application/json field from Response
- Add jsonConverter to allow enums to be rendered as strings
- Add Authorization header input field via AuthorizationInputOperationFilter
- Add optional dependency injection
- Various Stefan-Z-Camilleri bug fixes