This commit is contained in:
RogueException
2015-12-01 19:09:04 -04:00
parent bdaefb3690
commit a38acfa74d
3 changed files with 23 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
{
{
"version": "0.8.1-beta2",
"description": "A Discord.Net extension adding basic command support.",
"authors": [ "RogueException" ],
@@ -12,13 +12,13 @@
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Discord.Net": "0.8.1-beta2"
},
"frameworks": {
"net45": { },
"dotnet5.4": { }
}
"frameworks": {
"net45": { },
"dotnet5.4": { }
},
"configurations": {
}
}

View File

@@ -1,4 +1,4 @@
{
{
"version": "0.8.1-beta2",
"description": "A Discord.Net extension adding basic plugin support.",
"authors": [ "RogueException" ],
@@ -12,14 +12,14 @@
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Discord.Net": "0.8.1-beta2",
"Discord.Net.Commands": "0.8.1-beta2"
},
"frameworks": {
"net45": { },
"dotnet5.4": { }
}
"frameworks": {
"net45": { },
"dotnet5.4": { }
},
"configurations": {
}
}

View File

@@ -18,15 +18,15 @@
"allowUnsafe": true
},
"configurations": {
"TestResponses": {
"compilationOptions": {
"define": [
"DEBUG",
"TRACE",
"TEST_RESPONSES"
]
}
}
"TestResponses": {
"compilationOptions": {
"define": [
"DEBUG",
"TRACE",
"TEST_RESPONSES"
]
}
}
},
"dependencies": {