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

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

Issue 11145025: Only store major version of AddIn in VS project file (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 13375c1ca1292e668d8d41e264851d581c762b15..e4653d8bd6936d9fbda028704f1bc448e8ec4d68 100644
--- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs
+++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs
@@ -26,8 +26,8 @@ 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: AssemblyFileVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.*")]
+//[assembly: AssemblyFileVersion("1.0.*")]
binji 2012/10/15 20:00:59 not necessary? If so, remove.
Sam Clegg 2012/10/15 20:07:51 Done.
// The following version is what we display as the version within visual studio
[assembly: AssemblyInformationalVersion("1.0.svn")]

Powered by Google App Engine
This is Rietveld 408576698