Skip to content

Commit

Permalink
Update DSP to fix Exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sella-GH committed Jan 5, 2025
1 parent bffa9bb commit 3c394a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.3.0
### Dependencies
- Updated [DSharpPlus](https://github.com/DSharpPlus/DSharpPlus) to version 5.0.0-nightly-02443
- Updated [DSharpPlus](https://github.com/DSharpPlus/DSharpPlus) to version 5.0.0-nightly-02445
- Updated [NCronJob](https://github.com/NCronJob-Dev/NCronJob) to version 4.1.0

## 2.2.0 - 2024-12-23
Expand Down
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="CsvHelper" Version="33.0.1" />
<PackageVersion Include="DSharpPlus" Version="5.0.0-nightly-02443" />
<PackageVersion Include="DSharpPlus.Commands" Version="5.0.0-nightly-02443" />
<PackageVersion Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-02443" />
<PackageVersion Include="DSharpPlus" Version="5.0.0-nightly-02445" />
<PackageVersion Include="DSharpPlus.Commands" Version="5.0.0-nightly-02445" />
<PackageVersion Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-02445" />
<PackageVersion Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="8.1.3" />
<PackageVersion Include="Lavalink4NET.DSharpPlus.Nightly" Version="4.0.26-preview.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0" />
Expand All @@ -24,4 +24,4 @@
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
<PackageVersion Include="TagLibSharp" Version="2.3.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 3c394a9

Please sign in to comment.