Browse Source

meta: bump version

pull/1923/head
quin lynch 3 years ago
parent
commit
683d3027ec
5 changed files with 21 additions and 21 deletions
  1. +3
    -3
      src/Discord.Net.Core/Discord.Net.Core.csproj
  2. +2
    -2
      src/Discord.Net.Core/Discord.Net.Core.xml
  3. +3
    -3
      src/Discord.Net.Rest/Discord.Net.Rest.csproj
  4. +3
    -3
      src/Discord.Net.WebSocket/Discord.Net.WebSocket.csproj
  5. +10
    -10
      src/Discord.Net/Discord.Net.nuspec

+ 3
- 3
src/Discord.Net.Core/Discord.Net.Core.csproj View File

@@ -8,12 +8,12 @@
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net461;netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageId>Discord.Net.Labs.Core</PackageId>
<Version>3.0.2</Version>
<Version>3.1.0</Version>
<Product>Discord.Net.Labs.Core</Product>
<RepositoryUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</RepositoryUrl>
<PackageIcon>Temporary.png</PackageIcon>
<AssemblyVersion>3.0.2</AssemblyVersion>
<FileVersion>3.0.2</FileVersion>
<AssemblyVersion>3.1.0</AssemblyVersion>
<FileVersion>3.1.0</FileVersion>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup>


+ 2
- 2
src/Discord.Net.Core/Discord.Net.Core.xml View File

@@ -11227,8 +11227,8 @@
</member>
<member name="F:Discord.GatewayIntents.AllUnprivileged">
<summary>
This intent includes all but <see cref="F:Discord.GatewayIntents.GuildMembers"/> and <see cref="F:Discord.GatewayIntents.GuildMembers"/>
that are privileged must be enabled for the application.
This intent includes all but <see cref="F:Discord.GatewayIntents.GuildMembers"/> and <see cref="F:Discord.GatewayIntents.GuildPresences"/>
which are privileged and must be enabled in the Developer Portal.
</summary>
</member>
<member name="F:Discord.GatewayIntents.All">


+ 3
- 3
src/Discord.Net.Rest/Discord.Net.Rest.csproj View File

@@ -9,11 +9,11 @@
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageIcon>Temporary.png</PackageIcon>
<PackageProjectUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</PackageProjectUrl>
<Version>3.0.2</Version>
<Version>3.1.0</Version>
<PackageId>Discord.Net.Labs.Rest</PackageId>
<RepositoryUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</RepositoryUrl>
<AssemblyVersion>3.0.2</AssemblyVersion>
<FileVersion>3.0.2</FileVersion>
<AssemblyVersion>3.1.0</AssemblyVersion>
<FileVersion>3.1.0</FileVersion>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>..\Discord.Net.Rest\Discord.Net.Rest.xml</DocumentationFile>


+ 3
- 3
src/Discord.Net.WebSocket/Discord.Net.WebSocket.csproj View File

@@ -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.0.3</Version>
<Version>3.1.0</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.0.3</AssemblyVersion>
<FileVersion>3.0.3</FileVersion>
<AssemblyVersion>3.1.0</AssemblyVersion>
<FileVersion>3.1.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE</DefineConstants>


+ 10
- 10
src/Discord.Net/Discord.Net.nuspec View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Discord.Net.Labs</id>
<version>3.0.3$suffix$</version>
<version>3.1.0$suffix$</version>
<title>Discord.Net Labs</title>
<authors>Discord.Net Contributors</authors>
<owners>quinchs</owners>
@@ -14,23 +14,23 @@
<iconUrl>https://avatars.githubusercontent.com/u/84047264</iconUrl>
<dependencies>
<group targetFramework="net461">
<dependency id="Discord.Net.Labs.Core" version="3.0.2$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.0.2$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.0.3$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.1.0$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.1.0$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.1.0$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.0.0$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.0.0$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Labs.Core" version="3.0.2$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.0.2$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.0.3$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.1.0$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.1.0$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.1.0$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.0.0$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.0.0$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Labs.Core" version="3.0.2$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.0.2$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.0.3$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.1.0$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.1.0$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.1.0$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.0.0$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.0.0$suffix$" />
</group>


Loading…
Cancel
Save