Skip to content

Commit 0a62e5f

Browse files
committed
Updated to Cofoundry v0.12.0 release package.
1 parent f766c40 commit 0a62e5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Cofoundry.Plugins.Imaging.SkiaSharp/Cofoundry.Plugins.Imaging.SkiaSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Cofoundry.Web" Version="0.11.5-dotnet-8-0031" />
25+
<PackageReference Include="Cofoundry.Web" Version="0.12.0" />
2626
<PackageReference Include="SkiaSharp" Version="2.88.7" />
2727
</ItemGroup>
2828

src/Cofoundry.Plugins.Imaging.SkiaSharp/Resizer/ResizeSpecificationFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ IImageResizeSettings resizeSettings
125125

126126
/// <summary>
127127
/// Width and height are considered maximum values. The resulting image may be smaller
128-
// to maintain its aspect ratio.
128+
/// to maintain its aspect ratio.
129129
/// </summary>
130130
private static void SetMax(
131131
ResizeSpecification spec,

src/SkiaSharpExample/SkiaSharpExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.11.5-dotnet-8-0031" />
10+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.12.0" />
1111
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)