Skip to content

Commit

Permalink
chore: Update module author to include KitsuneLab
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ryuu committed Aug 19, 2024
1 parent 71da690 commit f7fe0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CS2-GOTV-Discord.cs → src/K4-GOTV-Discord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class CS2GOTVDiscordPlugin : BasePlugin, IPluginConfig<PluginConfig>
{
public override string ModuleName => "CS2 GOTV Discord";
public override string ModuleVersion => "1.2.8";
public override string ModuleAuthor => "K4ryuu";
public override string ModuleAuthor => "K4ryuu @ KitsuneLab";

public required PluginConfig Config { get; set; } = new PluginConfig();
public string? fileName = null;
Expand Down
2 changes: 1 addition & 1 deletion src/CS2-GOTV-Discord.csproj → src/K4-GOTV-Discord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<GenerateDependencyFile>false</GenerateDependencyFile>
<PublishDir>./bin/CS2-GOTV-Discord/</PublishDir>
<PublishDir>./bin/K4-GOTV-Discord/</PublishDir>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand Down

0 comments on commit f7fe0b8

Please sign in to comment.