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 27, 2021
1 parent a1097dc commit 9d69217
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 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.4.5</VersionPrefix>
<VersionPrefix>3.4.6</VersionPrefix>
<LangVersion>latest</LangVersion>
<Authors>Discord.Net Contributors</Authors>
<PackageTags>discord;discordapp</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"overwrite": "_overwrites/**/**.md",
"globalMetadata": {
"_appTitle": "Discord.Net-Labs Documentation",
"_appFooter": "Discord.Net-Labs (c) 2020-2021 3.4.5",
"_appFooter": "Discord.Net-Labs (c) 2020-2021 3.4.6",
"_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Standard.svg",
"_appFaviconPath": "favicon.ico"
Expand Down
38 changes: 19 additions & 19 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.4.5$suffix$</version>
<version>3.4.6$suffix$</version>
<title>Discord.Net Labs</title>
<authors>Discord.Net Contributors</authors>
<owners>quinchs</owners>
Expand All @@ -14,28 +14,28 @@
<iconUrl>https://raw.githubusercontent.com/Discord-Net-Labs/Discord.Net-Labs/release/3.x/docs/marketing/logo/PackageLogo.png</iconUrl>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Discord.Net.Labs.Core" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.6$suffix$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Labs.Core" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.6$suffix$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Labs.Core" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.5$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.6$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.6$suffix$" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 9d69217

Please sign in to comment.