namespace IntroSkipper.Helper { /// /// Gets the commit used to build the plugin. /// public static class Commit { /// /// Gets the commit hash used to build the plugin. /// public static string CommitHash => string.Empty; } }