mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-08-09 04:29:03 -05:00
* [+] Build with cake * ci * ci * fetch-tags * fetch-depth: 0 * melonloader 显示 Git 版本 * remove ci build alert * set FileVersion to git version * add describe to tg * fix
12 lines
308 B
C#
12 lines
308 B
C#
namespace AquaMai;
|
|
|
|
public static partial class BuildInfo
|
|
{
|
|
public const string Name = "AquaMai";
|
|
public const string Description = "Mod for Sinmai";
|
|
public const string Author = "Aza ft. Clansty ft. Menci";
|
|
public const string Company = null;
|
|
public const string DownloadLink = null;
|
|
}
|
|
|