Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Jul 30, 2023
1 parent e832089 commit e4b1e2b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions AsyncImageLoader.Avalonia/AsyncImageLoader.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@
<RepositoryType>git</RepositoryType>
<PackageTags>image cross-platform avalonia avaloniaui c-sharp-library</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>3.0.0</Version>
<Version>3.1.0</Version>
<PackageReleaseNotes>
- Support for Avalonia 11
- Replace IBitmap with Bitmap due to IBitmap will be internal in next Avalonia release. Thanks, @afunc233
- Fix loading from local disk in some linux distros. Thanks, @afunc233
- Implement CornerRadius for AdvancedImage
- Bitmap loading on background thread by @jobmarley
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit e4b1e2b

Please sign in to comment.