GiantsTools/Giants.Services/BranchConstants.cs

8 lines
144 B
C#
Raw Permalink Normal View History

2022-09-09 07:31:24 +02:00
namespace Giants.Services
{
public static class BranchConstants
{
public const string DefaultBranchName = "Release";
}
}