Intapp.CRMSDK
3.0.2
See the version list below for details.
dotnet add package Intapp.CRMSDK --version 3.0.2
NuGet\Install-Package Intapp.CRMSDK -Version 3.0.2
<PackageReference Include="Intapp.CRMSDK" Version="3.0.2" />
paket add Intapp.CRMSDK --version 3.0.2
#r "nuget: Intapp.CRMSDK, 3.0.2"
// Install Intapp.CRMSDK as a Cake Addin #addin nuget:?package=Intapp.CRMSDK&version=3.0.2 // Install Intapp.CRMSDK as a Cake Tool #tool nuget:?package=Intapp.CRMSDK&version=3.0.2
This client library works with the Intapp CRM REST API to both DealCloud and One Place.
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 | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Aspose.Cells (>= 20.9.0)
- EPPlus (>= 4.5.3.3)
- Humanizer (>= 2.8.26)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.6)
- Newtonsoft.Json (>= 12.0.3)
- PdfRpt.Core (>= 1.4.3)
- SharpZipLib (>= 1.2.0)
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.0.3 | 3,873 | 8/23/2022 |
3.0.2 | 350 | 1/6/2022 |
3.0.1 | 2,973 | 9/7/2021 |
3.0.0 | 880 | 4/14/2021 |
2.5.0 | 375 | 4/12/2021 |
2.4.3 | 526 | 3/8/2021 |
2.4.2 | 355 | 3/8/2021 |
2.4.1 | 365 | 3/8/2021 |
2.4.0 | 407 | 3/8/2021 |
2.3.9 | 464 | 1/12/2021 |
2.3.8 | 475 | 12/31/2020 |
2.3.7 | 406 | 12/28/2020 |
2.3.6 | 419 | 12/23/2020 |
2.3.5 | 422 | 12/23/2020 |
2.3.4 | 437 | 12/23/2020 |
2.3.3 | 498 | 12/23/2020 |
2.3.2 | 408 | 12/23/2020 |
2.3.1 | 428 | 12/23/2020 |
2.3.0 | 485 | 12/22/2020 |
2.2.3 | 581 | 11/18/2020 |
2.2.2 | 506 | 10/30/2020 |
2.2.1 | 493 | 10/26/2020 |
2.2.0 | 473 | 10/22/2020 |
2.0.1 | 461 | 10/19/2020 |
1.0.22 | 529 | 9/17/2020 |
1.0.21 | 459 | 9/17/2020 |
1.0.2 | 488 | 9/17/2020 |
1.0.1 | 430 | 8/28/2020 |
1.0.0 | 523 | 8/12/2020 |
## v3.0.2
IW - 2022-01-06 - Extended the "RequiresLongAPICalls" timeout from 15 minutes to 30 minutes
## v3.0.1
Changed default maximum concurrancy from 5 to 1. CRM supports up to 2 for maximum concurrancy but the decision to move from 1 to 2 is now up to the user.
## v3.0.0
### Model Changes
- SystemFieldTypes updated to include new system field types
- FieldVm updated to include field apiName
- EntryListVm updated to include entry list apiName
### Function Changes
- SiteMigration updated to accept optional path variable, you can now specify
where the generated models should go.
- Changed Generated Classes to use Field apiNames instead of the cleaned field names
- Changed Generated Classes to use List apiNames instead of the cleaned list names
- Removed filtering examples from generated models
- Made PullItemsAsync public from models