@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"version": "1.0.0-beta2-*", | "version": "1.0.0-beta2-*", | ||||
"description": "A Discord.Net extension adding command support.", | |||||
"description": "A Discord.Net extension adding support for bot commands.", | |||||
"authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
"packOptions": { | "packOptions": { | ||||
@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"version": "1.0.0-beta2-*", | "version": "1.0.0-beta2-*", | ||||
"description": "An unofficial .Net API wrapper for the Discord service.", | |||||
"description": "A .Net API wrapper and bot framework for Discord.", | |||||
"authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
"packOptions": { | "packOptions": { | ||||
@@ -1,5 +1,17 @@ | |||||
{ | { | ||||
"version": "1.0.0-beta2-*", | "version": "1.0.0-beta2-*", | ||||
"description": "A core Discord.Net library containing the REST client and models.", | |||||
"authors": [ "RogueException" ], | |||||
"packOptions": { | |||||
"tags": [ "discord", "discordapp" ], | |||||
"licenseUrl": "http://opensource.org/licenses/MIT", | |||||
"projectUrl": "https://github.com/RogueException/Discord.Net", | |||||
"repository": { | |||||
"type": "git", | |||||
"url": "git://github.com/RogueException/Discord.Net" | |||||
} | |||||
}, | |||||
"configurations": { | "configurations": { | ||||
"Release": { | "Release": { | ||||
@@ -1,5 +1,17 @@ | |||||
{ | { | ||||
"version": "1.0.0-beta2-*", | "version": "1.0.0-beta2-*", | ||||
"description": "A core Discord.Net library containing the RPC client and models.", | |||||
"authors": [ "RogueException" ], | |||||
"packOptions": { | |||||
"tags": [ "discord", "discordapp" ], | |||||
"licenseUrl": "http://opensource.org/licenses/MIT", | |||||
"projectUrl": "https://github.com/RogueException/Discord.Net", | |||||
"repository": { | |||||
"type": "git", | |||||
"url": "git://github.com/RogueException/Discord.Net" | |||||
} | |||||
}, | |||||
"configurations": { | "configurations": { | ||||
"Release": { | "Release": { | ||||
@@ -1,5 +1,17 @@ | |||||
{ | { | ||||
"version": "1.0.0-beta2-*", | "version": "1.0.0-beta2-*", | ||||
"description": "A core Discord.Net library containing the WebSocket client and models.", | |||||
"authors": [ "RogueException" ], | |||||
"packOptions": { | |||||
"tags": [ "discord", "discordapp" ], | |||||
"licenseUrl": "http://opensource.org/licenses/MIT", | |||||
"projectUrl": "https://github.com/RogueException/Discord.Net", | |||||
"repository": { | |||||
"type": "git", | |||||
"url": "git://github.com/RogueException/Discord.Net" | |||||
} | |||||
}, | |||||
"buildOptions": { | "buildOptions": { | ||||
"allowUnsafe": true | "allowUnsafe": true | ||||
@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"version": "1.0.0-beta2-*", | "version": "1.0.0-beta2-*", | ||||
"description": "An aynchronous API wrapper for Discord using .NET. This package includes all of the optional Discord.Net components", | |||||
"description": "An aynchronous API wrapper for Discord. This metapackage includes all of the optional Discord.Net components.", | |||||
"authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
"packOptions": { | "packOptions": { | ||||