Backload 2.3.0-pre

This is a prerelease version of Backload.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Backload --version 2.3.0-pre
NuGet\Install-Package Backload -Version 2.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="Backload" Version="2.3.0-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Backload --version 2.3.0-pre
#r "nuget: Backload, 2.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 Backload as a Cake Addin
#addin nuget:?package=Backload&version=2.3.0-pre&prerelease

// Install Backload as a Cake Tool
#tool nuget:?package=Backload&version=2.3.0-pre&prerelease

Backload is a professional, full featured server side file handler for ASP.NET (MVC, Web API, ASP.NET WebForms). It handles the client side jQuery File Upload Plugin from blueimp, PlUpload from Moxiecode and Fine Uploader from Widen Enterprises out of the box, but it can be easily customized to work with any client side plugin. More than 20 examples in demo packages.  Continually developed and backed by the software industry.

 Demo package: https://github.com/blackcity/Backload/

 Licenses: Standard (free), Pro/Enterprise licenses starting from $19.90.

 Web: http://backload.org/

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  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. 
DNX dnx451 is compatible. 
DNXCore dnxcore50 is compatible. 
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
2.2.7 16,902 4/7/2017
2.2.2.5 9,561 9/7/2016
2.2.2 71,430 3/22/2016
2.1.0 10,974 11/1/2015
2.0.0.5 52,826 8/7/2015
1.9.3.8 15,153 10/18/2016
1.9.3.6 5,453 6/21/2015

What's new in release 2.3.0?
 - Supprot for MVC 6
 - Support for NET40, NET45, DNX451 and DNXCore50 targets
 - Integrated middleware (controller, url: ~/Backload/FileHandler) (ASP.NET 5, MVC6)
 - Added bundled and minified client side script and style files and
 - Removed ASP.NET bundling (depreciated in ASP.NET 5)
 - Added server side event ConfigurationLoaded (First event in execution pipeline)
 - Removed Web.config component registration for all target platforms (removed in ASP.NEt 5 projects)
 
 Bug fixes:
 - Fixed: Content type changes in config had no effect