Subversion Repository Public Repository

insightly-api

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Ninject</id>
    <version>3.0.1.10</version>
    <title>Ninject</title>
    <authors>Ninject Project Contributors</authors>
    <owners>Ninject Project Contributors</owners>
    <licenseUrl>https://github.com/ninject/ninject/raw/master/LICENSE.txt</licenseUrl>
    <projectUrl>http://www.ninject.org/</projectUrl>
    <iconUrl>https://github.com/ninject/ninject/raw/master/logos/Ninject-Logo32.png</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Stop writing monolithic applications that make you feel like you have to move mountains to make the simplest of changes. Ninject helps you use the technique of dependency injection to break your applications into loosely-coupled, highly-cohesive components, and then glue them back together in a flexible manner.</description>
    <summary>IoC container for .NET</summary>
    <releaseNotes />
    <copyright />
    <language />
    <tags>Ninject ioc di</tags>
  </metadata>
</package>

Commits for insightly-api/trunk/packages/Ninject.3.0.1.10/Ninject.3.0.1.10.nuspec

Diff revisions: vs.
Revision Author Commited Message
16 HadleyHope picture HadleyHope Tue 01 Oct, 2013 14:59:43 +0000

Refactored unit tests.