Chinchilla.HubSpot.NET
0.6.20.1
See the version list below for details.
dotnet add package Chinchilla.HubSpot.NET --version 0.6.20.1
NuGet\Install-Package Chinchilla.HubSpot.NET -Version 0.6.20.1
<PackageReference Include="Chinchilla.HubSpot.NET" Version="0.6.20.1" />
paket add Chinchilla.HubSpot.NET --version 0.6.20.1
#r "nuget: Chinchilla.HubSpot.NET, 0.6.20.1"
// Install Chinchilla.HubSpot.NET as a Cake Addin #addin nuget:?package=Chinchilla.HubSpot.NET&version=0.6.20.1 // Install Chinchilla.HubSpot.NET as a Cake Tool #tool nuget:?package=Chinchilla.HubSpot.NET&version=0.6.20.1
C# .NET Wrapper around the common HubSpot APIs.
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. |
.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. |
-
.NETFramework 4.5.1
- Flurl (>= 2.6.0)
- Newtonsoft.Json (>= 10.0.3)
- RestSharp (>= 105.2.3)
-
.NETFramework 4.6
- Flurl (>= 2.6.0)
- Newtonsoft.Json (>= 10.0.3)
- RestSharp (>= 106.10.1)
-
.NETStandard 2.0
- Flurl (>= 2.6.0)
- Newtonsoft.Json (>= 10.0.3)
- RestSharp (>= 106.10.1)
- System.Net.Http (>= 4.3.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.6.20.1 Minor breaking change. The search operator string has been replaced with an enum.
Patched Paging model not being properly deserialised when searching - Thanks to https://github.com/hakimio for spotting this as issue 8 (https://github.com/Chinchilla-Software-Com/HubSpot.NET/issues/8).
Merged PR #7 (https://github.com/Chinchilla-Software-Com/HubSpot.NET/pull/7) to patch some bugs in Feature/email subscriptions - Thanks to https://github.com/lakesol for spotting these and contributing.
0.6.19.25 Patching id fields being sent when searching Hubspot deals and companies
0.6.19.22 Added HubSpot Icon to package.
0.6.19.21 Added an email subscribe method.
0.6.19.20 Marked several createdDate and updatedDate fields as non serialisable during updates.
0.6.19.18 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