Updated package info
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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" ],
|
||||
|
||||
"packOptions": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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" ],
|
||||
|
||||
"packOptions": {
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"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": {
|
||||
"Release": {
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"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": {
|
||||
"Release": {
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"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": {
|
||||
"allowUnsafe": true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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" ],
|
||||
|
||||
"packOptions": {
|
||||
|
||||
Reference in New Issue
Block a user