XmlParser/app/packages/NLog.4.2.3/NLog.4.2.3.nuspec
2016-01-13 11:57:24 +01:00

28 lines
1.7 KiB
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NLog</id>
<version>4.2.3</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>Performance improvements (CPU &amp; Memory) for the FileTarget.
Changes:
- Improve file writing when file name has fixed name: no layout renderer in file name. 10 secs instead of 34 sec for 10 million. Sync writing with keepFileOpen="true", AutoFlush="false" and ConcurrentWrites="false".
- Improved `CleanupFileName` by @epignosisx (https://github.com/NLog/NLog/pull/1063)
- Changes the performance of GDC toString
- Added option `CleanupFileName` on filetarget for faster writing when using dynamic (=non-fixed) file name. Default `true` (=backwards-compatible)</releaseNotes>
<language>en-US</language>
<tags>logging log tracing logfiles NLog</tags>
</metadata>
</package>