Increase version

This commit is contained in:
Jaex 2018-07-02 15:03:47 +03:00
parent d494bcdc27
commit 7d386f4141
2 changed files with 28 additions and 3 deletions

View file

@ -72,7 +72,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

@ -1,3 +1,28 @@
#region License Information (GPL v3)
/*
ShareX - A program that allows you to take screenshots and share any file type
Copyright (c) 2007-2018 ShareX Team
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Optionally you can also view the license at <http://www.gnu.org/licenses/>.
*/
#endregion License Information (GPL v3)
using System.Reflection;
using System.Runtime.InteropServices;
@ -5,5 +30,5 @@
[assembly: AssemblyProduct("ShareX")]
[assembly: AssemblyCopyright("Copyright (c) 2007-2018 ShareX Team")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("12.2.0")]
[assembly: AssemblyFileVersion("12.2.0")]
[assembly: AssemblyVersion("12.3.0")]
[assembly: AssemblyFileVersion("12.3.0")]