mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-29 10:24:34 +00:00
Changed visibility of CommitInfo and ApplicationBuildInfo to internal
This commit is contained in:
@@ -21,7 +21,7 @@ using System.Reflection;
|
||||
|
||||
namespace PckStudio.Internal
|
||||
{
|
||||
static class ApplicationBuildInfo
|
||||
static internal class ApplicationBuildInfo
|
||||
{
|
||||
// this is to specify which build release this is. This is manually updated for now
|
||||
// TODO: add different chars for different configurations
|
||||
|
||||
@@ -20,7 +20,7 @@ using System.Reflection;
|
||||
|
||||
namespace PckStudio.Internal
|
||||
{
|
||||
static class CommitInfo
|
||||
static internal class CommitInfo
|
||||
{
|
||||
private static string _branchName = null;
|
||||
private static string _commitHash = null;
|
||||
|
||||
Reference in New Issue
Block a user