diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-30 21:58:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 21:58:45 +0000 |
commit | d2686e0a5b4f8ce70cbbd5cfcb02434921580834 (patch) | |
tree | d1110f90d2a6cb44050f07cca6a8ddf9adffa759 | |
parent | 4905101df1b3dcb19682a2f9e83c81afb0627003 (diff) |
nuget: bump DiscordRichPresence from 1.0.175 to 1.1.3.18 (#3965)1.1.402
Bumps [DiscordRichPresence](https://github.com/Lachee/discord-rpc-csharp) from 1.0.175 to 1.1.3.18.
- [Release notes](https://github.com/Lachee/discord-rpc-csharp/releases)
- [Commits](https://github.com/Lachee/discord-rpc-csharp/commits)
---
updated-dependencies:
- dependency-name: DiscordRichPresence
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj b/Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj index 4dd1dba8..ed89e08d 100644 --- a/Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj +++ b/Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj @@ -41,7 +41,7 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="DiscordRichPresence" Version="1.0.175" /> + <PackageReference Include="DiscordRichPresence" Version="1.1.3.18" /> </ItemGroup> <ItemGroup> |