mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 03:55:19 -04:00
Release 0.99.9.92 (critical fix)
This commit is contained in:
parent
9e860bec5b
commit
467c79ee28
@ -10,7 +10,7 @@ namespace ClassicalSharp {
|
|||||||
|
|
||||||
internal static class Program {
|
internal static class Program {
|
||||||
|
|
||||||
public const string AppName = "ClassicalSharp 0.99.9.91";
|
public const string AppName = "ClassicalSharp 0.99.9.92";
|
||||||
|
|
||||||
public static string AppDirectory;
|
public static string AppDirectory;
|
||||||
#if !LAUNCHER
|
#if !LAUNCHER
|
||||||
|
@ -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.91")]
|
[assembly: AssemblyVersion("0.99.9.92")]
|
||||||
|
@ -8,7 +8,7 @@ namespace Launcher {
|
|||||||
|
|
||||||
internal static class Program {
|
internal static class Program {
|
||||||
|
|
||||||
public const string AppName = "ClassicalSharp Launcher 0.99.9.91";
|
public const string AppName = "ClassicalSharp Launcher 0.99.9.92";
|
||||||
|
|
||||||
public static string AppDirectory;
|
public static string AppDirectory;
|
||||||
|
|
||||||
|
@ -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.91")]
|
[assembly: AssemblyVersion("0.99.9.92")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user