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.
<PackageVersion Include="Intapp.CRMSDK" Version="3.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Intapp.CRMSDK" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Intapp.CRMSDK@3.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Intapp.CRMSDK&version=3.0.3
                    
Install as a Cake Addin
#tool nuget:?package=Intapp.CRMSDK&version=3.0.3
                    
Install as a Cake Tool

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.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 18,018 8/23/2022
3.0.2 526 1/6/2022
3.0.1 3,147 9/7/2021
3.0.0 1,062 4/14/2021
2.5.0 562 4/12/2021
2.4.3 724 3/8/2021
2.4.2 543 3/8/2021
2.4.1 576 3/8/2021
2.4.0 619 3/8/2021
2.3.9 659 1/12/2021
2.3.8 678 12/31/2020
2.3.7 643 12/28/2020
2.3.6 641 12/23/2020
2.3.5 639 12/23/2020
2.3.4 620 12/23/2020
2.3.3 705 12/23/2020
2.3.2 598 12/23/2020
2.3.1 640 12/23/2020
2.3.0 693 12/22/2020
2.2.3 825 11/18/2020
Loading failed

## 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