Skip to content

Commit

Permalink
release note
Browse files Browse the repository at this point in the history
  • Loading branch information
LazZiya committed Jun 6, 2021
1 parent 0edb7c6 commit e139f2b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions LazZiya.ImageResize/LazZiya.ImageResize.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,22 @@
<RepositoryUrl>https://github.com/LazZiya/ImageResize</RepositoryUrl>
<PackageProjectUrl>https://docs.ziyad.info/en/LazZiya.ImageResize/v4.0/index.md</PackageProjectUrl>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>preview4</VersionSuffix>
<VersionSuffix>preview5</VersionSuffix>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<PackageReleaseNotes>
Updates in preview 5:
- Fixes #1 (https://github.com/LazZiya/ImageResize/issues/1)

Updates in preview 4:
- New "AddFrame" method: Draw a frame around the image and specify distance, color, etc.
- New "Mask" method: Applies a mask over the image.

Updates in preview 3:
- New "Conditional" resizing methods: The resize will done depending on a conditional parameter.
- New "Conditional" text/image watermark methods: Add text/image watermark if condition is true.
- Amended method name: AnimatedImageResize.GifScaleByWidth --> AnimatedImageResize.GifScaleByWidth

Updates in preview 2:
- Added support to create animated text watermark
- Added support to create animated image watermark
Expand Down

0 comments on commit e139f2b

Please sign in to comment.