Coinbase.Mvc 0.3.10

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

// Install Coinbase.Mvc as a Cake Tool
#tool nuget:?package=Coinbase.Mvc&version=0.3.10

Provides support for instant payment notification handling for Asp.net MVC projects.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.10 171 12/2/2014
0.3.7 437 11/13/2014

History:v0.3.10 - 12/2/2014:
       * Added Refund API functionality.
       * Added SendMoney API functionality.
       * Added GetOrder API functionality.
       * Updated Nuget references.

       v0.3.7 - 11/13/2014:
       * Using new ObjectModel namespace refactoring.
       * Compiled against .NET 4.5 which is required for latest MVC references.
       * Using FluentValidation (not signed) to ease with versioning/upgrades.

       v0.1.0 - 10/05/2014:
       * Split out classes that have dependencies on ASP.Net into new package Coinbase.Mvc.