Slyno.WebApi 3.1.1

dotnet add package Slyno.WebApi --version 3.1.1
NuGet\Install-Package Slyno.WebApi -Version 3.1.1
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="Slyno.WebApi" Version="3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Slyno.WebApi --version 3.1.1
#r "nuget: Slyno.WebApi, 3.1.1"
#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 Slyno.WebApi as a Cake Addin
#addin nuget:?package=Slyno.WebApi&version=3.1.1

// Install Slyno.WebApi as a Cake Tool
#tool nuget:?package=Slyno.WebApi&version=3.1.1

Library to help with WebApi applications.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  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
3.1.1 1,257 2/23/2017
3.1.0 1,031 2/23/2017
3.0.0 1,059 2/23/2017
2.0.0 939 2/9/2017
1.2.1 995 9/27/2016
1.2.0 1,267 9/21/2016
1.1.0.1 985 6/27/2016
1.1.0 952 6/27/2016
1.0.0 1,445 5/7/2016

v3.1.1.0
     Enabled gzip.
     Added Auth attributes.
     
     v3.0.0.0
     Removed SimpleInjector so any IoC can be used.
     Added base api controllers.
     Updated StreamingServices.
     Updated CrudService.
     Bug fixes.
     
     v2.0.0.0
     Revamped the models to be more generic by moving many properties into separate interfaces.
     Better storage handling with new IStorable interface.
     Removed ModelEvents since that is way overkill.
     Simplified setup.

     v1.2.1.0
     Adds default container registrations for ILogger, IPatcher, and IModelEventService if they aren't set by the WebApiConfig.
     Patch updates to allow JObjects.

     v1.2.0.0
     Bug fixes.

     v1.1.0.1
     Updated to remove Swagger which is now available in a different package.
     Simplified setting up a SlynoWebApi Application by using the WebApiConfig.Register method.

     v1.0.0.0
     Initial release.
     Added ParameterBindings.
     Added StreamingServices.

     v1.0.0.0-beta-2
     Updated SlynoWebApiApplication to be setup easier.

     v1.0.0.0-beta-1
     Initial beta.