Catapush 1.2.1

Requires NuGet 2.5 or higher.

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

// Install Catapush as a Cake Tool
#tool nuget:?package=Catapush&version=1.2.1

Catapush is a simple, reliable and scalable delivery API for transactional push notifications for applications. Ideal for sending data-driven transactional notifications including targeted e-commerce

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap is compatible.  uap10.0 was computed. 
Windows Phone wp81 is compatible.  wpa81 is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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.1 1,548 8/3/2016
1.1.1 1,408 7/12/2016
1.1.0 1,259 6/29/2016
1.0.6 1,551 4/6/2016
1.0.5 1,289 4/4/2016
1.0.4 1,322 4/1/2016
1.0.3 1,240 3/31/2016
1.0.2 1,295 3/24/2016
1.0.1 1,296 3/17/2016

- Is now possible to send messages even without using the CatapushSendMessageControl
- Added attachment support
- Added send events to Catapush object (send events in CatapushSendMessageControl have been removed)
- CatapushMessage object has now a "Sending" bool property which tells if the message is being sending or not; in the first case, a "placeholder message" will be returned, which has body, timestamp and Id in common with the actual message
- CatapushMessagesListView now automatically shows sent message (integrator must no more subscribe to send events in CatapushSendMessageControl and attach the message to the CatapushMessagesListView)
- Minor bug fixes