Maestrano 2.1.0
dotnet add package Maestrano --version 2.1.0
NuGet\Install-Package Maestrano -Version 2.1.0
<PackageReference Include="Maestrano" Version="2.1.0" />
paket add Maestrano --version 2.1.0
#r "nuget: Maestrano, 2.1.0"
// Install Maestrano as a Cake Addin #addin nuget:?package=Maestrano&version=2.1.0 // Install Maestrano as a Cake Tool #tool nuget:?package=Maestrano&version=2.1.0
Maestrano is the next generation marketplace for SME applications. See https://maestrano.com/ for details.
Product | Versions 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. |
-
- Newtonsoft.Json (>= 8.0.3)
- RestSharp (>= 105.2.3)
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,389 | 6/2/2017 |
2.0.2 | 1,627 | 3/22/2017 |
2.0.1 | 3,812 | 2/15/2017 |
2.0.0 | 1,123 | 2/14/2017 |
1.1.0 | 1,810 | 2/10/2017 |
1.0.0 | 1,251 | 11/29/2016 |
0.15.3 | 1,484 | 4/19/2016 |
0.15.2 | 1,127 | 4/19/2016 |
0.15.1 | 1,574 | 1/20/2016 |
0.15.0 | 1,214 | 1/6/2016 |
0.14.2 | 1,497 | 12/18/2015 |
0.14.1 | 1,210 | 12/16/2015 |
0.14.0 | 1,676 | 8/6/2015 |
0.13.0 | 1,374 | 4/23/2015 |
0.12.0 | 1,293 | 3/22/2015 |
0.11.0 | 1,266 | 2/7/2015 |
0.10.0 | 1,242 | 1/15/2015 |
0.9.1 | 1,261 | 1/14/2015 |
0.9.0 | 1,239 | 1/14/2015 |
0.8.0 | 1,733 | 11/13/2014 |
0.7.0 | 1,295 | 9/30/2014 |
0.6.0 | 1,247 | 9/30/2014 |
0.5.0 | 1,304 | 9/3/2014 |
0.4.0 | 1,258 | 8/19/2014 |
0.3.0 | 1,284 | 7/1/2014 |
0.2.0 | 1,293 | 7/1/2014 |
0.1.0 | 1,265 | 7/1/2014 |
2.1.0
- Allow registering a marketplace without the developer platform
- Sso.Idm is set to App.Host if it is empty or null in the configuration
- Remove SSO.SloEnabled
- Remove SSO.Enabled
- Remove Webhook.Connec.Subscriptions
- Rename Webhook.Connec.NotificationsPath to NotificationsPath
- Add Webhook.Connec.ExternalIds
- Rename Webhook.Account.GroupsPath to GroupPath
- Rename Webhook.Account.GroupUsersPath to GroupUserPath
- Add PresetsTest
2.0.2
- Make JsonClient InternalClient and PrepareRequest visible
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