Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Unified Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs

Issue 11090079: Include svn revsion in AddIn Version (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs
diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs
index 76f0d73393b7814bdb1bb64372b3de6c1b2d2bd6..13375c1ca1292e668d8d41e264851d581c762b15 100644
--- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs
+++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs
@@ -26,6 +26,10 @@ using System.Runtime.CompilerServices;
//
// You can specify all the value or you can default the Revision and
// Build Numbers by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0")]
+[assembly: AssemblyFileVersion("1.0.*")]
-[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("UnitTests")]
+// The following version is what we display as the version within visual studio
+[assembly: AssemblyInformationalVersion("1.0.svn")]
+
+[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("UnitTests")]
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/buildbot_run.py » ('j') | visual_studio/NativeClientVSAddIn/buildbot_run.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698