We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a1324 commit 9c41043Copy full SHA for 9c41043
1 file changed
FancadeImageGenerator.csproj
@@ -6,10 +6,11 @@
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
9
+ <Version>2.0.0</Version>
10
</PropertyGroup>
11
12
<ItemGroup>
- <PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
13
+ <PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
14
</ItemGroup>
15
16
0 commit comments