![]() |
VOOZH | about |
dotnet add package DiscordSharp --version 0.5.3.3-alpha
NuGet\Install-Package DiscordSharp -Version 0.5.3.3-alpha
<PackageReference Include="DiscordSharp" Version="0.5.3.3-alpha">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageVersion Include="DiscordSharp" Version="0.5.3.3-alpha" />Directory.Packages.props
<PackageReference Include="DiscordSharp"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>Project file
paket add DiscordSharp --version 0.5.3.3-alpha
#r "nuget: DiscordSharp, 0.5.3.3-alpha"
#:package DiscordSharp@0.5.3.3-alpha
#addin nuget:?package=DiscordSharp&version=0.5.3.3-alpha&prereleaseInstall as a Cake Addin
#tool nuget:?package=DiscordSharp&version=0.5.3.3-alpha&prereleaseInstall as a Cake Tool
This is a HUGE update, so please check out this link: https://github.com/Luigifan/DiscordSharp/wiki/Recent-API-Changes
An unofficial wrapper/API for Discord written in C# for .Net platforms. Please use .Net 4.5 or higher.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net net is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.6.2-rc1 | 3,690 | 4/15/2016 |
| 0.6.0.7-rc1 | 1,529 | 3/26/2016 |
| 0.6.0.4-alpha | 1,344 | 3/19/2016 |
| 0.6.0.1-alpha | 1,593 | 3/11/2016 |
| 0.6.0-alpha | 1,566 | 3/11/2016 |
| 0.5.3.4-alpha | 1,796 | 2/24/2016 |
| 0.5.3.3-alpha | 1,437 | 2/22/2016 |
| 0.5.3.2-alpha | 1,441 | 2/21/2016 |
| 0.5.3.1-alpha | 1,505 | 2/21/2016 |
| 0.5.3-alpha | 1,322 | 2/20/2016 |
| 0.5.1.2-alpha | 1,365 | 1/25/2016 |
| 0.5.1.1-alpha | 1,230 | 1/25/2016 |
| 0.5.1-alpha | 1,317 | 1/23/2016 |
| 0.5.0.1-alpha | 1,476 | 1/16/2016 |
| 0.5.0-alpha | 1,367 | 1/6/2016 |
| 0.4.3.3-alpha | 1,371 | 12/31/2015 |
| 0.4.3.1-alpha | 1,330 | 12/30/2015 |
| 0.4.3-alpha | 1,294 | 12/30/2015 |
| 0.4.2.2-alpha | 1,272 | 12/29/2015 |
| 0.4.2.1-alpha | 1,303 | 12/29/2015 |
This is a HUGE update, so please check out this link: https://github.com/Luigifan/DiscordSharp/wiki/Recent-API-Changes
The abridged changes includde
-Voice send support
-Increased stability
-Compatibility with Discord's new large_threshold
-Attaching files by stream vs by file (file is still available)
-Channel deletion changes
-Member objects make sense now
And many more!