Embark 1.0.6-alpha

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

// Install Embark as a Cake Tool
#tool nuget:?package=Embark&version=1.0.6-alpha&prerelease

NoSQL document database with only a few commands, so that you don't have to learn a whole new framework to continue developing.

Embark allows you to defer the plumbing or commitment of choosing a specific database technology before getting things done.

Documents are saved in .txt files in folders for each collection so you can easily view/edit data while prototyping. The default serialization is Json, but you can also plug in some other format like YAML or DSON if you like.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
2.1.8 1,855 2/23/2016
2.1.7 1,594 2/14/2016
2.1.6 1,690 12/6/2015
2.1.5-black 1,464 9/18/2015
2.1.5-aqua 1,457 9/15/2015
2.1.3 1,634 9/1/2015
2.1.2 1,601 8/25/2015
2.1.1 1,637 8/20/2015
2.1.0 1,887 8/6/2015
2.0.5 1,682 7/25/2015
2.0.4 1,721 7/25/2015
2.0.4-breeze 1,448 7/16/2015
2.0.4-arctic 1,419 6/16/2015
2.0.3 1,666 5/27/2015
2.0.2 1,636 5/27/2015
2.0.1 1,626 5/18/2015
2.0.0 1,507 5/12/2015
2.0.0-carbon 1,458 5/7/2015
2.0.0-blackwood 1,404 5/5/2015
2.0.0-aurora 1,511 5/4/2015
1.0.16 1,825 4/30/2015
1.0.15 1,779 4/26/2015
1.0.14 1,806 4/22/2015
1.0.13 1,709 4/19/2015
1.0.12 1,663 4/18/2015
1.0.11 1,701 4/15/2015
1.0.10-beta 1,496 4/14/2015
1.0.9-beta 1,476 4/12/2015
1.0.8-beta 1,475 4/11/2015
1.0.7-beta 1,480 4/10/2015
1.0.6-alpha 1,449 4/8/2015
1.0.5-alpha 1,458 4/7/2015
1.0.4-alpha 1,493 4/6/2015
1.0.3-alpha 1,445 4/4/2015

Implemented GetBetween(..) !

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

If you run server, either run it in admin mode or allow your server app to use the your-machine:port/embark/ uri

http://stackoverflow.com/questions/8727293/http-could-not-register-url-http-8000-hellowcf-your-process-does-not-have/17242260#17242260