We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c543ab commit f6fbf1eCopy full SHA for f6fbf1e
AsyncImageLoader.Avalonia/AsyncImageLoader.Avalonia.csproj
@@ -15,9 +15,9 @@
15
<RepositoryType>git</RepositoryType>
16
<PackageTags>image cross-platform avalonia avaloniaui c-sharp-library</PackageTags>
17
<PackageReadmeFile>README.md</PackageReadmeFile>
18
- <Version>3.2.1-rc1</Version>
+ <Version>3.2.1</Version>
19
<PackageReleaseNotes>
20
-- Tries to fix "CancellationTokenSource has been disposed" when redrawn rapidly in virtualizing panels
+- Fix ObjectDisposedException in Cancellation token access (#19)
21
</PackageReleaseNotes>
22
</PropertyGroup>
23
0 commit comments