From 1a076734c57fc5323ea7e507632bda3e1f38c88f Mon Sep 17 00:00:00 2001 From: Citrinate Date: Sun, 17 Mar 2024 14:11:21 -0400 Subject: [PATCH] Add support for ASF plugin updates --- CS2Interface/CS2Interface.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {