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