_SquaredUp.HubSpot.NET 0.6.19.16

There is a newer version of this package available.
See the version list below for details.
dotnet add package _SquaredUp.HubSpot.NET --version 0.6.19.16
NuGet\Install-Package _SquaredUp.HubSpot.NET -Version 0.6.19.16
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="_SquaredUp.HubSpot.NET" Version="0.6.19.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add _SquaredUp.HubSpot.NET --version 0.6.19.16
#r "nuget: _SquaredUp.HubSpot.NET, 0.6.19.16"
#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 _SquaredUp.HubSpot.NET as a Cake Addin
#addin nuget:?package=_SquaredUp.HubSpot.NET&version=0.6.19.16

// Install _SquaredUp.HubSpot.NET as a Cake Tool
#tool nuget:?package=_SquaredUp.HubSpot.NET&version=0.6.19.16

C# .NET Wrapper around the common HubSpot APIs. This is a fork/continuation of the original project that now appears not to be maintained.

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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net451 is compatible.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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
0.6.19.25 24,603 1/28/2022
0.6.19.24 448 1/27/2022
0.6.19.23 451 1/27/2022
0.6.19.22 14,446 7/5/2021
0.6.19.21 342 7/5/2021
0.6.19.20 390 6/30/2021
0.6.19.19 361 6/30/2021
0.6.19.18 328 6/29/2021
0.6.19.17 328 6/29/2021
0.6.19.16 344 6/29/2021
0.6.19.15 373 6/29/2021
0.6.19.14 2,932 6/15/2021
0.6.19.13 428 5/31/2021
0.6.19.12 490 5/18/2021
0.6.19.11 343 5/18/2021
0.6.19.10 383 5/13/2021
0.6.19.9 381 5/12/2021
0.6.19.8 354 4/22/2021
0.6.19.7 346 4/22/2021
0.6.19.6 329 4/13/2021
0.6.19.5 302 4/12/2021
0.6.19.4 313 4/12/2021
0.6.19.3 389 3/17/2021
0.6.19.2 385 3/16/2021
0.6.19.1 364 3/16/2021
0.6.18.5 327 3/16/2021
0.6.18.4 1,140 3/14/2021
0.6.18.3 5,219 7/16/2020
0.6.18.2 566 7/10/2020
0.6.18.1 538 7/9/2020
0.6.18 4,583 7/2/2020

0.6.19.16 Added better support for IEnumerable of string properties.

0.6.19.14 Added abilty to associate a contact with a deal.

0.6.19.13 Minor improvements to exception serialisation.

0.6.19.12 Added LongDateTimeAttribute to support sending DateTime? data types to the API as longs

0.6.19.11 Added LongDateAttribute to support sending DateTime? data types to the API as longs... note that the time component will be dropped.

0.6.19.10/0.6.19.9 Patched the ability to update deals - two date fields were miss-matched.

0.6.19.8 Patched the ability to get all contact and deal associations for a company to automatically run through all pages of results.

0.6.19.7 Added date created and date updated properties to the Company model. Patched contact search.

0.6.19.6 Patched handling for nullable boolean properties.

0.6.19.5 Added the ability to get all contact and deal associations for a company.

0.6.19.4 Minor improvements to exceptions. Resolved a naming conflict.

0.6.19.3 Added the ability to get all company and contact associations for a deal. Patched listing recently created and recetly updated deals.

0.6.19.2 Patched listing deals. Patched deals search to include Id property handling.

0.6.19.1 Added ability to search for deals using v3 API with a patch for .NET Standard