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

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..46d7ef0718470f05db763938b6379065e08ee075 100644
--- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs
+++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs
@@ -24,10 +24,7 @@ using System.Runtime.CompilerServices;
// Revision
// Build Number
//
-// 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.*")]
// 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