|
|
@@ -8,7 +8,7 @@ |
|
|
|
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net461;netstandard2.0;netstandard2.1</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0;netstandard2.1</TargetFrameworks> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<Version>3.1.0</Version> |
|
|
|
<Version>3.1.1</Version> |
|
|
|
<RepositoryUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</RepositoryUrl> |
|
|
|
<PackageProjectUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</PackageProjectUrl> |
|
|
|
<PackageIcon>Temporary.png</PackageIcon> |
|
|
@@ -16,8 +16,8 @@ |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<DocumentationFile>..\Discord.Net.WebSocket\Discord.Net.WebSocket.xml</DocumentationFile> |
|
|
|
<AssemblyVersion>3.1.0</AssemblyVersion> |
|
|
|
<FileVersion>3.1.0</FileVersion> |
|
|
|
<AssemblyVersion>3.1.1</AssemblyVersion> |
|
|
|
<FileVersion>3.1.1</FileVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|