Skip to content

Commit

Permalink
0.6.19.9 Patched the ability to update deals - two date fields were m…
Browse files Browse the repository at this point in the history
…iss-matched.
  • Loading branch information
cdmdotnet committed May 12, 2021
1 parent 9b26c61 commit 4b48b53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 2 additions & 5 deletions HubSpot.NET/Api/Deal/Dto/DealHubSpotModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@ public DealHubSpotModel()
[DataMember(Name = "dealtype")]
public string DealType { get; set; }

[DataMember(Name = "createdAt")]
public DateTime? CreatedAt { get; set; }

[DataMember(Name = "updatedAt")]
public DateTime? UpdatedAt { get; set; }
[DataMember(Name = "createdate")]
public DateTime? DateCreated { get; set; }

[IgnoreDataMember]
public DealHubSpotAssociations Associations { get; }
Expand Down
4 changes: 3 additions & 1 deletion HubSpot.NET/HubSpot.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net46;net451;netstandard2.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.6.19.8</Version>
<Version>0.6.19.9</Version>
<Authors>cdmdotnet Limited - originally Squared Up Ltd.</Authors>
<Company>cdmdotnet Limited - originally Squared Up Ltd.</Company>
<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>
Expand All @@ -15,6 +15,8 @@
<RepositoryUrl>https://github.com/Chinchilla-Software-Com/HubSpot.NET</RepositoryUrl>
<PackageTags>hubspot api wrapper c# contact company deal engagement properties crm</PackageTags>
<PackageReleaseNotes>
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.
Expand Down

0 comments on commit 4b48b53

Please sign in to comment.