DiscordSharp 0.5.3.3-alpha
See the version list below for details.
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>
paket add DiscordSharp --version 0.5.3.3-alpha
#r "nuget: DiscordSharp, 0.5.3.3-alpha"
// Install DiscordSharp as a Cake Addin #addin nuget:?package=DiscordSharp&version=0.5.3.3-alpha&prerelease // Install DiscordSharp as a Cake Tool #tool nuget:?package=DiscordSharp&version=0.5.3.3-alpha&prerelease
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 is compatible. |
-
.NETFramework 4.5
- NAudio (>= 1.7.3)
- Newtonsoft.Json (>= 8.0.2)
- WebSocket4Net (>= 0.14.1)
- WebSocketSharp (>= 1.0.3-rc9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.6.2-rc1 | 3,215 | 4/15/2016 |
0.6.0.7-rc1 | 1,121 | 3/26/2016 |
0.6.0.4-alpha | 940 | 3/19/2016 |
0.6.0.1-alpha | 989 | 3/11/2016 |
0.6.0-alpha | 980 | 3/11/2016 |
0.5.3.4-alpha | 1,370 | 2/24/2016 |
0.5.3.3-alpha | 1,006 | 2/22/2016 |
0.5.3.2-alpha | 1,024 | 2/21/2016 |
0.5.3.1-alpha | 1,076 | 2/21/2016 |
0.5.3-alpha | 925 | 2/20/2016 |
0.5.1.2-alpha | 964 | 1/25/2016 |
0.5.1.1-alpha | 828 | 1/25/2016 |
0.5.1-alpha | 920 | 1/23/2016 |
0.5.0.1-alpha | 1,062 | 1/16/2016 |
0.5.0-alpha | 969 | 1/6/2016 |
0.4.3.3-alpha | 942 | 12/31/2015 |
0.4.3.1-alpha | 918 | 12/30/2015 |
0.4.3-alpha | 888 | 12/30/2015 |
0.4.2.2-alpha | 868 | 12/29/2015 |
0.4.2.1-alpha | 889 | 12/29/2015 |
0.4.2-alpha | 879 | 12/29/2015 |
0.4.1.11-alpha | 1,023 | 12/24/2015 |
0.4.1.10-alpha | 896 | 12/23/2015 |
0.4.1.9-alpha | 1,213 | 12/23/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!