Wooga.Lambda.Storage.Unity3D.Source 0.3.0

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

// Install Wooga.Lambda.Storage.Unity3D.Source as a Cake Tool
#tool nuget:?package=Wooga.Lambda.Storage.Unity3D.Source&version=0.3.0

Functional utilites for C# - inspired by csharp-monads, Haskell & F# - compatible with Unity3D

There are no supported framework assets in this 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.6.3 2,115 8/5/2015
0.6.2 1,638 7/24/2015
0.6.1 1,145 7/24/2015
0.6.0 1,123 7/24/2015
0.5.0 1,166 6/30/2015
0.4.1 1,073 6/11/2015
0.4.0 1,090 6/11/2015
0.3.7 1,067 6/9/2015
0.3.6 1,080 6/9/2015
0.3.5 1,104 6/8/2015
0.3.4 1,369 4/26/2015
0.3.3 1,379 4/26/2015
0.3.2 1,264 4/26/2015
0.3.1 1,233 4/26/2015
0.3.0 1,273 4/26/2015

Big cleanup many things removed, many added...
No more IO monad, Async does the job better
Refactored network and filesystem libraries
added a pattern matching 'monad'
lots of documentation