Browse Source

0.4.3

tags/docs-0.9
Brandon Smith 9 years ago
parent
commit
5e07822c18
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      src/Discord.Net.Commands/project.json
  2. +2
    -2
      src/Discord.Net.Net45/Properties/AssemblyInfo.cs
  3. +1
    -1
      src/Discord.Net/project.json

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

@@ -13,7 +13,7 @@
"warningsAsErrors": true
},
"dependencies": {
"Discord.Net": "0.4.2"
"Discord.Net": "0.4.3"
},
"frameworks": {
"net45": { },


+ 2
- 2
src/Discord.Net.Net45/Properties/AssemblyInfo.cs View File

@@ -13,5 +13,5 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
[assembly: Guid("76ea00e6-ea24-41e1-acb2-639c0313fa80")]

[assembly: AssemblyVersion("0.3.3.0")]
[assembly: AssemblyFileVersion("0.3.3.0")]
[assembly: AssemblyVersion("0.4.3.0")]
[assembly: AssemblyFileVersion("0.4.3.0")]

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

@@ -1,5 +1,5 @@
{
"version": "0.4.2-*",
"version": "0.4.3-*",
"description": "An unofficial .Net API wrapper for the Discord client.",
"authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ],


Loading…
Cancel
Save