clean up and various little improvements after search for static wasted memory objects (not found) At this point it appears I don't have any leaks and it's all pretty efficient.
This commit is contained in:
@@ -1,29 +1,11 @@
|
||||
namespace AyaNova.Util
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Version strings centrally located for convenience
|
||||
/// </summary>
|
||||
internal static class AyaNovaVersion
|
||||
{
|
||||
public static string VersionString
|
||||
{
|
||||
get
|
||||
{
|
||||
return "8.0.0-alpha.5";
|
||||
}
|
||||
}
|
||||
|
||||
public static string FullNameAndVersion
|
||||
{
|
||||
get
|
||||
{
|
||||
return "AyaNova server " + VersionString;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public const string VersionString = "8.0.0-alpha.6";
|
||||
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
||||
}//eoc
|
||||
|
||||
}//eons
|
||||
Reference in New Issue
Block a user