mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
Release 0.98.7.
This commit is contained in:
parent
663f6f2a8c
commit
027fac53d5
5 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@ namespace ClassicalSharp {
|
|||
|
||||
internal static class Program {
|
||||
|
||||
public const string AppName = "ClassicalSharp 0.98.6";
|
||||
public const string AppName = "ClassicalSharp 0.98.7";
|
||||
|
||||
public static string AppDirectory;
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("ClassicalSharp Client")]
|
||||
[assembly: AssemblyCopyright("Copyright 2014 - 2015")]
|
||||
[assembly: AssemblyCopyright("Copyright 2014 - 2016 UnknownShadow200")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyVersion("0.98.5")]
|
||||
[assembly: AssemblyVersion("0.98.7")]
|
||||
|
|
|
@ -6,7 +6,7 @@ namespace Launcher {
|
|||
|
||||
internal static class Program {
|
||||
|
||||
public const string AppName = "ClassicalSharp Launcher 0.98.6";
|
||||
public const string AppName = "ClassicalSharp Launcher 0.98.7";
|
||||
|
||||
public static string AppDirectory;
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("ClassicalSharp Launcher")]
|
||||
[assembly: AssemblyCopyright("Copyright 2014 - 2015")]
|
||||
[assembly: AssemblyCopyright("Copyright 2014 - 2016 UnknownShadow200")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyVersion("0.98.5")]
|
||||
[assembly: AssemblyVersion("0.98.7")]
|
||||
|
|
|
@ -9,4 +9,4 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyTrademark("OpenTK")]
|
||||
[assembly: System.Security.AllowPartiallyTrustedCallers]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyVersion("0.98.5")]
|
||||
[assembly: AssemblyVersion("0.98.7")]
|
Loading…
Reference in a new issue