@@ -1,4 +1,4 @@ | |||||
# Discord.Net v0.9.5 | |||||
# Discord.Net v0.9.6 | |||||
[](https://www.nuget.org/packages/Discord.Net) [](https://discord.gg/0SBTUU1wZTYLhAAW) | [](https://www.nuget.org/packages/Discord.Net) [](https://discord.gg/0SBTUU1wZTYLhAAW) | ||||
An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). | An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). | ||||
@@ -13,6 +13,6 @@ using System.Runtime.InteropServices; | |||||
[assembly: ComVisible(false)] | [assembly: ComVisible(false)] | ||||
[assembly: Guid("76ea00e6-ea24-41e1-acb2-639c0313fa80")] | [assembly: Guid("76ea00e6-ea24-41e1-acb2-639c0313fa80")] | ||||
[assembly: AssemblyVersion("0.9.5.0")] | |||||
[assembly: AssemblyFileVersion("0.9.5.0")] | |||||
[assembly: AssemblyVersion("0.9.6.0")] | |||||
[assembly: AssemblyFileVersion("0.9.6.0")] | |||||
@@ -1,5 +1,5 @@ | |||||
{ | { | ||||
"version": "0.9.5-r1", | |||||
"version": "0.9.6", | |||||
"description": "A Discord.Net extension adding voice support.", | "description": "A Discord.Net extension adding voice support.", | ||||
"authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
@@ -21,7 +21,7 @@ | |||||
}, | }, | ||||
"dependencies": { | "dependencies": { | ||||
"Discord.Net": "0.9.5" | |||||
"Discord.Net": "0.9.6" | |||||
}, | }, | ||||
"frameworks": { | "frameworks": { | ||||
@@ -13,6 +13,6 @@ using System.Runtime.InteropServices; | |||||
[assembly: ComVisible(false)] | [assembly: ComVisible(false)] | ||||
[assembly: Guid("76ea00e6-ea24-41e1-acb2-639c0313fa80")] | [assembly: Guid("76ea00e6-ea24-41e1-acb2-639c0313fa80")] | ||||
[assembly: AssemblyVersion("0.9.5.0")] | |||||
[assembly: AssemblyFileVersion("0.9.5.0")] | |||||
[assembly: AssemblyVersion("0.9.6.0")] | |||||
[assembly: AssemblyFileVersion("0.9.6.0")] | |||||
@@ -1,5 +1,5 @@ | |||||
{ | { | ||||
"version": "0.9.5", | |||||
"version": "0.9.6", | |||||
"description": "A Discord.Net extension adding basic command support.", | "description": "A Discord.Net extension adding basic command support.", | ||||
"authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
@@ -19,7 +19,7 @@ | |||||
}, | }, | ||||
"dependencies": { | "dependencies": { | ||||
"Discord.Net": "0.9.5" | |||||
"Discord.Net": "0.9.6" | |||||
}, | }, | ||||
"frameworks": { | "frameworks": { | ||||
@@ -13,6 +13,6 @@ using System.Runtime.InteropServices; | |||||
[assembly: ComVisible(false)] | [assembly: ComVisible(false)] | ||||
[assembly: Guid("76ea00e6-ea24-41e1-acb2-639c0313fa80")] | [assembly: Guid("76ea00e6-ea24-41e1-acb2-639c0313fa80")] | ||||
[assembly: AssemblyVersion("0.9.5.0")] | |||||
[assembly: AssemblyFileVersion("0.9.5.0")] | |||||
[assembly: AssemblyVersion("0.9.6.0")] | |||||
[assembly: AssemblyFileVersion("0.9.6.0")] | |||||
@@ -1,5 +1,5 @@ | |||||
{ | { | ||||
"version": "0.9.5", | |||||
"version": "0.9.6", | |||||
"description": "A Discord.Net extension adding basic plugin support.", | "description": "A Discord.Net extension adding basic plugin support.", | ||||
"authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
@@ -19,8 +19,8 @@ | |||||
}, | }, | ||||
"dependencies": { | "dependencies": { | ||||
"Discord.Net": "0.9.5", | |||||
"Discord.Net.Commands": "0.9.5" | |||||
"Discord.Net": "0.9.6", | |||||
"Discord.Net.Commands": "0.9.6" | |||||
}, | }, | ||||
"frameworks": { | "frameworks": { | ||||
@@ -13,5 +13,5 @@ using System.Runtime.InteropServices; | |||||
[assembly: ComVisible(false)] | [assembly: ComVisible(false)] | ||||
[assembly: Guid("76ea00e6-ea24-41e1-acb2-639c0313fa80")] | [assembly: Guid("76ea00e6-ea24-41e1-acb2-639c0313fa80")] | ||||
[assembly: AssemblyVersion("0.9.5.0")] | |||||
[assembly: AssemblyFileVersion("0.9.5.0")] | |||||
[assembly: AssemblyVersion("0.9.6.0")] | |||||
[assembly: AssemblyFileVersion("0.9.6.0")] |
@@ -1,5 +1,5 @@ | |||||
{ | { | ||||
"version": "0.9.5", | |||||
"version": "0.9.6", | |||||
"description": "An unofficial .Net API wrapper for the Discord client.", | "description": "An unofficial .Net API wrapper for the Discord client.", | ||||
"authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||