Skip to content

Commit

Permalink
Add support for ASF plugin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Citrinate committed Mar 17, 2024
1 parent 60caf68 commit d1a7f7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FreePackages/FreePackages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@

namespace FreePackages {
[Export(typeof(IPlugin))]
public sealed class FreePackages : IASF, IBotModules, ISteamPICSChanges, IBotSteamClient, IBotConnection, IBotCommand2 {
public sealed class FreePackages : IASF, IBotModules, ISteamPICSChanges, IBotSteamClient, IBotConnection, IBotCommand2, IGitHubPluginUpdates {
public string Name => nameof(FreePackages);
public string RepositoryName => "Citrinate/FreePackages";
public Version Version => typeof(FreePackages).Assembly.GetName().Version ?? new Version("0");
internal static GlobalCache? GlobalCache;

Expand Down

0 comments on commit d1a7f7a

Please sign in to comment.