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" />
<PackageVersion Include="Microsoft.Store.PartnerCenter" Version="1.14.0" />
<PackageReference Include="Microsoft.Store.PartnerCenter" />
paket add Microsoft.Store.PartnerCenter --version 1.14.0
#r "nuget: Microsoft.Store.PartnerCenter, 1.14.0"
#:package Microsoft.Store.PartnerCenter@1.14.0
#addin nuget:?package=Microsoft.Store.PartnerCenter&version=1.14.0
#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 (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.Store.PartnerCenter:
| Repository | Stars |
|---|---|
|
microsoft/Partner-Center-DotNet-Samples
Contains sample code on how to use the Partner Center .NET SDK
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 3.4.0 | 274,608 | 5/24/2023 | |
| 3.3.0 | 20,974 | 3/24/2023 | |
| 3.2.0 | 63,078 | 11/23/2022 | |
| 3.1.2 | 53,944 | 8/8/2022 | |
| 3.1.1 | 11,869 | 7/25/2022 | |
| 3.1.0 | 1,939 | 7/19/2022 | |
| 3.0.1 | 93,797 | 3/31/2022 | |
| 3.0.0 | 55,195 | 12/1/2021 | |
| 2.0.1 | 44,086 | 7/8/2021 | |
| 1.17.0 | 54,745 | 3/23/2021 | |
| 1.16.3 | 26,912 | 12/9/2020 | |
| 1.16.2 | 46,456 | 9/22/2020 | |
| 1.16.1 | 8,404 | 8/12/2020 | |
| 1.16.1-preview | 2,345 | 7/21/2020 | |
| 1.15.3 | 52,773 | 5/5/2020 | |
| 1.15.2 | 50,576 | 12/9/2019 | |
| 1.15.1 | 6,892 | 11/1/2019 | |
| 1.15.0-preview | 880 | 10/14/2019 | |
| 1.14.2 | 5,628 | 9/25/2019 | |
| 1.14.0 | 6,108 | 9/20/2019 | |
| 1.13.1 | 25,366 | 7/12/2019 | |
| 1.13.0 | 40,822 | 5/1/2019 | |
| 1.12.2 | 8,223 | 3/28/2019 | |
| 1.10.0 | 17,111 | 11/8/2018 | |
| 1.9.0 | 10,059 | 8/6/2018 | |
| 1.8.0 | 10,670 | 5/9/2018 | |
| 1.8.0-beta2 | 2,924 | 3/31/2018 | |
| 1.7.1 | 11,418 | 3/22/2018 | |
| 1.7.0 | 17,651 | 1/18/2018 | |
| 1.6.0 | 10,935 | 9/28/2017 | |
| 1.5.0 | 47,323 | 7/5/2017 | |
| 1.4.0 | 9,047 | 4/12/2017 | |
| 1.3.0 | 13,651 | 12/14/2016 | |
| 1.2.0.1 | 3,627 | 10/5/2016 | |
| 1.1.0.1 | 4,413 | 7/5/2016 | |
| 1.0.0.1 | 15,257 | 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.