0.9.0-alpha2, Updated to .Net 4.6

This commit is contained in:
RogueException
2015-12-22 20:36:23 -04:00
parent 5e1c568489
commit d10e771169
4 changed files with 31 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "0.9.0-alpha1",
"version": "0.9.0-alpha2",
"description": "A Discord.Net extension adding basic command support.",
"authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ],
@@ -16,10 +16,10 @@
},
"dependencies": {
"Discord.Net": "0.9.0-alpha1"
"Discord.Net": "0.9.0-alpha2"
},
"frameworks": {
"net45": { },
"net46": { },
"dotnet5.4": { }
}
}