Skip to content

Commit

Permalink
Updating nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
willpe committed Oct 29, 2013
1 parent dac3cbd commit 8bb0537
Showing 1 changed file with 7 additions and 3 deletions.
Expand Up @@ -2,18 +2,22 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>willpe.ServiceRegistry</id>
<version>1.0.0</version>
<version>1.0.1</version>
<title>Service Registry</title>
<authors>Will Perry</authors>
<owners>willpe@microsoft.com</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://github.com/willpe/serviceregistry</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A simple dependency injection helper for .Net</description>
<summary>A simple dependency injection helper for .Net</summary>
<summary>A simple dependency injection helper for .Net

For tutorials, documentation and examples, see https://github.com/willpe/serviceregistry</summary>
<copyright>Copyrigt 2013 Will Perry, Microsoft</copyright>
</metadata>
<files>
<file src="bin\Release\ServiceRegistry.dll" target="lib\ServiceRegistry.dll" />
<file src="bin\Release\ServiceRegistry.dll.config" target="lib\ServiceRegistry.dll.config" />
<file src="bin\Release\ServiceRegistry.pdb" target="lib\ServiceRegistry.pdb" />
</files>
</package>
</package>

0 comments on commit 8bb0537

Please sign in to comment.