BlockAppsSDK 1.2.0-beta1

This is a prerelease version of BlockAppsSDK.
dotnet add package BlockAppsSDK --version 1.2.0-beta1
NuGet\Install-Package BlockAppsSDK -Version 1.2.0-beta1
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="BlockAppsSDK" Version="1.2.0-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlockAppsSDK --version 1.2.0-beta1
#r "nuget: BlockAppsSDK, 1.2.0-beta1"
#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 BlockAppsSDK as a Cake Addin
#addin nuget:?package=BlockAppsSDK&version=1.2.0-beta1&prerelease

// Install BlockAppsSDK as a Cake Tool
#tool nuget:?package=BlockAppsSDK&version=1.2.0-beta1&prerelease

BlockAppsSDK is a client, portable class library targeting .NET 4.5 and above and Xamarin 4.0 and above. It provides a simple way to interact with the Strato and Bloc API's with native C# classes.

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
1.2.0-beta1 1,090 10/3/2016
1.1.0-beta1 1,586 7/27/2016
1.0.5-alpha 1,156 6/14/2016
1.0.4-alpha 802 6/9/2016
1.0.3-alpha 895 6/5/2016
1.0.2-alpha 971 6/5/2016
1.0.1-alpha 1,124 6/5/2016
1.0.0-alpha 806 6/3/2016

Breaking changes; Contract State models are required when creating or instantiating contracts. See our repo for more details and examples.