NStorage 0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package NStorage --version 0.0.3
NuGet\Install-Package NStorage -Version 0.0.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="NStorage" Version="0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NStorage --version 0.0.3
#r "nuget: NStorage, 0.0.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.
// Install NStorage as a Cake Addin
#addin nuget:?package=NStorage&version=0.0.3

// Install NStorage as a Cake Tool
#tool nuget:?package=NStorage&version=0.0.3

Managed key-value storage

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
0.0.6 1,685 11/30/2014
0.0.5.1 1,203 11/27/2014
0.0.4.3 1,188 11/26/2014
0.0.3 1,320 11/20/2014

This is a beta version.
I strongly advice not to use it until the release.

v0.0.3
- Typed collections support (experimental).
- API for loading storage changed, now user must create collections by hand, this is done to quickly get type information for typed collections.
- Storage collection semantics changed, now all items are added by reference, if you modify added item, you will then save with modified data, Update call is removed from collection.

v0.0.2
- Added GetAll method to collection, missing in 0.0.1