Skip to content

Commit 9464029

Browse files
Fixed the non-async count bug
1 parent 3d1b686 commit 9464029

6 files changed

Lines changed: 3 additions & 2 deletions

File tree

AlphaChiTech.Virtualization/PaginationManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ public int GetCount(bool asyncOK)
701701
if (!IsAsync)
702702
{
703703
ret = this.Provider.Count;
704+
_LocalCount = ret;
704705
}
705706
else
706707
{

AlphaChiTech.Virtualization/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
// You can specify all the values or you can default the Build and Revision Numbers
2727
// by using the '*' as shown below:
2828
// [assembly: AssemblyVersion("1.0.*")]
29-
[assembly: AssemblyVersion("1.0.1.0")]
30-
[assembly: AssemblyFileVersion("1.0.1.0")]
29+
[assembly: AssemblyVersion("1.0.2.0")]
30+
[assembly: AssemblyFileVersion("1.0.2.0")]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)