cdad2bfd80
- librerie esterne - elenco quotes - ricalcolo MANCA creazione new quotes con condizioni e mostrare dato ben formattato
19 lines
1011 B
XML
19 lines
1011 B
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>NLog</id>
|
|
<version>2.1.0</version>
|
|
<title>NLog</title>
|
|
<authors>Kim Christensen</authors>
|
|
<owners>Kim Christensen</owners>
|
|
<licenseUrl>http://raw.github.com/NLog/NLog/master/LICENSE.txt</licenseUrl>
|
|
<projectUrl>http://github.com/NLog/NLog/</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>
|
|
<language>en-US</language>
|
|
</metadata>
|
|
</package> |