Releases: Lachee/discord-rpc-csharp
Releases · Lachee/discord-rpc-csharp
Release v1.3.0
Update package.json Added support for activities
Release v1.2.1
Global Name Change
Hello everyone, this is a minor revision. So there are some minor breaking changes. Nothing i can't imagine too many people will complain about.
- Discriminators have been deprecated.
- Users may have 0 as a discriminator now, indicating they have a unique username
- Global Names were added to replace username#discriminator displays
- ToString() will now give different results than before
- Configuration.Enviroment was spell checked
- It has been completely replace with correct
Environment
(with a N) - It will now actually work and tell you what type of Discord client they are running
- Considered a minor break. Nobody really should be using this and it is just there for completeness.
- It has been completely replace with correct
What's Changed
- fix: enviroment -> environment by @CanadaHonk in #219
- add: Support for global names.
New Contributors
- @CanadaHonk made their first contribution in #219
Full Changelog: v1.1.4...v1.2.1
Release v1.2.0
Added support for global names.
Release v1.1.4
Release v1.1.3
What's Changed
- Properly tell macOS from UNIX starting from .NET Core by @KaKusaOAO in #217
- Added support for .NET 4.5 by @Lachee in #216
New Contributors
- @KaKusaOAO made their first contribution in #217
Full Changelog: v1.1.1...v1.1.3
Release v1.1.2
Merge pull request #216 from Lachee/feat-netfx Added support for .NET 4.5
Release v1.1.1
Bug fixes that will bring the nuget release up to scratch.
What's Changed
- Chore: Cleanup by @Lachee in #202
- Fix ConsoleLogger throwing FormatException by @jonashouben in #208
- Allows nullable fields to be ignored during JSON deserialization by @RecklessBoon in #213
- Fix deserialization of nullable field "premium_type" by @sll552 in #210
New Contributors
- @jonashouben made their first contribution in #208
- @sll552 made their first contribution in #210
Full Changelog: v1.1.0...v1.1.1
Release v1.1.0
Upgraded to Newtonsoft.JSON 13
Release v1.0.175
What's Changed
- corrected the typo by @teredokot in #1
- .NET 3.5 Implementation by @Lachee in #2
- Trying to fix git by @Lachee in #3
- Unity 5.5 by @Lachee in #7
- Add a Codacy badge to README.md by @codacy-badger in #12
- Native Pipe Client by @Lachee in #15
- Added Cake build script by @KianaKaslana in #14
- Csharp example by @Lachee in #16
- Updated Library to V3 by @Lachee in #17
- Update PostBuildEvent by @FayneAldan in #18
- Updating Build Settings & Readme by @Lachee in #19
- Make Newtonsoft.Json reference absolute by @FayneAldan in #20
- Unity Example by @Lachee in #21
- fix typo by @kotx in #29
- Project Refactor by @Lachee in #50
- Cross platform by @Lachee in #51
- README.md spell fault by @letsdank in #69
- typo by @ijre in #70
- Fix docs generation issues by @Still34 in #75
- Updating dotnet branch by @Lachee in #76
- .NET Standard 2.0 support. by @PJB3005 in #73
- Updating dotnet core branch with latest master by @Lachee in #80
- Dotnet Core Package by @Lachee in #81
- Initial Automated Nuget Release by @Lachee in #83
- Spell check for readme by @maximmax42 in #92
- Move solution to root directory by @AbnerSquared in #96
- Changed example project from dotnetcore2.0 to dotnetcore3.1 and changed for license to 2021 by @s1rcheese in #113
- Added buttons to Unity by @fenwikk in #141
- Fixes pipe stream chunking by @RecklessBoon in #168
- Fix a typo in the docs articles by @whouishere in #167
- Add external url support by @Azyyyyyy in #170
- Added
UpdateButtons
by @Almighty-Shogun in #175 - Added versioning to the Cake addins by @Smaltin in #173
- Fix of ProcessMessage throwing NullPointerExceptions by @RegorForgot in #196
- Github Action by @Lachee in #200
New Contributors
- @teredokot made their first contribution in #1
- @codacy-badger made their first contribution in #12
- @KianaKaslana made their first contribution in #14
- @FayneAldan made their first contribution in #18
- @kotx made their first contribution in #29
- @letsdank made their first contribution in #69
- @ijre made their first contribution in #70
- @Still34 made their first contribution in #75
- @PJB3005 made their first contribution in #73
- @maximmax42 made their first contribution in #92
- @AbnerSquared made their first contribution in #96
- @s1rcheese made their first contribution in #113
- @fenwikk made their first contribution in #141
- @RecklessBoon made their first contribution in #168
- @whouishere made their first contribution in #167
- @Azyyyyyy made their first contribution in #170
- @Almighty-Shogun made their first contribution in #175
- @Smaltin made their first contribution in #173
- @RegorForgot made their first contribution in #196
Full Changelog: https://github.com/Lachee/discord-rpc-csharp/commits/v1.0.175