namespace ln.build.semver { public enum SemVerLevels { MAJOR, MINOR, PATCH, TAG } }