CsvCachedWebApp 1.1.2

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

// Install CsvCachedWebApp as a Cake Tool
#tool nuget:?package=CsvCachedWebApp&version=1.1.2

Tools for setting up CSV file caching on a HttpApplication

Product Compatible and additional computed target framework versions.
.NET Framework net11 is compatible.  net20 is compatible.  net35 was computed.  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. 
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.2 1,683 1/14/2014
1.1.1 1,184 11/11/2013
1.1.0 1,172 11/4/2013
1.0.9 1,151 10/29/2013
1.0.8 1,211 10/29/2013
1.0.7 1,176 10/29/2013
1.0.6 1,229 10/29/2013
1.0.5 1,162 10/29/2013
1.0.4 1,194 10/28/2013

Reading from CSVs which are missing named columns will now not throw an Exception by default.