Changed visibility of CommitInfo and ApplicationBuildInfo to internal

This commit is contained in:
miku-666
2023-05-03 16:50:18 +02:00
parent b158981108
commit fd37f8cfd4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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;