Skip to content

Commit

Permalink
Bump Discord.Net from 3.15.1 to 3.15.2
Browse files Browse the repository at this point in the history
Bumps [Discord.Net](https://github.com/discord-net/Discord.Net) from 3.15.1 to 3.15.2.
- [Release notes](https://github.com/discord-net/Discord.Net/releases)
- [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md)
- [Commits](discord-net/Discord.Net@3.15.1...3.15.2)

---
updated-dependencies:
- dependency-name: Discord.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gepbird committed Jun 19, 2024
1 parent a5475a0 commit 47f29de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion moe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Discord.Net" Version="3.15.1" />
<PackageReference Include="Discord.Net" Version="3.15.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.6" />
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
Expand Down
14 changes: 7 additions & 7 deletions nix/deps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

{ fetchNuGet }: [
(fetchNuGet { pname = "CommandLineParser"; version = "2.9.1"; sha256 = "1sldkj8lakggn4hnyabjj1fppqh50fkdrr1k99d4gswpbk5kv582"; })
(fetchNuGet { pname = "Discord.Net"; version = "3.15.1"; sha256 = "0imy5cbbb3523c9v4iwnhaqps79vgzm479j9bf61742ab612ppfr"; })
(fetchNuGet { pname = "Discord.Net.Commands"; version = "3.15.1"; sha256 = "0aj3vjjdl5g22j1w5mp4m2scc92lr9n77grwd168kjpkr2sc5q05"; })
(fetchNuGet { pname = "Discord.Net.Core"; version = "3.15.1"; sha256 = "0jm6g1n6mn1x66jnlfy054dvaxay7ckb1lijr9q60bjn775cxqgz"; })
(fetchNuGet { pname = "Discord.Net.Interactions"; version = "3.15.1"; sha256 = "048qq62j5i0ad2vmq6gab0laixdazhrs709psl53zrs8kskajcpl"; })
(fetchNuGet { pname = "Discord.Net.Rest"; version = "3.15.1"; sha256 = "0qhy5z13fvx14clza47l8gaas5svv51p8kcij9hpl21qjp3r3fmj"; })
(fetchNuGet { pname = "Discord.Net.Webhook"; version = "3.15.1"; sha256 = "1384hb9mbj6sw00l493kjnqmcgllssx5j58vx7mr3hhpzqazv3hs"; })
(fetchNuGet { pname = "Discord.Net.WebSocket"; version = "3.15.1"; sha256 = "0hi7agh1rgkl575n242671nl1llxj3ar5gglpzckqvdi9bd0xgsk"; })
(fetchNuGet { pname = "Discord.Net"; version = "3.15.2"; sha256 = "15ahziy9lmhbdbrbl650g2k49lw04s4hv9h2g1sq4fc38l9f730n"; })
(fetchNuGet { pname = "Discord.Net.Commands"; version = "3.15.2"; sha256 = "0ka4532mfz2k1wwiq4nxxjsggmvzzdw37hp97nlyxsj5n6zjv14m"; })
(fetchNuGet { pname = "Discord.Net.Core"; version = "3.15.2"; sha256 = "045crm7whpjj5pnb2z4nfd7wbckcbkpzvi45lyws47fh15gkl2an"; })
(fetchNuGet { pname = "Discord.Net.Interactions"; version = "3.15.2"; sha256 = "0dx1j6g0qvydk224zk1ykjka4n370g8hchdyhyiwkbvrs2pr2bw7"; })
(fetchNuGet { pname = "Discord.Net.Rest"; version = "3.15.2"; sha256 = "15slrk14q13kz9zkm0xfal3qi145llll8yjms0fzck314sz8r36r"; })
(fetchNuGet { pname = "Discord.Net.Webhook"; version = "3.15.2"; sha256 = "1kyczg19zhhcmj190mlijw6przw6dij3wqsr4ivjasj5v24mi5ja"; })
(fetchNuGet { pname = "Discord.Net.WebSocket"; version = "3.15.2"; sha256 = "0b7j55sic52qh2lkn19j0gz3y6j3mc63jz49fixval5siq9sggz7"; })
(fetchNuGet { pname = "DotNetEnv"; version = "3.0.0"; sha256 = "1viiapck4mci5c4n8vknabihyv3mk9pcxr3mbzk0hhhbxp7ymd1d"; })
(fetchNuGet { pname = "MathNet.Numerics"; version = "5.0.0"; sha256 = "0nlrl0rp7h665nafx0g42rqfxmm0pyvk3ydr2y4spilfrra44wj4"; })
(fetchNuGet { pname = "Microsoft.Bcl.AsyncInterfaces"; version = "6.0.0"; sha256 = "15gqy2m14fdlvy1g59207h5kisznm355kbw010gy19vh47z8gpz3"; })
Expand Down

0 comments on commit 47f29de

Please sign in to comment.