Skip to content

Commit

Permalink
Merge pull request #13 from LazZiya/vNext
Browse files Browse the repository at this point in the history
update to System.Common.Drawing.5.0.3
  • Loading branch information
LazZiya authored Oct 28, 2022
2 parents 6cdb31d + b119d0b commit c86322f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions LazZiya.ImageResize/LazZiya.ImageResize.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,13 @@
<PackageTags>asp.net,core,.net,dotnet,image,resize,text,overlay</PackageTags>
<RepositoryUrl>https://github.com/LazZiya/ImageResize</RepositoryUrl>
<PackageProjectUrl>https://docs.ziyad.info/en/LazZiya.ImageResize/v4.0/index.md</PackageProjectUrl>
<VersionPrefix>4.1.0</VersionPrefix>
<VersionPrefix>4.1.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<FileVersion>4.1.0.0</FileVersion>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<FileVersion>4.1.1.0</FileVersion>
<PackageReleaseNotes>
Fixed:
- Rotate the photo #10 (https://github.com/LazZiya/ImageResize/issues/10)

New Features:
- New - "RotateFlipImage" method: rotate or flip images
- New - "RotateFlipImageIf" method: conditionally rotate or flip images

- .NET Core Remote Code Execution Vulnerability, https://github.com/LazZiya/ImageResize/security/dependabot/1
- See all details in the docs https://docs.ziyad.info
</PackageReleaseNotes>
<PackageIconUrl>https://raw.githubusercontent.com/LazZiya/ImageResize/master/LazZiya.ImageResize/files/icon.png</PackageIconUrl>
Expand All @@ -38,7 +33,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="5.0.0" />
<PackageReference Include="System.Drawing.Common" Version="5.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c86322f

Please sign in to comment.