Updated package info

This commit is contained in:
RogueException
2016-10-12 16:49:22 -03:00
parent addb81f288
commit 4643e44e48
6 changed files with 39 additions and 3 deletions

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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

View File

@@ -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": {