added a master version file

This commit is contained in:
LukePulverenti
2013-02-22 02:17:50 -05:00
parent 746c5d2fa7
commit fab627c845
33 changed files with 66 additions and 85 deletions

View File

@@ -40,6 +40,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
<Compile Include="ApplicationUpdateCheck.cs" />
<Compile Include="ApplicationUpdater.cs" />
<Compile Include="ClickOnceHelper.cs" />

View File

@@ -28,9 +28,4 @@ using System.Runtime.InteropServices;
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
//