Skip to content

Commit

Permalink
1.8.5 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon's Surface authored and Brandon's Surface committed Dec 18, 2016
1 parent 5501ce4 commit 6eff7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MailChimp.Net.Tests/ListTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public async Task<List> Should_Create_New_List()
}).Lists.AddOrUpdateAsync(this.GetMailChimpList()).ConfigureAwait(false);

var allLists = await this._mailChimpManager.Lists.GetAllAsync().ConfigureAwait(false);
Assert.IsTrue(allLists.Count() > 0);
Assert.IsTrue(allLists.Any());
return list;
}

Expand Down
2 changes: 1 addition & 1 deletion MailChimp.Net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.0")]
[assembly: AssemblyVersion("1.8.5")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 6eff7f1

Please sign in to comment.