diff --git a/PCK-Studio/Internals/ApplicationBuildInfo.cs b/PCK-Studio/Internals/ApplicationBuildInfo.cs index 54c29118..acd9f6e8 100644 --- a/PCK-Studio/Internals/ApplicationBuildInfo.cs +++ b/PCK-Studio/Internals/ApplicationBuildInfo.cs @@ -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 diff --git a/PCK-Studio/Internals/CommitInfo.cs b/PCK-Studio/Internals/CommitInfo.cs index 47ca025e..1ccfe3e0 100644 --- a/PCK-Studio/Internals/CommitInfo.cs +++ b/PCK-Studio/Internals/CommitInfo.cs @@ -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;