Release 0.99.8

This commit is contained in:
UnknownShadow200 2017-06-08 23:32:34 +10:00
parent 1be0d7f097
commit 9f6faa7a34
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ namespace ClassicalSharp {
internal static class Program { internal static class Program {
public const string AppName = "ClassicalSharp 0.99.7"; public const string AppName = "ClassicalSharp 0.99.8";
public static string AppDirectory; public static string AppDirectory;

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.7")] [assembly: AssemblyVersion("0.99.8")]

View File

@ -8,7 +8,7 @@ namespace Launcher {
internal static class Program { internal static class Program {
public const string AppName = "ClassicalSharp Launcher 0.99.7"; public const string AppName = "ClassicalSharp Launcher 0.99.8";
public static string AppDirectory; public static string AppDirectory;

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.7")] [assembly: AssemblyVersion("0.99.8")]

View File

@ -8,4 +8,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCopyright("Copyright © 2006 - 2010 the Open Toolkit Library")] [assembly: AssemblyCopyright("Copyright © 2006 - 2010 the Open Toolkit Library")]
[assembly: AssemblyTrademark("OpenTK")] [assembly: AssemblyTrademark("OpenTK")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.99.7")] [assembly: AssemblyVersion("0.99.8")]