diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth.nuspec | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.nuspec b/nuget/DotNetOpenAuth.OAuth.nuspec index 6299e4d..7f8f4b4 100644 --- a/nuget/DotNetOpenAuth.OAuth.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.nuspec @@ -1,7 +1,7 @@ <?xml version="1.0"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> - <id>DotNetOpenAuth.OAuth.Core</id> + <id>$identity$.Core</id> <version>$version$</version> <title>DotNetOpenAuth OAuth 1.0(a)</title> <authors>Andrew Arnott</authors> @@ -17,17 +17,18 @@ </dependencies> </metadata> <files> - <file src="$OutputPath35$signed\DotNetOpenAuth.OAuth.dll" target="lib\net35-full\" /> - <file src="$OutputPath40$signed\DotNetOpenAuth.OAuth.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.pdb" target="lib\net35-full\" /> - <file src="$OutputPath40$DotNetOpenAuth.OAuth.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.xml" target="lib\net35-full\" /> - <file src="$OutputPath40$DotNetOpenAuth.OAuth.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\OAuth.Core\web.config.transform" target="content\web.config.transform" /> - <file src="..\src\DotNetOpenAuth.OAuth\**\*.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 |