Set dev true

This commit is contained in:
Jaex 2021-09-05 01:28:06 +03:00
parent 265f09dd02
commit 2ab1a0f0b6
2 changed files with 3 additions and 3 deletions

View file

@ -108,7 +108,7 @@ public static string TitleShort
}
}
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-2021 ShareX Team")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("13.6.0")]
[assembly: AssemblyFileVersion("13.6.0")]
[assembly: AssemblyVersion("13.6.1")]
[assembly: AssemblyFileVersion("13.6.1")]