// Copyright (C) 2024 Intro-Skipper Contributors // SPDX-License-Identifier: GNU General Public License v3.0 only. 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; } }