Embark 1.0.16

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

// Install Embark as a Cake Tool
#tool nuget:?package=Embark&version=1.0.16

Micro NoSQL document database with a focus on visibility & simplicity.

The same 32kb dll is used for:
- Saving data to files locally
- Hosting or connecting to a HTTP Embark server
- Doesn't force any ID or [Attribute] conventions you that you must use

Usage & docs @ https://ubrgw.github.io/embark

Feel free to contact EmbarkDB@gmail.com with any feedback, suggestions & to get involved !

Product Compatible and additional computed target framework versions.
.NET Framework 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.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-carbon 34 5/7/2015
2.0.0-blackwood 35 5/5/2015
2.0.0-aurora 36 5/4/2015
1.0.16 51 4/30/2015
1.0.15 41 4/26/2015
1.0.14 41 4/22/2015
1.0.13 42 4/19/2015
1.0.12 41 4/18/2015
1.0.11 43 4/15/2015
1.0.10-beta 35 4/14/2015
1.0.9-beta 36 4/12/2015
1.0.8-beta 33 4/11/2015
1.0.7-beta 31 4/10/2015
1.0.6-alpha 33 4/8/2015
1.0.5-alpha 32 4/7/2015
1.0.4-alpha 32 4/6/2015
1.0.3-alpha 34 4/4/2015

- Added MVVM INotifyPropertyChang(ed/ing) NotifyChangeBase
- Added MVVM ICommand ActionCommand & ActionCommand<T>
- Reduced Collection TextConverter property modifier to internal

Usage & docs @ https://ubrgw.github.io/embark