Browse Source

Updated package info

tags/1.0-rc
RogueException 8 years ago
parent
commit
4643e44e48
6 changed files with 39 additions and 3 deletions
  1. +1
    -1
      src/Discord.Net.Commands/project.json
  2. +1
    -1
      src/Discord.Net.Core/project.json
  3. +12
    -0
      src/Discord.Net.Rest/project.json
  4. +12
    -0
      src/Discord.Net.Rpc/project.json
  5. +12
    -0
      src/Discord.Net.WebSocket/project.json
  6. +1
    -1
      src/Discord.Net/project.json

+ 1
- 1
src/Discord.Net.Commands/project.json 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": {


+ 1
- 1
src/Discord.Net.Core/project.json 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": {


+ 12
- 0
src/Discord.Net.Rest/project.json 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": {


+ 12
- 0
src/Discord.Net.Rpc/project.json 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": {


+ 12
- 0
src/Discord.Net.WebSocket/project.json 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


+ 1
- 1
src/Discord.Net/project.json 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": {


Loading…
Cancel
Save