Microsoft.Store.PartnerCenter
1.14.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Store.PartnerCenter --version 1.14.0
NuGet\Install-Package Microsoft.Store.PartnerCenter -Version 1.14.0
<PackageReference Include="Microsoft.Store.PartnerCenter" Version="1.14.0" />
paket add Microsoft.Store.PartnerCenter --version 1.14.0
#r "nuget: Microsoft.Store.PartnerCenter, 1.14.0"
// Install Microsoft.Store.PartnerCenter as a Cake Addin #addin nuget:?package=Microsoft.Store.PartnerCenter&version=1.14.0 // Install Microsoft.Store.PartnerCenter as a Cake Tool #tool nuget:?package=Microsoft.Store.PartnerCenter&version=1.14.0
SDK for accessing Microsoft Partner center APIs
Product | Versions 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. |
-
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 2.16.204221202)
- Newtonsoft.Json (>= 6.0.8)
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.4.0 | 167,385 | 5/24/2023 | |
3.3.0 | 19,399 | 3/24/2023 | |
3.2.0 | 56,046 | 11/23/2022 | |
3.1.2 | 46,240 | 8/8/2022 | |
3.1.1 | 10,969 | 7/25/2022 | |
3.1.0 | 1,713 | 7/19/2022 | |
3.0.1 | 92,544 | 3/31/2022 | |
3.0.0 | 53,122 | 12/1/2021 | |
2.0.1 | 42,881 | 7/8/2021 | |
1.17.0 | 51,353 | 3/23/2021 | |
1.16.3 | 25,806 | 12/9/2020 | |
1.16.2 | 46,264 | 9/22/2020 | |
1.16.1 | 7,670 | 8/12/2020 | |
1.16.1-preview | 2,163 | 7/21/2020 | |
1.15.3 | 47,836 | 5/5/2020 | |
1.15.2 | 49,424 | 12/9/2019 | |
1.15.1 | 5,951 | 11/1/2019 | |
1.15.0-preview | 698 | 10/14/2019 | |
1.14.2 | 5,410 | 9/25/2019 | |
1.14.0 | 5,822 | 9/20/2019 | |
1.13.1 | 24,828 | 7/12/2019 | |
1.13.0 | 34,176 | 5/1/2019 | |
1.12.2 | 7,281 | 3/28/2019 | |
1.10.0 | 16,597 | 11/8/2018 | |
1.9.0 | 9,673 | 8/6/2018 | |
1.8.0 | 10,121 | 5/9/2018 | |
1.8.0-beta2 | 2,418 | 3/31/2018 | |
1.7.1 | 10,682 | 3/22/2018 | |
1.7.0 | 17,255 | 1/18/2018 | |
1.6.0 | 10,312 | 9/28/2017 | |
1.5.0 | 46,896 | 7/5/2017 | |
1.4.0 | 7,949 | 4/12/2017 | |
1.3.0 | 12,847 | 12/14/2016 | |
1.2.0.1 | 3,243 | 10/5/2016 | |
1.1.0.1 | 4,018 | 7/5/2016 | |
1.0.0.1 | 14,855 | 3/11/2016 |
1) ***Breaking Change*** - Deprecated the AgreementType enum to enable new agreement types to be added in future without breaking existing clients.
2) Updated the IAgreementDetailsCollection.Get() and ICustomerAgreementCollection.Get() methods to take in an (optional) agreementType query filter.
3) Added new interfaces: IAgreementTemplateCollection, IAgreementTemplate and IAgreementDocument interfaces and supporting classes. These will be
primarily used to download agreement documents (GET /agreementtemplates/{id}/document) for specific language/locales and countries.