Skip to content

Commit

Permalink
Update .nuspec Files
Browse files Browse the repository at this point in the history
  • Loading branch information
KallynGowdy committed Aug 29, 2015
1 parent f19530c commit 1d7b7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/LINDI.Core/LINDI.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<projectUrl>https://github.com/KallynGowdy/LINDI</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A better and more natural way of defining dependencies in .Net, LINDI is a language extension that takes advantage of LINQ to specify Dependency Resolution.</description>
<releaseNotes>Initial Release</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>DI linq</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/Lindi.Ioc/Lindi.Ioc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<id>$id$</id>
<version>$version$-beta</version>
<title>Language Integrated Dependency Injection</title>
<title>Ioc for LINDI</title>
<authors>Kallyn Gowdy</authors>
<owners>Kallyn Gowdy</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/KallynGowdy/LINDI</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A better and more natural way of defining dependencies in .Net, LINDI is a language extension that takes advantage of LINQ to specify Dependency Resolution.</description>
<description>This package provides common Inversion of Control container features to Lindi.Core.</description>
<copyright>Copyright 2015</copyright>
<tags>DI IoC linq</tags>
</metadata>
Expand Down

0 comments on commit 1d7b7e7

Please sign in to comment.