Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
meta: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
quinchs committed Aug 5, 2021
1 parent 0113e26 commit 0d292ad
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/Discord.Net.Core/Discord.Net.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<PackageId>Discord.Net.Labs.Core</PackageId>
<Version>2.4.6</Version>
<Version>3.0.0-pre</Version>
<Product>Discord.Net.Labs.Core</Product>
<RepositoryUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</RepositoryUrl>
<PackageIcon>Temporary.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion src/Discord.Net.Rest/Discord.Net.Rest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<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>2.4.6</Version>
<Version>3.0.0-pre</Version>
<PackageId>Discord.Net.Labs.Rest</PackageId>
<RepositoryUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</RepositoryUrl>
<AssemblyVersion>2.3.4</AssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Discord.Net.WebSocket/Discord.Net.WebSocket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>2.4.9</Version>
<Version>3.0.0-pre</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>
Expand Down
2 changes: 1 addition & 1 deletion src/Discord.Net.WebSocket/Discord.Net.WebSocket.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions src/Discord.Net/Discord.Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Discord.Net.Labs</id>
<version>2.4.9$suffix$</version>
<version>3.0.0-pre$suffix$</version>
<title>Discord.Net Labs</title>
<authors>Discord.Net Contributors</authors>
<owners>quinchs</owners>
Expand All @@ -16,23 +16,23 @@
<group targetFramework="net461">
<dependency id="Discord.Net.Labs.Core" version="2.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="2.4.6$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="2.4.8$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="2.3.5$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="2.3.4$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.0.0-pre$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.0.0-pre$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.0.0-pre$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Labs.Core" version="2.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="2.4.6$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="2.4.8$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="2.3.5$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="2.3.4$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.0.0-pre$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.0.0-pre$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.0.0-pre$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Labs.Core" version="2.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="2.4.6$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="2.4.8$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="2.3.5$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="2.3.4$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.0.0-pre$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.0.0-pre$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.0.0-pre$suffix$" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 0d292ad

Please sign in to comment.