| @@ -13,6 +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.9.1.0")] | |||||
| [assembly: AssemblyFileVersion("0.9.1.0")] | |||||
| [assembly: AssemblyVersion("0.9.2.0")] | |||||
| [assembly: AssemblyFileVersion("0.9.2.0")] | |||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "version": "0.9.1", | |||||
| "version": "0.9.2", | |||||
| "description": "A Discord.Net extension adding voice support.", | "description": "A Discord.Net extension adding voice support.", | ||||
| "authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
| @@ -21,16 +21,20 @@ | |||||
| }, | }, | ||||
| "dependencies": { | "dependencies": { | ||||
| "NETStandard.Library": "1.5.0-rc2-24027", | |||||
| "Discord.Net": "0.9.1" | |||||
| "Discord.Net": "0.9.2" | |||||
| }, | }, | ||||
| "frameworks": { | "frameworks": { | ||||
| "netstandard1.3": { | "netstandard1.3": { | ||||
| "dependencies": { | |||||
| "NETStandard.Library": "1.5.0-rc2-24027" | |||||
| }, | |||||
| "imports": [ | "imports": [ | ||||
| "dotnet5.4", | "dotnet5.4", | ||||
| "dnxcore50", | "dnxcore50", | ||||
| "portable-net45+win8" | "portable-net45+win8" | ||||
| ] | ] | ||||
| } | |||||
| }, | |||||
| "net45": { } | |||||
| } | } | ||||
| } | } | ||||
| @@ -13,6 +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.9.1.0")] | |||||
| [assembly: AssemblyFileVersion("0.9.1.0")] | |||||
| [assembly: AssemblyVersion("0.9.2.0")] | |||||
| [assembly: AssemblyFileVersion("0.9.2.0")] | |||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "version": "0.9.1", | |||||
| "version": "0.9.2", | |||||
| "description": "A Discord.Net extension adding basic command support.", | "description": "A Discord.Net extension adding basic command support.", | ||||
| "authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
| @@ -19,16 +19,20 @@ | |||||
| }, | }, | ||||
| "dependencies": { | "dependencies": { | ||||
| "NETStandard.Library": "1.5.0-rc2-24027", | |||||
| "Discord.Net": "0.9.1" | |||||
| "Discord.Net": "0.9.2" | |||||
| }, | }, | ||||
| "frameworks": { | "frameworks": { | ||||
| "netstandard1.3": { | "netstandard1.3": { | ||||
| "dependencies": { | |||||
| "NETStandard.Library": "1.5.0-rc2-24027" | |||||
| }, | |||||
| "imports": [ | "imports": [ | ||||
| "dotnet5.4", | "dotnet5.4", | ||||
| "dnxcore50", | "dnxcore50", | ||||
| "portable-net45+win8" | "portable-net45+win8" | ||||
| ] | ] | ||||
| } | |||||
| }, | |||||
| "net45": {} | |||||
| } | } | ||||
| } | } | ||||
| @@ -13,6 +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.9.1.0")] | |||||
| [assembly: AssemblyFileVersion("0.9.1.0")] | |||||
| [assembly: AssemblyVersion("0.9.2.0")] | |||||
| [assembly: AssemblyFileVersion("0.9.2.0")] | |||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "version": "0.9.1", | |||||
| "version": "0.9.2", | |||||
| "description": "A Discord.Net extension adding basic plugin support.", | "description": "A Discord.Net extension adding basic plugin support.", | ||||
| "authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
| @@ -19,17 +19,21 @@ | |||||
| }, | }, | ||||
| "dependencies": { | "dependencies": { | ||||
| "NETStandard.Library": "1.5.0-rc2-24027", | |||||
| "Discord.Net": "0.9.1", | |||||
| "Discord.Net.Commands": "0.9.1" | |||||
| "Discord.Net": "0.9.2", | |||||
| "Discord.Net.Commands": "0.9.2" | |||||
| }, | }, | ||||
| "frameworks": { | "frameworks": { | ||||
| "netstandard1.3": { | "netstandard1.3": { | ||||
| "dependencies": { | |||||
| "NETStandard.Library": "1.5.0-rc2-24027" | |||||
| }, | |||||
| "imports": [ | "imports": [ | ||||
| "dotnet5.4", | "dotnet5.4", | ||||
| "dnxcore50", | "dnxcore50", | ||||
| "portable-net45+win8" | "portable-net45+win8" | ||||
| ] | ] | ||||
| } | |||||
| }, | |||||
| "net45": {} | |||||
| } | } | ||||
| } | } | ||||
| @@ -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.9.1.0")] | |||||
| [assembly: AssemblyFileVersion("0.9.1.0")] | |||||
| [assembly: AssemblyVersion("0.9.2.0")] | |||||
| [assembly: AssemblyFileVersion("0.9.2.0")] | |||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "version": "0.9.1", | |||||
| "version": "0.9.2", | |||||
| "description": "An unofficial .Net API wrapper for the Discord client.", | "description": "An unofficial .Net API wrapper for the Discord client.", | ||||
| "authors": [ "RogueException" ], | "authors": [ "RogueException" ], | ||||
| @@ -22,37 +22,43 @@ | |||||
| "warningsAsErrors": true | "warningsAsErrors": true | ||||
| }, | }, | ||||
| "configurations": { | |||||
| "TestResponses": { | |||||
| "buildOptions": { | |||||
| "define": [ | |||||
| "DEBUG", | |||||
| "TRACE", | |||||
| "TEST_RESPONSES" | |||||
| ] | |||||
| } | |||||
| } | |||||
| }, | |||||
| "dependencies": { | "dependencies": { | ||||
| "NETStandard.Library": "1.5.0-rc2-24027", | |||||
| "Newtonsoft.Json": "8.0.3", | "Newtonsoft.Json": "8.0.3", | ||||
| "Nito.AsyncEx": "3.0.1", | |||||
| "System.Net.Requests": "4.0.11-rc2-24027", | |||||
| "System.Net.Websockets.Client": "4.0.0-rc2-24027", | |||||
| "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027", | |||||
| "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", | |||||
| "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027", | |||||
| "System.Net.NameResolution": "4.0.0-rc2-24027" | |||||
| "Nito.AsyncEx": "3.0.1" | |||||
| }, | }, | ||||
| "frameworks": { | "frameworks": { | ||||
| "netstandard1.3": { | "netstandard1.3": { | ||||
| "dependencies": { | |||||
| "NETStandard.Library": "1.5.0-rc2-24027", | |||||
| "System.Net.Requests": "4.0.11-rc2-24027", | |||||
| "System.Net.Websockets.Client": "4.0.0-rc2-24027", | |||||
| "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027", | |||||
| "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", | |||||
| "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027", | |||||
| "System.Net.NameResolution": "4.0.0-rc2-24027" | |||||
| }, | |||||
| "imports": [ | "imports": [ | ||||
| "dotnet5.4", | "dotnet5.4", | ||||
| "dnxcore50", | "dnxcore50", | ||||
| "portable-net45+win8" | "portable-net45+win8" | ||||
| ] | ] | ||||
| }, | |||||
| "net45": { | |||||
| "frameworkAssemblies": { | |||||
| "System.Runtime": { | |||||
| "type": "build", | |||||
| "version": "" | |||||
| }, | |||||
| "System.Threading.Tasks": { | |||||
| "type": "build", | |||||
| "version": "" | |||||
| } | |||||
| }, | |||||
| "dependencies": { | |||||
| "WebSocket4Net": "0.14.1", | |||||
| "RestSharp": "105.2.3" | |||||
| } | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||