Bump DSharpPlus.SlashCommands from 4.4.0-nightly-01249 to 4.4.2
Bumps [DSharpPlus.SlashCommands](https://github.com/DSharpPlus/DSharpPlus) from 4.4.0-nightly-01249 to 4.4.2. - [Release notes](https://github.com/DSharpPlus/DSharpPlus/releases) - [Commits](https://github.com/DSharpPlus/DSharpPlus/commits/v4.4.2) --- updated-dependencies: - dependency-name: DSharpPlus.SlashCommands dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
67c959540a
commit
99141d497a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
|
@ -29,7 +29,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="DSharpPlus" Version="4.4.0-nightly-01249" />
|
||||
<PackageReference Include="DSharpPlus.Interactivity" Version="4.4.0-nightly-01249" />
|
||||
<PackageReference Include="DSharpPlus.SlashCommands" Version="4.4.0-nightly-01249" />
|
||||
<PackageReference Include="DSharpPlus.SlashCommands" Version="4.4.2" />
|
||||
<PackageReference Include="Gress" Version="2.0.1" />
|
||||
<PackageReference Include="JsonExtensions" Version="1.2.0" />
|
||||
<PackageReference Include="MiniRazor.CodeGen" Version="2.2.2" />
|
||||
|
|
Loading…
Reference in a new issue