File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 </ProjectReference >
6767 </ItemGroup >
6868 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69+ <PropertyGroup >
70+ <PreBuildEvent >IF NOT EXIST "$(ProjectDir)app.config" ECHO ^< ^?xml version="1.0" encoding="utf-8"^?^> ^< configuration^> ^< ^/configuration^> > "$(ProjectDir)app.config"</PreBuildEvent >
71+ </PropertyGroup >
6972</Project >
Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
2- using Flurl ;
32using HubSpot . NET . Api . ContactList . Dto ;
3+ using HubSpot . NET . Core . Extensions ;
44using HubSpot . NET . Core . Interfaces ;
55using RestSharp ;
66
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFrameworks >net452;net451;net452; netstandard2.0</TargetFrameworks >
4+ <TargetFrameworks >net452;net451;netstandard2.0</TargetFrameworks >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6- <Version >1.0.0.2 </Version >
6+ <Version >1.1.0 </Version >
77 <Authors >Chinchilla Software Limited</Authors >
88 <Company >Chinchilla Software Limited</Company >
99 <Description >C# .NET Wrapper around the common HubSpot APIs.</Description >
1515 <RepositoryUrl >https://github.com/Chinchilla-Software-Com/HubSpot.NET</RepositoryUrl >
1616 <PackageTags >hubspot api wrapper c# contact company deal engagement properties crm</PackageTags >
1717 <PackageReleaseNotes >
18+ Version 1.1.0
19+
20+ * Implement basic contact list API operations - community contribution thanks to https://github.com/lakesol
21+
1822 Version 1.0.0.2
1923
2024 * Upgraded RestSharp to 106.15.0 to address a security issue.
You can’t perform that action at this time.
0 commit comments