AzureMarketplaceSaaSApiClient 2.0.15
See the version list below for details.
dotnet add package AzureMarketplaceSaaSApiClient --version 2.0.15
NuGet\Install-Package AzureMarketplaceSaaSApiClient -Version 2.0.15
<PackageReference Include="AzureMarketplaceSaaSApiClient" Version="2.0.15" />
paket add AzureMarketplaceSaaSApiClient --version 2.0.15
#r "nuget: AzureMarketplaceSaaSApiClient, 2.0.15"
// Install AzureMarketplaceSaaSApiClient as a Cake Addin #addin nuget:?package=AzureMarketplaceSaaSApiClient&version=2.0.15 // Install AzureMarketplaceSaaSApiClient as a Cake Tool #tool nuget:?package=AzureMarketplaceSaaSApiClient&version=2.0.15
An experimental .NET client implementation for the Azure Marketplace SaaS Fulfillment API V2 based on the mock API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Options (>= 2.2.0)
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 5.2.0)
- Newtonsoft.Json (>= 12.0.2)
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 |
---|---|---|
3.5.0 | 9,911 | 4/9/2020 |
3.4.5 | 836 | 2/20/2020 |
3.4.4 | 884 | 2/6/2020 |
3.4.3 | 551 | 2/6/2020 |
3.4.2 | 618 | 1/31/2020 |
3.4.1 | 573 | 1/31/2020 |
3.4.0 | 935 | 12/4/2019 |
3.3.0 | 1,474 | 12/4/2019 |
3.2.0 | 738 | 10/1/2019 |
3.1.0 | 556 | 9/27/2019 |
3.0.1 | 576 | 9/26/2019 |
3.0.0 | 540 | 9/26/2019 |
2.0.19 | 552 | 9/26/2019 |
2.0.18 | 549 | 9/25/2019 |
2.0.17 | 560 | 9/25/2019 |
2.0.16 | 568 | 9/21/2019 |
2.0.15 | 564 | 9/19/2019 |
2.0.14 | 578 | 9/9/2019 |
2.0.13 | 552 | 9/9/2019 |
2.0.12 | 578 | 9/9/2019 |
2.0.11 | 635 | 8/30/2019 |
2.0.10 | 583 | 8/17/2019 |
2.0.9 | 578 | 8/15/2019 |
2.0.8 | 554 | 8/15/2019 |
2.0.7 | 567 | 8/15/2019 |
2.0.6 | 558 | 8/15/2019 |
2.0.5 | 578 | 8/14/2019 |
2.0.4 | 563 | 8/14/2019 |
2.0.3 | 558 | 8/13/2019 |
2.0.2 | 569 | 8/12/2019 |
2.0.1 | 628 | 8/7/2019 |
2.0.0 | 586 | 8/7/2019 |
1.0.3 | 694 | 6/27/2019 |
1.0.2 | 604 | 6/11/2019 |
1.0.1 | 602 | 6/10/2019 |
1.0.0 | 683 | 4/21/2019 |
Breaking changes for AAD authentication. Modified the AAD authentication to use V1 endpoint and the hardcoded resource id from the marketplace documentation. Reverted to single-tenant implementation for the AAD application.
SImplified client constructors. They no longer accept a credential builder.
Updated subscription status enum based on the update on the documentation.