diff options
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" /> |