Swashbuckle.Examples
3.6.0
See the version list below for details.
dotnet add package Swashbuckle.Examples --version 3.6.0
NuGet\Install-Package Swashbuckle.Examples -Version 3.6.0
<PackageReference Include="Swashbuckle.Examples" Version="3.6.0" />
paket add Swashbuckle.Examples --version 3.6.0
#r "nuget: Swashbuckle.Examples, 3.6.0"
// Install Swashbuckle.Examples as a Cake Addin #addin nuget:?package=Swashbuckle.Examples&version=3.6.0 // Install Swashbuckle.Examples as a Cake Tool #tool nuget:?package=Swashbuckle.Examples&version=3.6.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 Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Swashbuckle.Core (>= 5.2.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Swashbuckle.Examples:
Package | Downloads |
---|---|
Bit.Server.WebApi
Bit.Server.WebApi |
|
Bit.WebApi
Bit.WebApi |
|
SyncStream.Documentation
This library provides an internal Swagger and ReDoc documentation bootstrapping and configuration |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.0 | 268,813 | 9/28/2022 |
4.0.0 | 52,164 | 7/13/2022 |
3.13.0 | 7,511 | 7/13/2022 |
3.12.0 | 1,840,922 | 2/11/2019 |
3.11.0 | 78,589 | 1/9/2019 |
3.10.0 | 408,532 | 7/28/2018 |
3.9.4 | 109,042 | 7/19/2018 |
3.9.3 | 2,074 | 7/18/2018 |
3.9.2 | 2,794 | 7/15/2018 |
3.9.1 | 220,061 | 3/19/2018 |
3.9.0 | 15,267 | 3/12/2018 |
3.8.0 | 67,313 | 2/23/2018 |
3.7.0 | 50,353 | 1/17/2018 |
3.6.1 | 6,889 | 1/8/2018 |
3.6.0 | 3,628 | 1/8/2018 |
3.5.1 | 110,901 | 12/9/2017 |
3.5.0 | 28,922 | 11/25/2017 |
3.4.0 | 86,379 | 9/30/2017 |
3.3.4 | 8,012 | 9/21/2017 |
3.3.3 | 3,202 | 9/15/2017 |
3.3.2 | 3,177 | 9/8/2017 |
3.3.1 | 46,200 | 9/3/2017 |
3.3.0 | 1,981 | 9/2/2017 |
3.2.0 | 1,843 | 9/2/2017 |
3.1.0 | 20,622 | 8/10/2017 |
3.0.0 | 3,030 | 8/9/2017 |
2.3.0 | 158,047 | 5/31/2017 |
2.2.0 | 3,013 | 5/23/2017 |
2.1.0 | 1,829 | 5/22/2017 |
2.0.0 | 16,460 | 5/2/2017 |
1.0.0 | 2,086 | 5/1/2017 |
0.1.0 | 1,993 | 5/1/2017 |
- Allow [Description] attribute on Request objects (thanks @dmitry-pavlov)
- ported @dmitry-pavlov bug fix of [Description] not working on response objects (Issue #28)