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 e832089 commit e4b1e2bCopy full SHA for e4b1e2b
AsyncImageLoader.Avalonia/AsyncImageLoader.Avalonia.csproj
@@ -15,12 +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.0.0</Version>
+ <Version>3.1.0</Version>
19
<PackageReleaseNotes>
20
-- Support for Avalonia 11
21
-- Replace IBitmap with Bitmap due to IBitmap will be internal in next Avalonia release. Thanks, @afunc233
22
-- Fix loading from local disk in some linux distros. Thanks, @afunc233
23
-- Implement CornerRadius for AdvancedImage
+- Bitmap loading on background thread by @jobmarley
24
</PackageReleaseNotes>
25
</PropertyGroup>
26
0 commit comments