Skip to content

Commit 6eff7f1

Browse files
Brandon's SurfaceBrandon's Surface
authored andcommitted
1.8.5 RELEASE
1 parent 5501ce4 commit 6eff7f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MailChimp.Net.Tests/ListTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public async Task<List> Should_Create_New_List()
5454
}).Lists.AddOrUpdateAsync(this.GetMailChimpList()).ConfigureAwait(false);
5555

5656
var allLists = await this._mailChimpManager.Lists.GetAllAsync().ConfigureAwait(false);
57-
Assert.IsTrue(allLists.Count() > 0);
57+
Assert.IsTrue(allLists.Any());
5858
return list;
5959
}
6060

MailChimp.Net/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
// You can specify all the values or you can default the Build and Revision Numbers
3838
// by using the '*' as shown below:
3939
// [assembly: AssemblyVersion("1.0.*")]
40-
[assembly: AssemblyVersion("1.8.0")]
40+
[assembly: AssemblyVersion("1.8.5")]
4141
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)