Browse Source

0.7.1-beta1

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

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

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


[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.7.1.0")]
[assembly: AssemblyFileVersion("0.7.1.0")]


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

@@ -1,5 +1,5 @@
{ {
"version": "0.7.0",
"version": "0.7.1-beta1",
"description": "A small Discord.Net extension to make bot creation easier.", "description": "A small Discord.Net extension to make bot creation easier.",
"authors": [ "RogueException" ], "authors": [ "RogueException" ],
"tags": [ "discord", "discordapp" ], "tags": [ "discord", "discordapp" ],


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

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


[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.7.1.0")]
[assembly: AssemblyFileVersion("0.7.1.0")]

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

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


Loading…
Cancel
Save