Common.Logging.3.0.0.nuspec 959 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>Common.Logging</id>
  5. <version>3.0.0</version>
  6. <authors>Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen</authors>
  7. <owners>Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen</owners>
  8. <projectUrl>http://netcommon.sourceforge.net/</projectUrl>
  9. <iconUrl>https://raw.githubusercontent.com/net-commons/common-logging/master/nuget-graphics/common-logging-icon.png</iconUrl>
  10. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  11. <description>Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.</description>
  12. <language>en-US</language>
  13. <tags>logging log Common.Logging</tags>
  14. <dependencies>
  15. <dependency id="Common.Logging.Core" version="3.0.0" />
  16. </dependencies>
  17. </metadata>
  18. </package>