Skip to content

Bump core NuGet dependencies to requested stable versions#109

Merged
omgitsjan merged 2 commits into
masterfrom
copilot/update-nuget-dependencies
May 14, 2026
Merged

Bump core NuGet dependencies to requested stable versions#109
omgitsjan merged 2 commits into
masterfrom
copilot/update-nuget-dependencies

Conversation

Copilot AI commented May 14, 2026

Copy link
Copy Markdown
Contributor

This updates the bot project’s NuGet dependencies to the specified stable targets to keep runtime libraries current and aligned with the requested versions.

  • Dependency version updates (DiscordBot/DiscordBot.csproj)

    • DSharpPlus: 4.5.14.5.2
    • DSharpPlus.Interactivity: 4.5.14.5.2
    • DSharpPlus.SlashCommands: 4.5.14.5.2
    • RestSharp: 113.1.0114.0.0
    • NLog.Extensions.Logging: 6.0.36.1.3
  • Project scope

    • No code-path changes; update is constrained to package references in the main bot project file.
<ItemGroup>
  <PackageReference Include="DSharpPlus" Version="4.5.2" />
  <PackageReference Include="DSharpPlus.Interactivity" Version="4.5.2" />
  <PackageReference Include="DSharpPlus.SlashCommands" Version="4.5.2" />
  <PackageReference Include="NLog.Extensions.Logging" Version="6.1.3" />
  <PackageReference Include="RestSharp" Version="114.0.0" />
</ItemGroup>
Original prompt

Update the NuGet dependencies to their latest stable versions: DSharpPlus to 4.5.2, DSharpPlus.Interactivity to 4.5.2, DSharpPlus.SlashCommands to 4.5.2, RestSharp to 114.0.0, NLog.Extensions.Logging to 6.1.3. Also run dotnet restore and ensure the project still builds and tests pass if any. Create a clear commit message and PR description explaining the updates.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI changed the title [WIP] Update NuGet dependencies to latest stable versions Bump core NuGet dependencies to requested stable versions May 14, 2026
Copilot AI requested a review from omgitsjan May 14, 2026 22:55
@omgitsjan omgitsjan marked this pull request as ready for review May 14, 2026 23:05
@omgitsjan omgitsjan merged commit 4b41c02 into master May 14, 2026
4 checks passed
@omgitsjan omgitsjan deleted the copilot/update-nuget-dependencies branch May 14, 2026 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants