Browse Source

meta: bump version

pull/1958/head
quin lynch 3 years ago
parent
commit
d687304725
3 changed files with 21 additions and 21 deletions
  1. +1
    -1
      Discord.Net.targets
  2. +1
    -1
      docs/docfx.json
  3. +19
    -19
      src/Discord.Net/Discord.Net.nuspec

+ 1
- 1
Discord.Net.targets View File

@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>3.4.4</VersionPrefix>
<VersionPrefix>3.4.5</VersionPrefix>
<LangVersion>latest</LangVersion>
<Authors>Discord.Net Contributors</Authors>
<PackageTags>discord;discordapp</PackageTags>


+ 1
- 1
docs/docfx.json View File

@@ -61,7 +61,7 @@
"overwrite": "_overwrites/**/**.md",
"globalMetadata": {
"_appTitle": "Discord.Net-Labs Documentation",
"_appFooter": "Discord.Net-Labs (c) 2020-2021 3.4.4",
"_appFooter": "Discord.Net-Labs (c) 2020-2021 3.4.5",
"_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Standard.svg",
"_appFaviconPath": "favicon.ico"


+ 19
- 19
src/Discord.Net/Discord.Net.nuspec View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Discord.Net.Labs</id>
<version>3.4.4$suffix$</version>
<version>3.4.5$suffix$</version>
<title>Discord.Net Labs</title>
<authors>Discord.Net Contributors</authors>
<owners>quinchs</owners>
@@ -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.4$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.4$suffix$" />
<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$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Labs.Core" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.4$suffix$" />
<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$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Labs.Core" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.4$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.4$suffix$" />
<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$" />
</group>
</dependencies>
</metadata>

Loading…
Cancel
Save