Skip to content

Commit 38a1af2

Browse files
committed
Update to .NET 8 and Cofoundry 0.12 pre-release.
1 parent 2d1d663 commit 38a1af2

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
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/r3j6maiudwv42r2d?svg=true)](https://ci.appveyor.com/project/Cofoundry/cofoundry-plugins-errorlogging)
44
[![NuGet](https://img.shields.io/nuget/v/Cofoundry.Plugins.ErrorLogging.svg)](https://www.nuget.org/packages/Cofoundry.Plugins.ErrorLogging/)
5-
[![Gitter](https://img.shields.io/gitter/room/cofoundry-cms/cofoundry.svg)](https://gitter.im/cofoundry-cms/cofoundry)
65

76

87
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).

src/Cofoundry.Plugins.ErrorLogging.Admin/Cofoundry.Plugins.ErrorLogging.Admin.csproj

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

1919
<ItemGroup>
20-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.11.5-dotnet-8-0019" />
20+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.11.5-dotnet-8-0031" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

src/Cofoundry.Plugins.ErrorLogging/Cofoundry.Plugins.ErrorLogging.csproj

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

1919
<ItemGroup>
20-
<PackageReference Include="Cofoundry.Web" Version="0.11.5-dotnet-8-0019" />
20+
<PackageReference Include="Cofoundry.Web" Version="0.11.5-dotnet-8-0031" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

src/ErrorLoggingExample/ErrorLoggingExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.11.5-dotnet-8-0019" />
14+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.11.5-dotnet-8-0031" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)