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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
-
- Microsoft.Bcl (>= 1.1.10)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- modernhttpclient (>= 2.4.2)
- Newtonsoft.Json (>= 9.0.1)
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,110 | 10/3/2016 |
1.1.0-beta1 | 1,595 | 7/27/2016 |
1.0.5-alpha | 1,167 | 6/14/2016 |
1.0.4-alpha | 810 | 6/9/2016 |
1.0.3-alpha | 904 | 6/5/2016 |
1.0.2-alpha | 981 | 6/5/2016 |
1.0.1-alpha | 1,135 | 6/5/2016 |
1.0.0-alpha | 814 | 6/3/2016 |
Breaking changes; Contract State models are required when creating or instantiating contracts. See our repo for more details and examples.