Set Dev true

This commit is contained in:
Jaex 2021-05-25 22:38:41 +03:00
parent ecee5d851b
commit ee70fbc55e
2 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,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-2020 ShareX Team")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("13.5.0")]
[assembly: AssemblyFileVersion("13.5.0")]
[assembly: AssemblyVersion("13.5.1")]
[assembly: AssemblyFileVersion("13.5.1")]