summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-04-30 21:52:15 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-04-30 21:52:15 -0700
commit8b1b1824dcb10e5a23e545d79181cac2370a1b36 (patch)
tree78e1e8bd5a3a0453406caa91ae467dfdb5db3d59 /nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
parent39fd71636b28b49a97df67068aed49861c869d0e (diff)
downloadDotNetOpenAuth-8b1b1824dcb10e5a23e545d79181cac2370a1b36.zip
DotNetOpenAuth-8b1b1824dcb10e5a23e545d79181cac2370a1b36.tar.gz
DotNetOpenAuth-8b1b1824dcb10e5a23e545d79181cac2370a1b36.tar.bz2
Migrated the latest changes from DNOA.Core.nuspec to the rest of them to fix the symbol server issues.
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec17
1 files changed, 9 insertions, 8 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
index e839d51..05e9524 100644
--- a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
- <id>DotNetOpenAuth.OAuth.ServiceProvider</id>
+ <id>$identity$</id>
<version>$version$</version>
<title>DotNetOpenAuth OAuth 1.0(a) Service Provider</title>
<authors>Andrew Arnott</authors>
@@ -21,15 +21,16 @@
</dependencies>
</metadata>
<files>
- <file src="$OutputPath35$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net35-full\" />
- <file src="$OutputPath40$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net40-full\" />
+ <file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" />
+ <file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" />
- <file src="$OutputPath35$DotNetOpenAuth.OAuth.ServiceProvider.pdb" target="lib\net35-full\" />
- <file src="$OutputPath40$DotNetOpenAuth.OAuth.ServiceProvider.pdb" 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$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net35-full\" />
- <file src="$OutputPath40$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net40-full\" />
+ <file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" />
+ <file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" />
- <file src="..\src\DotNetOpenAuth.OAuth.ServiceProvider\**\*.cs" target="src" />
+ <file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />
+ <file src="$GeneratedAssemblyInfoSourceFile$" target="src" />
</files>
</package> \ No newline at end of file