Skip to content

Commit

Permalink
Upgrade DSharpPlus to 5.0.0-nightly-02430
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Dec 15, 2024
1 parent 5d110c3 commit 67d5c91
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[*.cs]

# IDE0058: Expression value is never used
dotnet_diagnostic.IDE0058.severity = silent
5 changes: 5 additions & 0 deletions Lykos.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lykos", "src\Lykos.csproj", "{14729FD9-E2A6-420C-862E-D5A7965D01A4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E754DFD3-C4EE-4562-B9DF-926FF58050FB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
6 changes: 3 additions & 3 deletions src/Lykos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

<ItemGroup>
<PackageReference Include="Abyssal.HumanDateParser" Version="2.0.0-20191113.1" />
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-02426" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="5.0.0-nightly-02426" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="5.0.0-nightly-02426" />
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-02430" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="5.0.0-nightly-02430" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="5.0.0-nightly-02430" />
<PackageReference Include="ini" Version="1.0.7" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
Expand Down

0 comments on commit 67d5c91

Please sign in to comment.