Set dev build true

This commit is contained in:
Jaex 2019-08-30 10:42:56 +03:00
parent 14572f4894
commit d7d5207b9d
2 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ public static string VersionText
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 @@
[assembly: AssemblyProduct("ShareX")]
[assembly: AssemblyCopyright("Copyright (c) 2007-2019 ShareX Team")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("13.0.1")]
[assembly: AssemblyFileVersion("13.0.1")]
[assembly: AssemblyVersion("13.0.2")]
[assembly: AssemblyFileVersion("13.0.2")]