Increase version for dev builds

This commit is contained in:
Jaex 2018-11-11 10:37:52 +03:00
parent 015693290a
commit f1b46519d4
2 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ public static string Title
public static string TitleLong => $"{Title} ({Build})";
public static bool Dev { get; } = false;
public static bool Dev { get; } = true;
public static bool MultiInstance { get; private set; }
public static bool Portable { get; private set; }
public static bool PortableApps { get; private set; }

View file

@ -30,5 +30,5 @@ You should have received a copy of the GNU General Public License
[assembly: AssemblyProduct("ShareX")]
[assembly: AssemblyCopyright("Copyright (c) 2007-2018 ShareX Team")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("12.3.0")]
[assembly: AssemblyFileVersion("12.3.0")]
[assembly: AssemblyVersion("12.3.1")]
[assembly: AssemblyFileVersion("12.3.1")]