namespace isnd.Helpers { public static class SiteHelpers { public static string SemVer { get => GitVersionInformation.SemVer; } } }