diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:59:04 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:59:04 -0700 |
commit | d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb (patch) | |
tree | e217a50506e208ddc1bff77fbd3e55a40342a616 /nuget/DotNetOpenAuth.OpenId.nuspec | |
parent | 218f7e45a3448af033bb891061c34595cc512811 (diff) | |
parent | 8b1b1824dcb10e5a23e545d79181cac2370a1b36 (diff) | |
download | DotNetOpenAuth-d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb.zip DotNetOpenAuth-d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb.tar.gz DotNetOpenAuth-d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb.tar.bz2 |
Adds missing version .cs files to NuGet symbol packages.
Fixes #135
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.nuspec | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.nuspec b/nuget/DotNetOpenAuth.OpenId.nuspec new file mode 100644 index 0000000..5956ae6 --- /dev/null +++ b/nuget/DotNetOpenAuth.OpenId.nuspec @@ -0,0 +1,56 @@ +<?xml version="1.0"?> +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> + <metadata> + <id>$identity$.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="$identity$.dll" /> + </references> + </metadata> + <files> + <file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" /> + <file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" /> + <file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" /> + <file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" /> + <file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" /> + <file src="$OutputPath40$$identity$.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\$Identity$\**\*.cs" target="src\$identity$" exclude="..\src\$Identity$\obj\**" /> + <file src="$GeneratedAssemblyInfoSourceFile$" target="src\$identity$" /> + + <file src="..\src\Org.Mentalis.Security.Cryptography\**\*.cs" target="src\Org.Mentalis.Security.Cryptography" exclude="..\src\Org.Mentalis.Security.Cryptography\obj\**" /> + <file src="$IntermediatePath$Org.Mentalis.Security.Cryptography.Version.cs" target="src\Org.Mentalis.Security.Cryptography" /> + + <file src="..\src\Mono.Math\**\*.cs" target="src\Mono.Math" exclude="..\src\Mono.Math\obj\**" /> + <file src="$IntermediatePath$Mono.Math.Version.cs" target="src\Mono.Math" /> + </files> +</package>
\ No newline at end of file |