Skip to content

Commit f766c40

Browse files
committed
Update to .NET 8 and Cofoundry 0.12 pre-release.
1 parent 19d32ac commit f766c40

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2010-2019 Cofoundry Technologies Ltd
3+
Copyright (c) 2010-2024 Cofoundry Technologies Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Build status](https://ci.appveyor.com/api/projects/status/usl4w7v90xorrd98?svg=true)](https://ci.appveyor.com/project/Cofoundry/cofoundry-plugins-imaging-skiasharp)
44
[![NuGet](https://img.shields.io/nuget/v/Cofoundry.Plugins.Imaging.SkiaSharp.svg)](https://www.nuget.org/packages/Cofoundry.Plugins.Imaging.SkiaSharp/)
5-
[![Gitter](https://img.shields.io/gitter/room/cofoundry-cms/cofoundry.svg)](https://gitter.im/cofoundry-cms/cofoundry)
65

76
This library is a plugin for [Cofoundry](https://www.cofoundry.org). For more information on getting started with Cofoundry check out the [Cofoundry repository](https://github.com/cofoundry-cms/cofoundry).
87

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-0017" />
25+
<PackageReference Include="Cofoundry.Web" Version="0.11.5-dotnet-8-0031" />
2626
<PackageReference Include="SkiaSharp" Version="2.88.7" />
2727
</ItemGroup>
2828

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-0017" />
10+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.11.5-dotnet-8-0031" />
1111
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)