Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit f97a680

Browse files
committed
Fix package descript for net4.x support.
1 parent 6d52421 commit f97a680

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/LibLog/LibLog.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>LibLog</id>
5-
<version>5.0.1</version>
5+
<version>5.0.2</version>
66
<authors>Damian Hickey</authors>
77
<owners>Damian Hickey</owners>
88
<licenseUrl>https://github.com/damianh/LibLog/blob/master/licence.txt</licenseUrl>
99
<projectUrl>https://github.com/damianh/LibLog</projectUrl>
1010
<iconUrl>https://raw.githubusercontent.com/damianh/LibLog/master/docs/liblog_icon.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<developmentDependency>true</developmentDependency>
13-
<description>A source code package designed primarily for library and framework authors who want dependency free logging support in their component. Also useful in end applications. As of 5.0.0 it works with NetStandard2.0 and SDK projects. For .NET 4.x support and legacy project formats, use 4.x versions.
13+
<description>A source code package designed primarily for library and framework authors who want dependency free logging support in their component. Also useful in end applications. As of 5.0.0 it works with NetStandard2.0 and SDK projects. For legacy csproj format support use 4.x versions.
1414

1515
If you are a library or framework author and you wish to provide logging support in your component there are a number of options: 1) Depend on a specific logging framework 2) Depend on Common.Logging 3) Implement your own ILog interface and make your consumers wire it up.
1616

0 commit comments

Comments
 (0)