Skip to content

Commit

Permalink
Update Ninject.nuspec
Browse files Browse the repository at this point in the history
Include release notes
  • Loading branch information
scott-xu committed Nov 2, 2014
1 parent 98f6697 commit da82ae1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions nuget/Ninject.nuspec
Expand Up @@ -5,12 +5,13 @@
<version></version>
<authors>Ninject Project Contributors</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://github.com/ninject/ninject/raw/master/LICENSE.txt</licenseUrl>
<summary>IoC container for .NET</summary>
<licenseUrl>https://github.com/ninject/ninject/raw/master/LICENSE.txt</licenseUrl>
<summary>IoC container for .NET</summary>
<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>
<releaseNotes>https://github.com/ninject/Ninject/blob/master/ReleaseNotes.md</releaseNotes>
<language>en-US</language>
<tags>Ninject ioc di</tags>
<iconUrl>https://github.com/ninject/ninject/raw/master/logos/Ninject-Logo32.png</iconUrl>
<projectUrl>http://www.ninject.org</projectUrl>
<tags>Ninject ioc di</tags>
<iconUrl>https://github.com/ninject/ninject/raw/master/logos/Ninject-Logo32.png</iconUrl>
<projectUrl>http://www.ninject.org</projectUrl>
</metadata>
</package>
</package>

0 comments on commit da82ae1

Please sign in to comment.