1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-01 23:01:46 +02:00
GiantsTools/Giants.Services/BranchConstants.cs

8 lines
144 B
C#
Raw Normal View History

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