Chromium Code Reviews| 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")] |