diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.Core.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.Core.nuspec | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/nuget/DotNetOpenAuth.Core.nuspec b/nuget/DotNetOpenAuth.Core.nuspec index 641d2ec..1e16770 100644 --- a/nuget/DotNetOpenAuth.Core.nuspec +++ b/nuget/DotNetOpenAuth.Core.nuspec @@ -10,14 +10,20 @@ <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> - <description>Contains core assemblies of DotNetOpenOAuth library.</description> + <summary>Contains core assemblies of DotNetOpenOAuth library.</summary> + <description>Shared library implementing the messaging pipeline used by auxiliary DotNetOpenAuth libraries.</description> + <language>en-US</language> <frameworkAssemblies> - <frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.0" /> + <frameworkAssembly assemblyName="System.Configuration" targetFramework="net40" /> </frameworkAssemblies> </metadata> <files> - <file src="..\..\bin\v4.0\Release\DotNetOpenAuth.Messaging.dll" target="lib\net40\DotNetOpenAuth.Messaging.dll" /> - <file src="..\..\bin\v4.0\Release\DotNetOpenAuth.OAuth.dll" target="lib\net40\DotNetOpenAuth.OAuth.dll" /> - <file src="..\..\bin\v4.0\Release\DotNetOpenAuth.OpenId.dll" target="lib\net40\DotNetOpenAuth.OpenId.dll" /> + <file src="$OutputPath35$signed\DotNetOpenAuth.Core.dll" target="lib\net35-full\DotNetOpenAuth.Core.dll" /> + <file src="$OutputPath40$signed\DotNetOpenAuth.Core.dll" target="lib\net40-full\DotNetOpenAuth.Core.dll" /> + + <file src="$OutputPath35$DotNetOpenAuth.Core.xml" target="lib\net35-full\DotNetOpenAuth.Core.xml" /> + <file src="$OutputPath40$DotNetOpenAuth.Core.xml" target="lib\net40-full\DotNetOpenAuth.Core.xml" /> + + <file src="content\Core\web.config.transform" target="content\web.config.transform" /> </files> </package>
\ No newline at end of file |