Net.Web.Api.Sdk 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Net.Web.Api.Sdk --version 1.0.0
NuGet\Install-Package Net.Web.Api.Sdk -Version 1.0.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="Net.Web.Api.Sdk" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Net.Web.Api.Sdk --version 1.0.0
#r "nuget: Net.Web.Api.Sdk, 1.0.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 Net.Web.Api.Sdk as a Cake Addin
#addin nuget:?package=Net.Web.Api.Sdk&version=1.0.0

// Install Net.Web.Api.Sdk as a Cake Tool
#tool nuget:?package=Net.Web.Api.Sdk&version=1.0.0

Basic Usage:

1- Create a new ASP.Net Web Application (.NET Framework 4.8)

2- Add the Net.Web.Api.Sdk package

3- Create a Global.asax

    - In the Application_Start method add the following line
           GlobalConfiguration.Configuration.RegisterWebApi();

    - In the Application_End method add the following line
           GlobalConfiguration.Configuration.UnRegisterWebApi();

4- In the Web Application properties set the Start Action / Specific Page to: swagger.html

5- Start the Web Application

NOTES:

- A full features documentation will come soon
- Source code will be on GitHub soon
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 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
1.1.3 670 11/18/2019
1.1.2 523 11/15/2019
1.0.0 523 11/13/2019

Initial release.