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" />
<PackageReference Include="BlockAppsSDK" />
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
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.
#: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
#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,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.