Maestrano 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Maestrano --version 2.0.1
NuGet\Install-Package Maestrano -Version 2.0.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="Maestrano" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Maestrano --version 2.0.1
#r "nuget: Maestrano, 2.0.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 Maestrano as a Cake Addin
#addin nuget:?package=Maestrano&version=2.0.1

// Install Maestrano as a Cake Tool
#tool nuget:?package=Maestrano&version=2.0.1

Maestrano is the next generation marketplace for SME applications. See https://maestrano.com/ for details.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  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.

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
2.1.0 17,337 6/2/2017
2.0.2 1,600 3/22/2017
2.0.1 3,784 2/15/2017
2.0.0 1,098 2/14/2017
1.1.0 1,780 2/10/2017
1.0.0 1,224 11/29/2016
0.15.3 1,455 4/19/2016
0.15.2 1,101 4/19/2016
0.15.1 1,537 1/20/2016
0.15.0 1,188 1/6/2016
0.14.2 1,470 12/18/2015
0.14.1 1,184 12/16/2015
0.14.0 1,642 8/6/2015
0.13.0 1,342 4/23/2015
0.12.0 1,260 3/22/2015
0.11.0 1,239 2/7/2015
0.10.0 1,214 1/15/2015
0.9.1 1,234 1/14/2015
0.9.0 1,215 1/14/2015
0.8.0 1,703 11/13/2014
0.7.0 1,268 9/30/2014
0.6.0 1,219 9/30/2014
0.5.0 1,273 9/3/2014
0.4.0 1,231 8/19/2014
0.3.0 1,254 7/1/2014
0.2.0 1,266 7/1/2014
0.1.0 1,238 7/1/2014

2.0.1
- Add BillRequestor.Cancel and Bill.Cancel Method
2.0.0
- Remove all trace of by default configuration, in order to be sure that the configuration will be coming from the developer platform, and not from an old configuration system, making debugging harder.
- Remove all static calls from MnoHelper
- Simplify code using a more consistent approach in the library
- Factorize code in MnoObject
- Add sugar methods in Preset to retrieve MnoAccount Object and a connecClient

See MIGRATION_TO_V2.0.md for more details