Skip to content

Commit

Permalink
Upgrade to ImageSharp 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaFrock committed Sep 5, 2022
1 parent 08d9433 commit 750c716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Src/CaptchaN/CaptchaN.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageId>CaptchaN</PackageId>
<Title>CaptchaN</Title>
<Authors>LeaFrock</Authors>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Product>CaptchaN</Product>
<Description>Core module of generating captcha images.</Description>
<Copyright>Copyright © LeaFrock 2022</Copyright>
Expand All @@ -16,12 +16,12 @@
<PackageProjectUrl>https://github.com/LeaFrock/CaptchaN</PackageProjectUrl>
<RepositoryUrl>https://github.com/LeaFrock/CaptchaN.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Upgrade to ImageSharp 2.0</PackageReleaseNotes>
<PackageReleaseNotes>Upgrade to ImageSharp 2.1</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta14" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta15" />
</ItemGroup>

</Project>

0 comments on commit 750c716

Please sign in to comment.