Skip to content

Commit

Permalink
Change assembly name back to "Octobot" (#307)
Browse files Browse the repository at this point in the history
Changing the project name ended up changing the names of the assemblies,
which is a significant breaking change which caused our CD to fail

Signed-off-by: Octol1ttle <[email protected]>
  • Loading branch information
Octol1ttle authored May 16, 2024
1 parent 793afd0 commit 30340e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TeamOctolings.Octobot/TeamOctolings.Octobot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<Description>A general-purpose Discord bot for moderation written in C#</Description>
<ApplicationIcon>../docs/octobot.ico</ApplicationIcon>
<GitVersion>false</GitVersion>
<AssemblyName>Octobot</AssemblyName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 30340e4

Please sign in to comment.