2024-10-20 13:56:09 +02:00
|
|
|
namespace IntroSkipper.Helper
|
2024-09-21 18:35:10 +02:00
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the commit used to build the plugin.
|
|
|
|
/// </summary>
|
|
|
|
public static class Commit
|
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the commit hash used to build the plugin.
|
|
|
|
/// </summary>
|
|
|
|
public static string CommitHash => string.Empty;
|
|
|
|
}
|
|
|
|
}
|