Installing Discord.NET Labs
Discord.NET Labs is the experimental repository that introduces new features & chips away at all bugs until ready for merging into Discord.NET. Are you looking to test or play with new features?
Important
It is very ill advised to use Discord.NET Labs in a production environment normally, considering it can include bugs that have not been discovered yet, as features are freshly added. However if approached correctly, will work as a pre-release to Discord.NET. Make sure to report any bugs at the Labs repository or on Discord
Installation:
NuGet - This only includes releases, on which features are ready to test.
Note
Installing NuGet packages is covered fully at Installing Discord NET
MyGet - Available for current builds and unreleased features.
This page was last modified at 12/13/2021 04:47:54 -04:00 (UTC).
Author: Quin Lynch
Commit: 5a7e43a8cb33d0e04af3c754ba36926c5d2b936e
V3 Final merge (#1966)
* Update azure-pipelines.yml
* Update deploy.yml
* Remove version tag from proj
* Update deploy.yml
* Removed versions from project files
* Removed style of the nuget badge and added logo (#201)
The style was not properly added to it and the plastic version does not look good with the discord badge.
I thought it would look better with a logo
* Fix Type not be...