summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OpenId.nuspec
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-04-30 21:27:08 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-04-30 21:27:08 -0700
commit39fd71636b28b49a97df67068aed49861c869d0e (patch)
tree17dfa591a6969b9162bb0f69295ce3f81618a719 /nuget/DotNetOpenAuth.OpenId.nuspec
parentcb087bbb0153c7f6636391cf8bab3ec28ce48ea1 (diff)
downloadDotNetOpenAuth-39fd71636b28b49a97df67068aed49861c869d0e.zip
DotNetOpenAuth-39fd71636b28b49a97df67068aed49861c869d0e.tar.gz
DotNetOpenAuth-39fd71636b28b49a97df67068aed49861c869d0e.tar.bz2
Renamed nuspec files to match the names of the projects they include.
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.OpenId.nuspec51
1 files changed, 51 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.nuspec b/nuget/DotNetOpenAuth.OpenId.nuspec
new file mode 100644
index 0000000..541e8e6
--- /dev/null
+++ b/nuget/DotNetOpenAuth.OpenId.nuspec
@@ -0,0 +1,51 @@
+<?xml version="1.0"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
+ <metadata>
+ <id>DotNetOpenAuth.OpenId.Core</id>
+ <version>$version$</version>
+ <title>DotNetOpenAuth OpenID Core</title>
+ <authors>Andrew Arnott</authors>
+ <owners>Outercurve Foundation</owners>
+ <projectUrl>http://www.dotnetopenauth.net/</projectUrl>
+ <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>
+ <summary>Common functionality required to implement an OpenID Provider or Relying Party.</summary>
+ <description>This package contains shared code for other NuGet packages, and contains no public API in and of itself.</description>
+ <dependencies>
+ <dependency id="DotNetOpenAuth.Core" version="[$version$]" />
+ </dependencies>
+ <references>
+ <!-- Explicitly specify references so that Mono.Math other implementation detail assemblies are not referenced. -->
+ <reference file="DotNetOpenAuth.OpenId.dll" />
+ </references>
+ </metadata>
+ <files>
+ <file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.dll" target="lib\net35-full\" />
+ <file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.dll" target="lib\net40-full\" />
+ <file src="$OutputPath35$DotNetOpenAuth.OpenId.pdb" target="lib\net35-full\" />
+ <file src="$OutputPath40$DotNetOpenAuth.OpenId.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath35$DotNetOpenAuth.OpenId.xml" target="lib\net35-full\" />
+ <file src="$OutputPath40$DotNetOpenAuth.OpenId.xml" target="lib\net40-full\" />
+
+ <file src="$OutputPath35$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net35-full\" />
+ <file src="$OutputPath40$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net40-full\" />
+ <file src="$OutputPath35$Org.Mentalis.Security.Cryptography.pdb" target="lib\net35-full\" />
+ <file src="$OutputPath40$Org.Mentalis.Security.Cryptography.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath35$Org.Mentalis.Security.Cryptography.xml" target="lib\net35-full\" />
+ <file src="$OutputPath40$Org.Mentalis.Security.Cryptography.xml" target="lib\net40-full\" />
+
+ <file src="$OutputPath35$signed\Mono.Math.dll" target="lib\net35-full\" />
+ <file src="$OutputPath40$signed\Mono.Math.dll" target="lib\net40-full\" />
+ <file src="$OutputPath35$Mono.Math.pdb" target="lib\net35-full\" />
+ <file src="$OutputPath40$Mono.Math.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath35$Mono.Math.xml" target="lib\net35-full\" />
+ <file src="$OutputPath40$Mono.Math.xml" target="lib\net40-full\" />
+
+ <file src="content\OpenId.Core\web.config.transform" target="content\web.config.transform" />
+
+ <file src="..\src\DotNetOpenAuth.OpenId\**\*.cs" target="src\DotNetOpenAuth.OpenId" />
+ <file src="..\src\Org.Mentalis.Security.Cryptography\**\*.cs" target="src\Org.Mentalis.Security.Cryptography" />
+ <file src="..\src\Mono.Math\**\*.cs" target="src\Mono.Math" />
+ </files>
+</package> \ No newline at end of file