Browse Source

0.9-rc3

tags/docs-0.9
RogueException 9 years ago
parent
commit
34fd47bb5d
5 changed files with 47 additions and 47 deletions
  1. +1
    -1
      README.md
  2. +2
    -2
      src/Discord.Net.Audio/project.json
  3. +21
    -21
      src/Discord.Net.Commands/project.json
  4. +22
    -22
      src/Discord.Net.Modules/project.json
  5. +1
    -1
      src/Discord.Net/project.json

+ 1
- 1
README.md View File

@@ -1,4 +1,4 @@
# Discord.Net v0.9.0
# Discord.Net v0.9.0-rc3
An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).


Check out the [documentation](https://discordnet.readthedocs.org/en/latest/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx). Check out the [documentation](https://discordnet.readthedocs.org/en/latest/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).


+ 2
- 2
src/Discord.Net.Audio/project.json View File

@@ -1,5 +1,5 @@
{ {
"version": "0.9.0",
"version": "0.9.0-rc3",
"description": "A Discord.Net extension adding voice support.", "description": "A Discord.Net extension adding voice support.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ], "tags": [ "discord", "discordapp" ],
@@ -18,7 +18,7 @@
}, },


"dependencies": { "dependencies": {
"Discord.Net": "0.9.0"
"Discord.Net": "0.9.0-rc3"
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },


+ 21
- 21
src/Discord.Net.Commands/project.json View File

@@ -1,25 +1,25 @@
{ {
"version": "0.9.0",
"description": "A Discord.Net extension adding basic command support.",
"authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ],
"projectUrl": "https://github.com/RogueException/Discord.Net",
"licenseUrl": "http://opensource.org/licenses/MIT",
"repository": {
"type": "git",
"url": "git://github.com/RogueException/Discord.Net"
},
"compile": [ "**/*.cs", "../Discord.Net.Shared/*.cs" ],
"version": "0.9.0-rc3",
"description": "A Discord.Net extension adding basic command support.",
"authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ],
"projectUrl": "https://github.com/RogueException/Discord.Net",
"licenseUrl": "http://opensource.org/licenses/MIT",
"repository": {
"type": "git",
"url": "git://github.com/RogueException/Discord.Net"
},
"compile": [ "**/*.cs", "../Discord.Net.Shared/*.cs" ],


"compilationOptions": {
"warningsAsErrors": true
},
"compilationOptions": {
"warningsAsErrors": true
},


"dependencies": {
"Discord.Net": "0.9.0"
},
"frameworks": {
"net45": { },
"dotnet5.4": { }
}
"dependencies": {
"Discord.Net": "0.9.0-rc3"
},
"frameworks": {
"net45": { },
"dotnet5.4": { }
}
} }

+ 22
- 22
src/Discord.Net.Modules/project.json View File

@@ -1,26 +1,26 @@
{ {
"version": "0.9.0",
"description": "A Discord.Net extension adding basic plugin support.",
"authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ],
"projectUrl": "https://github.com/RogueException/Discord.Net",
"licenseUrl": "http://opensource.org/licenses/MIT",
"repository": {
"type": "git",
"url": "git://github.com/RogueException/Discord.Net"
},
"compile": [ "**/*.cs", "../Discord.Net.Shared/*.cs" ],
"version": "0.9.0-rc3",
"description": "A Discord.Net extension adding basic plugin support.",
"authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ],
"projectUrl": "https://github.com/RogueException/Discord.Net",
"licenseUrl": "http://opensource.org/licenses/MIT",
"repository": {
"type": "git",
"url": "git://github.com/RogueException/Discord.Net"
},
"compile": [ "**/*.cs", "../Discord.Net.Shared/*.cs" ],


"compilationOptions": {
"warningsAsErrors": true
},
"compilationOptions": {
"warningsAsErrors": true
},


"dependencies": {
"Discord.Net": "0.9.0",
"Discord.Net.Commands": "0.9.0"
},
"frameworks": {
"net45": { },
"dotnet5.4": { }
}
"dependencies": {
"Discord.Net": "0.9.0-rc3",
"Discord.Net.Commands": "0.9.0-rc3"
},
"frameworks": {
"net45": { },
"dotnet5.4": { }
}
} }

+ 1
- 1
src/Discord.Net/project.json View File

@@ -1,5 +1,5 @@
{ {
"version": "0.9.0",
"version": "0.9.0-rc3",
"description": "An unofficial .Net API wrapper for the Discord client.", "description": "An unofficial .Net API wrapper for the Discord client.",
"authors": [ "authors": [
"RogueException" "RogueException"


Loading…
Cancel
Save