Browse Source

Update version to beta

tags/1.0-rc
RogueException 8 years ago
parent
commit
01c4771217
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/Discord.Net.Commands/project.json
  2. +2
    -2
      src/Discord.Net/project.json

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

@@ -1,5 +1,5 @@
{
"version": "1.0.0-dev-*",
"version": "1.0.0-beta-*",
"description": "A Discord.Net extension adding command support.",
"authors": [ "RogueException" ],



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

@@ -1,5 +1,5 @@
{
"version": "1.0.0-dev-*",
"version": "1.0.0-beta-*",
"description": "An unofficial .Net API wrapper for the Discord service.",
"authors": [ "RogueException" ],

@@ -38,7 +38,7 @@
"System.Net.Http": "4.1.0",
"System.Net.NameResolution": "4.0.0",
"System.Net.Sockets": "4.1.0",
"System.Net.WebSockets.Client": "4.0.0",
"System.Net.WebSockets.Client": "4.0.0",
"System.Reflection.Extensions": "4.0.1",
"System.Runtime.InteropServices": "4.1.0",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",


Loading…
Cancel
Save