diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:59:04 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:59:04 -0700 |
commit | d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb (patch) | |
tree | e217a50506e208ddc1bff77fbd3e55a40342a616 /nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec | |
parent | 218f7e45a3448af033bb891061c34595cc512811 (diff) | |
parent | 8b1b1824dcb10e5a23e545d79181cac2370a1b36 (diff) | |
download | DotNetOpenAuth-d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb.zip DotNetOpenAuth-d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb.tar.gz DotNetOpenAuth-d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb.tar.bz2 |
Adds missing version .cs files to NuGet symbol packages.
Fixes #135
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec | 17 |
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 |