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

Commit 1d20c75

Browse files
committed
meta: bump versions
1 parent 9a64a44 commit 1d20c75

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

Discord.Net.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<VersionPrefix>3.4.3</VersionPrefix>
3+
<VersionPrefix>3.4.4</VersionPrefix>
44
<LangVersion>latest</LangVersion>
55
<Authors>Discord.Net Contributors</Authors>
66
<PackageTags>discord;discordapp</PackageTags>

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"overwrite": "_overwrites/**/**.md",
6262
"globalMetadata": {
6363
"_appTitle": "Discord.Net-Labs Documentation",
64-
"_appFooter": "Discord.Net-Labs (c) 2020-2021 3.4.3",
64+
"_appFooter": "Discord.Net-Labs (c) 2020-2021 3.4.4",
6565
"_enableSearch": true,
6666
"_appLogoPath": "marketing/logo/SVG/Logomark Standard.svg",
6767
"_appFaviconPath": "favicon.ico"

src/Discord.Net/Discord.Net.nuspec

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Discord.Net.Labs</id>
5-
<version>3.4.3$suffix$</version>
5+
<version>3.4.4$suffix$</version>
66
<title>Discord.Net Labs</title>
77
<authors>Discord.Net Contributors</authors>
88
<owners>quinchs</owners>
@@ -14,20 +14,28 @@
1414
<iconUrl>https://raw.githubusercontent.com/Discord-Net-Labs/Discord.Net-Labs/release/3.x/docs/marketing/logo/PackageLogo.png</iconUrl>
1515
<dependencies>
1616
<group targetFramework="net6.0">
17-
<dependency id="Discord.Net.Labs.Core" version="3.4.3$suffix$" />
18-
<dependency id="Discord.Net.Labs.Rest" version="3.4.3$suffix$" />
19-
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.3$suffix$" />
20-
<dependency id="Discord.Net.Labs.Commands" version="3.4.3$suffix$" />
21-
<dependency id="Discord.Net.Labs.Webhook" version="3.4.3$suffix$" />
22-
<dependency id="Discord.Net.Labs.Interactions" version="3.4.3$suffix$" />
17+
<dependency id="Discord.Net.Labs.Core" version="3.4.4$suffix$" />
18+
<dependency id="Discord.Net.Labs.Rest" version="3.4.4$suffix$" />
19+
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.4$suffix$" />
20+
<dependency id="Discord.Net.Labs.Commands" version="3.4.4$suffix$" />
21+
<dependency id="Discord.Net.Labs.Webhook" version="3.4.4$suffix$" />
22+
<dependency id="Discord.Net.Labs.Interactions" version="3.4.4$suffix$" />
2323
</group>
2424
<group targetFramework="net5.0">
25-
<dependency id="Discord.Net.Labs.Core" version="3.4.3$suffix$" />
26-
<dependency id="Discord.Net.Labs.Rest" version="3.4.3$suffix$" />
27-
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.3$suffix$" />
28-
<dependency id="Discord.Net.Labs.Commands" version="3.4.3$suffix$" />
29-
<dependency id="Discord.Net.Labs.Webhook" version="3.4.3$suffix$" />
30-
<dependency id="Discord.Net.Labs.Interactions" version="3.4.3$suffix$" />
25+
<dependency id="Discord.Net.Labs.Core" version="3.4.4$suffix$" />
26+
<dependency id="Discord.Net.Labs.Rest" version="3.4.4$suffix$" />
27+
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.4$suffix$" />
28+
<dependency id="Discord.Net.Labs.Commands" version="3.4.4$suffix$" />
29+
<dependency id="Discord.Net.Labs.Webhook" version="3.4.4$suffix$" />
30+
<dependency id="Discord.Net.Labs.Interactions" version="3.4.4$suffix$" />
31+
</group>
32+
<group targetFramework="net461">
33+
<dependency id="Discord.Net.Labs.Core" version="3.4.4$suffix$" />
34+
<dependency id="Discord.Net.Labs.Rest" version="3.4.4$suffix$" />
35+
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.4$suffix$" />
36+
<dependency id="Discord.Net.Labs.Commands" version="3.4.4$suffix$" />
37+
<dependency id="Discord.Net.Labs.Webhook" version="3.4.4$suffix$" />
38+
<dependency id="Discord.Net.Labs.Interactions" version="3.4.4$suffix$" />
3139
</group>
3240
</dependencies>
3341
</metadata>

0 commit comments

Comments
 (0)