N2CMS.Library by Cristian Libardo

<PackageReference Include="N2CMS.Library" Version="2.3.2.1" />

 N2CMS.Library 2.3.2.1

This is the library component of N2 CMS. It's a dependency containing only the assembly reference useful in test projects.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>N2CMS.Library</id>
    <version>2.3.2.1</version>
    <title>N2 CMS Library</title>
    <authors>Cristian Libardo</authors>
    <owners>Cristian Libardo</owners>
    <licenseUrl>http://n2cms.com/Project/License.aspx</licenseUrl>
    <projectUrl>http://n2cms.com/</projectUrl>
    <iconUrl>http://n2cms.com/Upload/logo-5.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This is the library component of N2 CMS. It's a dependency containing only the assembly reference useful in test projects.</description>
    <summary>N2 CMS is a lightweight CMS library that can be used as is, or in combination with many features out of the box using template pack for MVC2, MVC3/razor or WebForms.</summary>
    <language>en-US</language>
    <tags>N2 CMS</tags>
    <dependencies>
      <dependency id="Castle.Core" version="[2.5.2]" />
      <dependency id="NHibernate" version="3.3.1.4000" />
      <dependency id="Castle.Windsor" version="[2.5.3]" />
      <dependency id="log4net" version="[1.2.10.0]" />
    </dependencies>
  </metadata>
</package>