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

Commit a7a32ca

Browse files
committed
meta: bump version
1 parent ee35acc commit a7a32ca

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.9</VersionPrefix>
3+
<VersionPrefix>3.5.0</VersionPrefix>
44
<LangVersion>latest</LangVersion>
55
<Authors>Discord.Net Contributors</Authors>
66
<PackageTags>discord;discordapp</PackageTags>

docs/docfx.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"build": {
1818
"content": [
1919
{
20-
"files": [ "api/**.yml", "api/index.md" ]
20+
"files": ["api/**.yml", "api/index.md"]
2121
},
2222
{
23-
"files": [ "toc.yml", "index.md" ]
23+
"files": ["toc.yml", "index.md"]
2424
},
2525
{
26-
"files": [ "faq/**.md", "faq/**/toc.yml" ]
26+
"files": ["faq/**.md", "faq/**/toc.yml"]
2727
},
2828
{
29-
"files": [ "guides/**.md", "guides/**/toc.yml" ]
29+
"files": ["guides/**.md", "guides/**/toc.yml"]
3030
},
3131
{
3232
"src": "../",
33-
"files": [ "CHANGELOG.md" ]
33+
"files": ["CHANGELOG.md"]
3434
}
3535
],
3636
"resource": [
@@ -60,7 +60,7 @@
6060
"overwrite": "_overwrites/**/**.md",
6161
"globalMetadata": {
6262
"_appTitle": "Discord.Net-Labs Documentation",
63-
"_appFooter": "Discord.Net-Labs (c) 2020-2021 3.4.9",
63+
"_appFooter": "Discord.Net-Labs (c) 2020-2021 3.5.0",
6464
"_enableSearch": true,
6565
"_appLogoPath": "marketing/logo/SVG/Logomark Standard.svg",
6666
"_appFaviconPath": "favicon.ico"

src/Discord.Net/Discord.Net.nuspec

Lines changed: 1 addition & 1 deletion
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.9$suffix$</version>
5+
<version>3.5.0$suffix$</version>
66
<title>Discord.Net Labs</title>
77
<authors>Discord.Net Contributors</authors>
88
<owners>quinchs</owners>

0 commit comments

Comments
 (0)