Intapp.CRMSDK 3.0.3

dotnet add package Intapp.CRMSDK --version 3.0.3
NuGet\Install-Package Intapp.CRMSDK -Version 3.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Intapp.CRMSDK" Version="3.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Intapp.CRMSDK --version 3.0.3
#r "nuget: Intapp.CRMSDK, 3.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Intapp.CRMSDK as a Cake Addin
#addin nuget:?package=Intapp.CRMSDK&version=3.0.3

// Install Intapp.CRMSDK as a Cake Tool
#tool nuget:?package=Intapp.CRMSDK&version=3.0.3

This client library works with the Intapp CRM REST API to both DealCloud and One Place.

Product 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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 2,389 8/23/2022
3.0.2 301 1/6/2022
3.0.1 2,930 9/7/2021
3.0.0 838 4/14/2021
2.5.0 335 4/12/2021
2.4.3 480 3/8/2021
2.4.2 318 3/8/2021
2.4.1 319 3/8/2021
2.4.0 367 3/8/2021
2.3.9 418 1/12/2021
2.3.8 432 12/31/2020
2.3.7 358 12/28/2020
2.3.6 377 12/23/2020
2.3.5 387 12/23/2020
2.3.4 386 12/23/2020
2.3.3 453 12/23/2020
2.3.2 370 12/23/2020
2.3.1 385 12/23/2020
2.3.0 440 12/22/2020
2.2.3 525 11/18/2020
2.2.2 458 10/30/2020
2.2.1 448 10/26/2020
2.2.0 431 10/22/2020
2.0.1 431 10/19/2020
1.0.22 489 9/17/2020
1.0.21 422 9/17/2020
1.0.2 443 9/17/2020
1.0.1 388 8/28/2020
1.0.0 479 8/12/2020

## v3.0.3
- Changed the data type for IPAddress to string
## v3.0.2
- 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