Skip to content

Commit

Permalink
fix nuspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Nov 24, 2015
1 parent 48b0083 commit 3abdd70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 2 additions & 3 deletions Portable.CommonServiceLocator.NinjectAdapter.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Portable.CommonServiceLocator.NinjectAdapter</id>
<version>1.3.1</version>
<version>$version$</version>
<title>CommonServiceLocator.NinjectAdapter (Portable)</title>
<authors>Oren Novotny</authors>
<owners />
Expand All @@ -12,13 +12,12 @@
Targets .NET 4, SL5, WP8, WinRT, Xamarin.iOS, Xamarin.Android</description>
<summary>An adapter to implement CommonServiceLocator on top of Ninject 3.0</summary>
<dependencies>
<dependency id="Portable.Ninject" version="3.2.1" />
<dependency id="Portable.Ninject" version="$version$" />
<dependency id="CommonServiceLocator" version="1.3" />
</dependencies>
</metadata>
<files>
<file src="src\CommonServiceLocator.NinjectAdapter\bin\Release\CommonServiceLocator.NinjectAdapter.dll" target="lib\portable-net4+sl5+wp8+win8\CommonServiceLocator.NinjectAdapter.dll" />
<file src="src\CommonServiceLocator.NinjectAdapter\bin\Release\CommonServiceLocator.NinjectAdapter.pdb" target="lib\portable-net4+sl5+wp8+win8\CommonServiceLocator.NinjectAdapter.pdb" />
<file src="src\**\*.cs" target="src" exclude="src\_ReSharper.*\**\*.*;packages\**\*.*;src\**\Debug\**\*.*;" />
</files>
</package>
9 changes: 3 additions & 6 deletions Portable.Ninject.nuspec
Expand Up @@ -7,9 +7,9 @@
<title>Ninject for Portable Class Libraries</title>
<authors>Oren Novotny</authors>
<owners />
<licenseUrl>https://github.com/onovotny/ninject/raw/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/onovotny/ninject/</projectUrl>
<iconUrl>https://github.com/onovotny/ninject/raw/master/logos/Ninject-Logo32.png</iconUrl>
<licenseUrl>https://github.com/ninject/ninject/raw/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/ninject/ninject/</projectUrl>
<iconUrl>https://github.com/ninject/ninject/raw/master/logos/Ninject-Logo32.png</iconUrl>
<requireLicenseAcceptance>false</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.
Expand Down Expand Up @@ -58,8 +58,5 @@
<file src="src\Ninject\bin\Android\Release\Ninject.dll" target="lib\monoandroid\Ninject.dll" />
<file src="src\Ninject\bin\Android\Release\Ninject.pdb" target="lib\monoandroid\Ninject.pdb" />
<file src="src\Ninject\bin\Android\Release\Ninject.xml" target="lib\monoandroid\Ninject.xml" />


<file src="src\**\*.cs" target="src" exclude="src\_ReSharper.*\**\*.*;packages\**\*.*;src\**\Debug\**\*.*;" />
</files>
</package>

0 comments on commit 3abdd70

Please sign in to comment.