localForage 0.6.2

dotnet add package localForage --version 0.6.2
                    
NuGet\Install-Package localForage -Version 0.6.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="localForage" Version="0.6.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="localForage" Version="0.6.2" />
                    
Directory.Packages.props
<PackageReference Include="localForage" />
                    
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 localForage --version 0.6.2
                    
#r "nuget: localForage, 0.6.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.
#addin nuget:?package=localForage&version=0.6.2
                    
Install localForage as a Cake Addin
#tool nuget:?package=localForage&version=0.6.2
                    
Install localForage as a Cake Tool

localForage is a handy library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where available) but with a simple, localStorage-like API.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.2 338 4/23/2014
0.4.2 50 4/22/2014
0.3.1 61 4/11/2014
0.3.0 65 4/2/2014
0.2.0 65 3/29/2014