Skip to content

Commit

Permalink
-New version released
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonseydel committed Dec 6, 2018
1 parent 1cec263 commit fa40315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailChimp.Net/MailChimp.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyOriginatorKeyFile>MailChimp.Key.snk</AssemblyOriginatorKeyFile>
<PackageId>MailChimp.Net.V3</PackageId>
<Version>3.3.0</Version>
<Version>3.5.0</Version>
<Authors>Brandon Seydel</Authors>
<Company>DevSquad</Company>
<Product>MailChimp.Net.V3</Product>
Expand Down

2 comments on commit fa40315

@Hotabich
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Brandon.I recently started using Mailchimp.Net (version 3.5) and it seems to me that I discovered a bug. When I create a campaign with a scheduled posting on Mailchimp, then unscheduled this campaign. After I address this campaign using Mailchimp.Net I get a raw conversion error. I carefully studied this error and realized that Mailchimp.Net class "Capmaign" has the property "SendTime" of type "DateTime?", But Mailchimp returns the object "Json" for which this field has the value "-001-11-30T00 +00: 00 ", for this" Newtonsoft.Json "can not convert it into type" DateTime ". Could you check and fix it

@brandonseydel
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks to be a bug on the mail chimp side. I can contact them.

Please sign in to comment.