29 lines
1.4 KiB
XML
29 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>NLog</id>
|
|
<version>4.1.2</version>
|
|
<title>NLog</title>
|
|
<authors>Kim Christensen, Julian Verdurmen</authors>
|
|
<owners>Kim Christensen, Julian Verdurmen</owners>
|
|
<licenseUrl>http://raw.github.com/NLog/NLog/master/LICENSE.txt</licenseUrl>
|
|
<projectUrl>http://nlog-project.org/</projectUrl>
|
|
<iconUrl>http://nlog-project.org/N.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity.
|
|
This package installs NLog.dll with includes core logging functionality.
|
|
For your main project also need to install "NLog Configuration" package.</description>
|
|
<summary>NLog - Advanced .NET and Silverlight Logging</summary>
|
|
<releaseNotes>Features:
|
|
- Fluent API: Added `.Properties` for easier adding of multiple (event)properties.
|
|
|
|
Bug fixes:
|
|
- `AllEventPropertiesLayoutRenderer` was not `ThreadAgnostic`.
|
|
- Possible "Collection was modified" exception with `ReconfigExistingLoggers`.
|
|
|
|
Other:
|
|
- AssemblyFileVersion was wrong and could lead to issues with installers.</releaseNotes>
|
|
<language>en-US</language>
|
|
<tags>logging log tracing logfiles NLog</tags>
|
|
</metadata>
|
|
</package> |