// Copyright (C) 2024 Intro-Skipper contributors // SPDX-License-Identifier: GPL-3.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; } }