More fussing with auto version increment.

IPC
Sean McArdle 2016-05-20 10:17:39 -07:00
parent 80ed28d741
commit 2b2b88381e
2 changed files with 2 additions and 2 deletions

View File

@ -34,6 +34,6 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.*")]
[assembly: AssemblyFileVersion("1.1.0.6")]
[assembly: AssemblyFileVersion("1.1.0.7")]
[assembly: NeutralResourcesLanguage("en-US")]

View File

@ -131,7 +131,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<UserProperties BuildVersion_UpdateFileVersion="True" BuildVersion_BuildVersioningStyle="None.None.None.Increment" BuildVersion_StartDate="2000/1/1" />
<UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_BuildVersioningStyle="None.None.None.Increment" BuildVersion_UpdateFileVersion="False" />
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.