diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-09-29 19:51:32 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-09-29 19:51:32 -0700 |
commit | 98782ca8cff9bff658e51bfc63ea78ddb4985bad (patch) | |
tree | 04c15bf121aae2f2e6fae3adfa296a57cfe98cba /tools/DotNetOpenAuth.Versioning.targets | |
parent | 85c33decff345ab70efc633beb134c5fb233498c (diff) | |
download | DotNetOpenAuth-98782ca8cff9bff658e51bfc63ea78ddb4985bad.zip DotNetOpenAuth-98782ca8cff9bff658e51bfc63ea78ddb4985bad.tar.gz DotNetOpenAuth-98782ca8cff9bff658e51bfc63ea78ddb4985bad.tar.bz2 |
Adjusted AssemblyInfo.cs to be unique for each assembly.
This should fix nuget pdb package submission to symbolsource.org
Diffstat (limited to 'tools/DotNetOpenAuth.Versioning.targets')
-rw-r--r-- | tools/DotNetOpenAuth.Versioning.targets | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/DotNetOpenAuth.Versioning.targets b/tools/DotNetOpenAuth.Versioning.targets index 6dd3637..52be643 100644 --- a/tools/DotNetOpenAuth.Versioning.targets +++ b/tools/DotNetOpenAuth.Versioning.targets @@ -50,6 +50,10 @@ AssemblyVersion="$(MajorMinorVersion)" AssemblyFileVersion="$(BuildVersion)" AssemblyInformationalVersion="$(AssemblyInformationalVersion)" + AssemblyTitle="$(AssemblyName)" + AssemblyProduct="DotNetOpenAuth" + NeutralResourcesLanguage="en-US" + UltimateResourceFallbackLocation="UltimateResourceFallbackLocation.Satellite" GenerateClass="true" /> <!-- Avoid applying the newly generated AssemblyInfo.cs file to the build unless it has changed in order to allow for incremental building. --> |