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

Commit

Permalink
meta: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
quinchs committed Nov 19, 2021
1 parent e41e1a1 commit 7c615cb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Discord.Net.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>3.3.0</VersionPrefix>
<LangVersion>latest</LangVersion>
<Authors>Discord.Net Contributors</Authors>
<PackageTags>discord;discordapp</PackageTags>
Expand Down
42 changes: 21 additions & 21 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>3.2.0$suffix$</version>
<version>3.3.0$suffix$</version>
<title>Discord.Net Labs</title>
<authors>Discord.Net Contributors</authors>
<owners>quinchs</owners>
Expand All @@ -14,32 +14,32 @@
<iconUrl>https://raw.githubusercontent.com/Discord-Net-Labs/Discord.Net-Labs/release/3.x/docs/marketing/logo/PackageLogo.png</iconUrl>
<dependencies>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Labs.Core" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.3.0$suffix$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Labs.Core" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.3.0$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Labs.Core" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.3.0$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Labs.Core" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.2.0$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.3.0$suffix$" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 7c615cb

Please sign in to comment.