FSFabric 0.0.7-beta

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

// Install FSFabric as a Cake Tool
#tool nuget:?package=FSFabric&version=0.0.7-beta&prerelease

A collection of modules and funcitons to make working with Service Fabric intuitive in F#. Includes FabricStore, which greatly simplifies IReliableDictionary operations.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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
0.0.9-beta 890 7/4/2016
0.0.8-beta 832 7/4/2016
0.0.7-beta 1,197 6/15/2016
0.0.6-beta 825 6/10/2016
0.0.5-beta 815 6/10/2016
0.0.4-beta 869 6/10/2016
0.0.3 1,159 6/10/2016
0.0.2 1,073 6/10/2016
0.0.1 1,055 6/10/2016

Updated delete to pull the proper dictionary.
Delete now returns result values, allowing for `delete -&gt; map -&gt; create` type code.