We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5501ce4 commit 6eff7f1Copy full SHA for 6eff7f1
MailChimp.Net.Tests/ListTest.cs
@@ -54,7 +54,7 @@ public async Task<List> Should_Create_New_List()
54
}).Lists.AddOrUpdateAsync(this.GetMailChimpList()).ConfigureAwait(false);
55
56
var allLists = await this._mailChimpManager.Lists.GetAllAsync().ConfigureAwait(false);
57
- Assert.IsTrue(allLists.Count() > 0);
+ Assert.IsTrue(allLists.Any());
58
return list;
59
}
60
MailChimp.Net/Properties/AssemblyInfo.cs
@@ -37,5 +37,5 @@
37
// You can specify all the values or you can default the Build and Revision Numbers
38
// by using the '*' as shown below:
39
// [assembly: AssemblyVersion("1.0.*")]
40
-[assembly: AssemblyVersion("1.8.0")]
+[assembly: AssemblyVersion("1.8.5")]
41
[assembly: AssemblyFileVersion("1.0.0.0")]
0 commit comments