mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 20:15:35 -04:00
Release 0.99.9.97
This commit is contained in:
parent
c213e84770
commit
65eee13695
@ -8,7 +8,7 @@ namespace ClassicalSharp {
|
|||||||
|
|
||||||
internal static class Program {
|
internal static class Program {
|
||||||
|
|
||||||
public const string AppName = "ClassicalSharp 0.99.9.96";
|
public const string AppName = "ClassicalSharp 0.99.9.97";
|
||||||
|
|
||||||
public const int APIVersion = 2;
|
public const int APIVersion = 2;
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("ClassicalSharp Client")]
|
[assembly: AssemblyProduct("ClassicalSharp Client")]
|
||||||
[assembly: AssemblyCopyright("Copyright 2014 - 2017")]
|
[assembly: AssemblyCopyright("Copyright 2014 - 2018")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
[assembly: AssemblyVersion("0.99.9.96")]
|
[assembly: AssemblyVersion("0.99.9.97")]
|
||||||
|
@ -6,7 +6,7 @@ namespace Launcher {
|
|||||||
|
|
||||||
internal static class Program {
|
internal static class Program {
|
||||||
|
|
||||||
public const string AppName = "ClassicalSharp Launcher 0.99.9.96";
|
public const string AppName = "ClassicalSharp Launcher 0.99.9.97";
|
||||||
public static bool ShowingErrorDialog = false;
|
public static bool ShowingErrorDialog = false;
|
||||||
|
|
||||||
[STAThread]
|
[STAThread]
|
||||||
|
@ -6,8 +6,8 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("ClassicalSharp Launcher")]
|
[assembly: AssemblyProduct("ClassicalSharp Launcher")]
|
||||||
[assembly: AssemblyCopyright("Copyright 2014 - 2017")]
|
[assembly: AssemblyCopyright("Copyright 2014 - 2018")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
[assembly: AssemblyVersion("0.99.9.96")]
|
[assembly: AssemblyVersion("0.99.9.97")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user