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.
<PackageVersion Include="BlockAppsSDK" Version="1.2.0-beta1" />
                    
Directory.Packages.props
<PackageReference Include="BlockAppsSDK" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package BlockAppsSDK@1.2.0-beta1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BlockAppsSDK&version=1.2.0-beta1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=BlockAppsSDK&version=1.2.0-beta1&prerelease
                    
Install as a Cake Tool

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,449 10/3/2016
1.1.0-beta1 2,055 7/27/2016
1.0.5-alpha 1,397 6/14/2016
1.0.4-alpha 1,036 6/9/2016
1.0.3-alpha 1,133 6/5/2016
1.0.2-alpha 1,199 6/5/2016
1.0.1-alpha 1,584 6/5/2016
1.0.0-alpha 1,032 6/3/2016

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