Release 0.99.9.96

This commit is contained in:
UnknownShadow200 2018-06-06 23:36:51 +10:00
parent d48ed236b3
commit 8f5df6ad0e
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ namespace ClassicalSharp {
internal static class Program { internal static class Program {
public const string AppName = "ClassicalSharp 0.99.9.95"; public const string AppName = "ClassicalSharp 0.99.9.96";
#if !LAUNCHER #if !LAUNCHER
[STAThread] [STAThread]

View File

@ -10,4 +10,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.99.9.95")] [assembly: AssemblyVersion("0.99.9.96")]

View File

@ -6,7 +6,7 @@ namespace Launcher {
internal static class Program { internal static class Program {
public const string AppName = "ClassicalSharp Launcher 0.99.9.95"; public const string AppName = "ClassicalSharp Launcher 0.99.9.96";
public static bool ShowingErrorDialog = false; public static bool ShowingErrorDialog = false;

View File

@ -10,4 +10,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.99.9.95")] [assembly: AssemblyVersion("0.99.9.96")]