diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:52:15 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:52:15 -0700 |
commit | 8b1b1824dcb10e5a23e545d79181cac2370a1b36 (patch) | |
tree | 78e1e8bd5a3a0453406caa91ae467dfdb5db3d59 /nuget/DotNetOpenAuth.Core.nuspec | |
parent | 39fd71636b28b49a97df67068aed49861c869d0e (diff) | |
download | DotNetOpenAuth-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.Core.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.Core.nuspec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/nuget/DotNetOpenAuth.Core.nuspec b/nuget/DotNetOpenAuth.Core.nuspec index d38ed2a..d8d0cc0 100644 --- a/nuget/DotNetOpenAuth.Core.nuspec +++ b/nuget/DotNetOpenAuth.Core.nuspec @@ -1,7 +1,7 @@ <?xml version="1.0"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> - <id>DotNetOpenAuth.Core</id> + <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth Core</title> <authors>Andrew Arnott</authors> @@ -21,14 +21,14 @@ </dependencies> </metadata> <files> - <file src="$OutputPath35$signed\DotNetOpenAuth.Core.dll" target="lib\net35-full\" /> - <file src="$OutputPath40$signed\DotNetOpenAuth.Core.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.Core.pdb" target="lib\net35-full\" /> - <file src="$OutputPath40$DotNetOpenAuth.Core.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.Core.xml" target="lib\net35-full\" /> - <file src="$OutputPath40$DotNetOpenAuth.Core.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="content\Core\web.config.transform" target="content\web.config.transform" /> |