Updated build script
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<Project ToolsVersion="15.0" Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Description>An optional WebSocket client provider for Discord.Net using WebSocket4Net</Description>
|
||||
<VersionPrefix>1.0.0-rc</VersionPrefix>
|
||||
<VersionPrefix>1.0.0</VersionPrefix>
|
||||
<VersionSuffix Condition="'$(BuildNumber)' == ''">rc-dev</VersionSuffix>
|
||||
<VersionSuffix Condition="'$(BuildNumber)' != ''">rc-$(BuildNumber)</VersionSuffix>
|
||||
<TargetFrameworks>net45</TargetFrameworks>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<AssemblyName>Discord.Net.Providers.WS4Net</AssemblyName>
|
||||
|
||||
Reference in New Issue
Block a user