diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:22:09 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:22:09 -0700 |
commit | 4c224f77811487a12bf7d1f357b518bc4dbd7825 (patch) | |
tree | d09ab8ced723b1203ad6261ebc41cb1f9ba1354f /nuget/DotNetOpenAuth.Core.nuspec | |
parent | 144744dff4600028fd68bc8d88c4ae17d089ec84 (diff) | |
download | DotNetOpenAuth-4c224f77811487a12bf7d1f357b518bc4dbd7825.zip DotNetOpenAuth-4c224f77811487a12bf7d1f357b518bc4dbd7825.tar.gz DotNetOpenAuth-4c224f77811487a12bf7d1f357b518bc4dbd7825.tar.bz2 |
Added missing build-generated assemblyinfo.cs version file to symbols .nupkg for just one package.
Diffstat (limited to 'nuget/DotNetOpenAuth.Core.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.Core.nuspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.Core.nuspec b/nuget/DotNetOpenAuth.Core.nuspec index 9266869..9281349 100644 --- a/nuget/DotNetOpenAuth.Core.nuspec +++ b/nuget/DotNetOpenAuth.Core.nuspec @@ -33,5 +33,6 @@ <file src="content\Core\web.config.transform" target="content\web.config.transform" /> <file src="..\src\DotNetOpenAuth.Core\**\*.cs" target="src" /> + <file src="$GeneratedAssemblyInfoSourceFile$" target="src" /> </files> </package>
\ No newline at end of file |