GiantsTools/Giants.Services/BranchConstants.cs

8 lines
144 B
C#

namespace Giants.Services
{
public static class BranchConstants
{
public const string DefaultBranchName = "Release";
}
}