mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-27 06:45:48 +00:00
Updated ProgramInfo.BuildVersion to only return the version format
This commit is contained in:
@@ -21,7 +21,7 @@ namespace PckStudio
|
||||
{
|
||||
// adopted Minecraft Java Edition Snapshot format (YYwWWn)
|
||||
// to keep better track of work in progress features and builds
|
||||
return string.Format("(Debug build #{0}w{1}{2})",
|
||||
return string.Format("#{0}w{1}{2}",
|
||||
date.ToString("yy"),
|
||||
BuildCalendar.GetWeekOfYear(date, System.Globalization.CalendarWeekRule.FirstDay, DayOfWeek.Monday),
|
||||
BuildType);
|
||||
|
||||
Reference in New Issue
Block a user