mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 11:35:08 -04:00
Release 0.98.3
This commit is contained in:
parent
6478ddb987
commit
28b076a798
@ -8,7 +8,7 @@ namespace ClassicalSharp {
|
|||||||
|
|
||||||
internal static class Program {
|
internal static class Program {
|
||||||
|
|
||||||
public const string AppName = "ClassicalSharp 0.98.2";
|
public const string AppName = "ClassicalSharp 0.98.3";
|
||||||
|
|
||||||
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.98.1")]
|
[assembly: AssemblyVersion("0.98.3")]
|
||||||
|
@ -6,7 +6,7 @@ namespace Launcher2 {
|
|||||||
|
|
||||||
internal sealed class Program {
|
internal sealed class Program {
|
||||||
|
|
||||||
public const string AppName = "ClassicalSharp Launcher 0.98.2";
|
public const string AppName = "ClassicalSharp Launcher 0.98.3";
|
||||||
|
|
||||||
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.98.1")]
|
[assembly: AssemblyVersion("0.98.3")]
|
||||||
|
@ -9,4 +9,4 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyTrademark("OpenTK")]
|
[assembly: AssemblyTrademark("OpenTK")]
|
||||||
[assembly: System.Security.AllowPartiallyTrustedCallers]
|
[assembly: System.Security.AllowPartiallyTrustedCallers]
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
[assembly: AssemblyVersion("0.98.1")]
|
[assembly: AssemblyVersion("0.98.3")]
|
Loading…
x
Reference in New Issue
Block a user