summaryrefslogtreecommitdiffstats
path: root/tools/DotNetOpenAuth.Versioning.targets
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-09-29 19:51:32 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-09-29 19:51:32 -0700
commit98782ca8cff9bff658e51bfc63ea78ddb4985bad (patch)
tree04c15bf121aae2f2e6fae3adfa296a57cfe98cba /tools/DotNetOpenAuth.Versioning.targets
parent85c33decff345ab70efc633beb134c5fb233498c (diff)
downloadDotNetOpenAuth-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.targets4
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. -->