This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI update - Sub-windows now open on "Center Parent".
New Milestone - Beta release - Stable enough.
- Loading branch information
Showing
4 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ public static class Core | |
public static string softwareName = "Steam Server Creation Tool"; | ||
public static string softwareNameShort = "SSCT"; | ||
|
||
public static string authorRealName = "Victor Rimsby"; | ||
public static string authorRealName = "Victor"; | ||
public static string authorName = "N0tiC"; | ||
public static string authorContact = "[email protected]"; | ||
|
||
|
@@ -32,10 +32,10 @@ public static class Core | |
|
||
#region Version | ||
|
||
public static BuildTypes buildType = BuildTypes.Alpha; | ||
public static BuildTypes buildType = BuildTypes.Beta; | ||
public static int majorVersion = 0; | ||
public static int minorVersion = 1; | ||
public static int buildVersion = 8; | ||
public static int buildVersion = 9; | ||
|
||
public enum BuildTypes | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters