Skip to content

Commit e4b1e2b

Browse files
committed
Bump version to 3.1.0
1 parent e832089 commit e4b1e2b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

AsyncImageLoader.Avalonia/AsyncImageLoader.Avalonia.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@
1515
<RepositoryType>git</RepositoryType>
1616
<PackageTags>image cross-platform avalonia avaloniaui c-sharp-library</PackageTags>
1717
<PackageReadmeFile>README.md</PackageReadmeFile>
18-
<Version>3.0.0</Version>
18+
<Version>3.1.0</Version>
1919
<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
20+
- Bitmap loading on background thread by @jobmarley
2421
</PackageReleaseNotes>
2522
</PropertyGroup>
2623

0 commit comments

Comments
 (0)