diff --git a/CS2Interface/CS2Interface.cs b/CS2Interface/CS2Interface.cs index 6a12f2d..efdb2fd 100644 --- a/CS2Interface/CS2Interface.cs +++ b/CS2Interface/CS2Interface.cs @@ -11,9 +11,10 @@ namespace CS2Interface { [Export(typeof(IPlugin))] - public sealed class CS2Interface : IASF, IBotModules, IBotSteamClient, IBotCommand2, IBotConnection, IBotCardsFarmerInfo { + public sealed class CS2Interface : IASF, IBotModules, IBotSteamClient, IBotCommand2, IBotConnection, IBotCardsFarmerInfo, IGitHubPluginUpdates { internal static ConcurrentDictionary AutoStart = new(); public string Name => nameof(CS2Interface); + public string RepositoryName => "Citrinate/CS2Interface"; public Version Version => typeof(CS2Interface).Assembly.GetName().Version ?? new Version("0"); public Task OnLoaded() {