cd823abb02
This reverts commit 3a6783ff7b.
7 lines
100 B
C#
7 lines
100 B
C#
namespace aeqw89.tools.Publish;
|
|
|
|
public enum IncrementTarget {
|
|
Patch,
|
|
Minor,
|
|
Major,
|
|
} |