Skip to content

Commit

Permalink
Fix to avoid unwanted updates after builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed Jun 29, 2018
1 parent 3251d0f commit 91b3b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installer/Windows/UpdateVersion/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;

// Information about this assembly is defined by the following attributes.
Expand All @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.7")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

0 comments on commit 91b3b79

Please sign in to comment.