0.6.1-beta2

This commit is contained in:
Brandon Smith
2015-09-05 03:41:37 -03:00
parent 52590e4153
commit 53effb9acf
4 changed files with 7 additions and 7 deletions

View File

@@ -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.6.0.0")] [assembly: AssemblyVersion("0.6.1.2")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.6.1.2")]

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.6.1-beta1", "version": "0.6.1-beta2",
"description": "A small Discord.Net extension to make bot creation easier.", "description": "A small Discord.Net extension to make bot creation easier.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ], "tags": [ "discord", "discordapp" ],
@@ -13,7 +13,7 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"Discord.Net": "0.6.1-*" "Discord.Net": "0.6.1-beta2"
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },

View File

@@ -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.6.0.0")] [assembly: AssemblyVersion("0.6.1.2")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.6.1.2")]

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.6.1-beta1", "version": "0.6.1-beta2",
"description": "An unofficial .Net API wrapper for the Discord client.", "description": "An unofficial .Net API wrapper for the Discord client.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ], "tags": [ "discord", "discordapp" ],