Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
Updated Discord API
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed May 7, 2022
1 parent c54771b commit efc2578
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SCPDiscordBot/SCPDiscordBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<StartupObject>SCPDiscord.SCPDiscordBot</StartupObject>
<Version>2.0.1</Version>
<Version>2.0.4</Version>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DSharpPlus" Version="4.1.0" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.1.0" />
<PackageReference Include="DSharpPlus" Version="4.3.0-nightly-01129" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.3.0-nightly-01129" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="YamlDotNet" Version="11.2.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SCPDiscordPlugin/SCPDiscord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace SCPDiscord
name = "SCPDiscord",
description = "SCP:SL - Discord bridge.",
id = "karlofduty.scpdiscord",
version = "2.0.3",
version = "2.0.4",
SmodMajor = 3,
SmodMinor = 10,
SmodRevision = 1
Expand Down

0 comments on commit efc2578

Please sign in to comment.