| @@ -1,4 +1,4 @@ | |||||
| { | |||||
| { | |||||
| "version": "0.8.1-beta2", | "version": "0.8.1-beta2", | ||||
| "description": "A Discord.Net extension adding basic command support.", | "description": "A Discord.Net extension adding basic command support.", | ||||
| "authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
| @@ -12,13 +12,13 @@ | |||||
| "compilationOptions": { | "compilationOptions": { | ||||
| "warningsAsErrors": true | "warningsAsErrors": true | ||||
| }, | }, | ||||
| "dependencies": { | "dependencies": { | ||||
| "Discord.Net": "0.8.1-beta2" | "Discord.Net": "0.8.1-beta2" | ||||
| }, | }, | ||||
| "frameworks": { | |||||
| "net45": { }, | |||||
| "dotnet5.4": { } | |||||
| } | |||||
| "frameworks": { | |||||
| "net45": { }, | |||||
| "dotnet5.4": { } | |||||
| }, | |||||
| "configurations": { | |||||
| } | |||||
| } | } | ||||
| @@ -1,4 +1,4 @@ | |||||
| { | |||||
| { | |||||
| "version": "0.8.1-beta2", | "version": "0.8.1-beta2", | ||||
| "description": "A Discord.Net extension adding basic plugin support.", | "description": "A Discord.Net extension adding basic plugin support.", | ||||
| "authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
| @@ -12,14 +12,14 @@ | |||||
| "compilationOptions": { | "compilationOptions": { | ||||
| "warningsAsErrors": true | "warningsAsErrors": true | ||||
| }, | }, | ||||
| "dependencies": { | "dependencies": { | ||||
| "Discord.Net": "0.8.1-beta2", | "Discord.Net": "0.8.1-beta2", | ||||
| "Discord.Net.Commands": "0.8.1-beta2" | "Discord.Net.Commands": "0.8.1-beta2" | ||||
| }, | }, | ||||
| "frameworks": { | |||||
| "net45": { }, | |||||
| "dotnet5.4": { } | |||||
| } | |||||
| "frameworks": { | |||||
| "net45": { }, | |||||
| "dotnet5.4": { } | |||||
| }, | |||||
| "configurations": { | |||||
| } | |||||
| } | } | ||||
| @@ -18,15 +18,15 @@ | |||||
| "allowUnsafe": true | "allowUnsafe": true | ||||
| }, | }, | ||||
| "configurations": { | "configurations": { | ||||
| "TestResponses": { | |||||
| "compilationOptions": { | |||||
| "define": [ | |||||
| "DEBUG", | |||||
| "TRACE", | |||||
| "TEST_RESPONSES" | |||||
| ] | |||||
| } | |||||
| } | |||||
| "TestResponses": { | |||||
| "compilationOptions": { | |||||
| "define": [ | |||||
| "DEBUG", | |||||
| "TRACE", | |||||
| "TEST_RESPONSES" | |||||
| ] | |||||
| } | |||||
| } | |||||
| }, | }, | ||||
| "dependencies": { | "dependencies": { | ||||