Nancy.Metadata.OpenApi
0.3.0-pre
This is a prerelease version of Nancy.Metadata.OpenApi.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Nancy.Metadata.OpenApi --version 0.3.0-pre
NuGet\Install-Package Nancy.Metadata.OpenApi -Version 0.3.0-pre
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="Nancy.Metadata.OpenApi" Version="0.3.0-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nancy.Metadata.OpenApi --version 0.3.0-pre
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Nancy.Metadata.OpenApi, 0.3.0-pre"
#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 Nancy.Metadata.OpenApi as a Cake Addin #addin nuget:?package=Nancy.Metadata.OpenApi&version=0.3.0-pre&prerelease // Install Nancy.Metadata.OpenApi as a Cake Tool #tool nuget:?package=Nancy.Metadata.OpenApi&version=0.3.0-pre&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A library to add the capability to add to a NancyFx web service operation the ability to generate an a json doc that complies with the OpenApi specification 3.0.0.
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 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 | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.6
- Nancy (>= 2.0.0-clinteastwood)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.3)
- NJsonSchema (>= 9.4.2)
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 |
---|---|---|
0.11.0 | 6,777 | 10/21/2019 |
0.10.0 | 1,667 | 7/14/2019 |
0.9.0 | 1,306 | 5/25/2019 |
0.8.1 | 1,284 | 5/10/2019 |
0.8.0 | 1,233 | 5/4/2019 |
0.7.0 | 2,302 | 1/8/2019 |
0.6.1 | 1,761 | 8/14/2018 |
0.6.0 | 1,840 | 7/11/2018 |
0.5.2 | 1,904 | 6/7/2018 |
0.5.1 | 1,823 | 5/25/2018 |
0.5.0 | 1,861 | 5/5/2018 |
0.4.1-pre | 1,616 | 3/28/2018 |
0.4.0-pre | 1,560 | 2/23/2018 |
0.3.1-pre | 1,531 | 1/3/2018 |
0.3.0-pre | 1,573 | 8/14/2017 |
First alpha release with the modifications to comply with the OpenApi spec 3.0.0.
(Not backwards compatible with Swagger 2.0).