Net.Web.Api.Sdk 1.1.3

dotnet add package Net.Web.Api.Sdk --version 1.1.3
                    
NuGet\Install-Package Net.Web.Api.Sdk -Version 1.1.3
                    
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.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Net.Web.Api.Sdk" Version="1.1.3" />
                    
Directory.Packages.props
<PackageReference Include="Net.Web.Api.Sdk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Net.Web.Api.Sdk --version 1.1.3
                    
#r "nuget: Net.Web.Api.Sdk, 1.1.3"
                    
#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.
#addin nuget:?package=Net.Web.Api.Sdk&version=1.1.3
                    
Install Net.Web.Api.Sdk as a Cake Addin
#tool nuget:?package=Net.Web.Api.Sdk&version=1.1.3
                    
Install Net.Web.Api.Sdk as a Cake Tool

Documentation will come soon

Added Net.Web.Api.Sdk.Web.Examples project in GitHub

- Create a JWT Service
- Validate a JWT Service
- Revoke a JWT Service (Using LiteDB, future version will feature provider to different DBs or Cache Services) 
- Upload File Service

Startup steps

1- Create an ASP.NET Web Application (.NET Framework) with framework version 4.8

2- Choose Empty application

3- Remove the nuget package 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform' if present

4- Add the reference to the Net.Web.Api.Sdk library or add it from Nuget

5- Add a Global Application Class in the ASP.NET Web Application

6- Add the following methods in:

- Application_Start

	GlobalConfiguration.Configuration.RegisterWebApi();
    
- Application_End

	GlobalConfiguration.Configuration.UnRegisterWebApi();
    

7- Set the startup page ASP.NET Web Application to swagger/ui/index

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 752 11/18/2019
1.1.2 575 11/15/2019
1.0.0 597 11/13/2019

Initial release.