You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (#8).
With upstream development ceasing, attribution from here is now to Chinchilla Software who is maintain this fork.
NuGet package names are also shifted from SquaredUp to Chinchilla
<Authors>cdmdotnet Limited - originally Squared Up Ltd.</Authors>
8
-
<Company>cdmdotnet Limited - originally Squared Up Ltd.</Company>
9
-
<Description>C# .NET Wrapper around the common HubSpot APIs. This is a fork/continuation of the original project that now appears not to be maintained.</Description>
10
-
<Copyright>2021 cdmdotnet Limited - originally Squared Up Ltd.</Copyright>
6
+
<Version>0.6.20.01</Version>
7
+
<Authors>Chinchilla Software Limited</Authors>
8
+
<Company>Chinchilla Software Limited</Company>
9
+
<Description>C# .NET Wrapper around the common HubSpot APIs.</Description>
<PackageTags>hubspot api wrapper c# contact company deal engagement properties crm</PackageTags>
17
17
<PackageReleaseNotes>
18
+
0.6.20.1 Minor breaking change. The search operator string has been replaced with an enum.
19
+
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).
20
+
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.
21
+
18
22
0.6.19.25 Patching id fields being sent when searching Hubspot deals and companies
19
23
20
24
0.6.19.22 Added HubSpot Icon to package.
@@ -51,7 +55,7 @@
51
55
52
56
0.6.19.1 Added ability to search for deals using v3 API with a patch for .NET Standard
0 commit comments