Browse Source

meta: bump version

pull/1958/head
quin lynch 3 years ago
parent
commit
d472882ae3
3 changed files with 27 additions and 27 deletions
  1. +1
    -1
      Discord.Net.targets
  2. +1
    -1
      docs/docfx.json
  3. +25
    -25
      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.1</VersionPrefix>
<VersionPrefix>3.4.2</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.1",
"_appFooter": "Discord.Net-Labs (c) 2020-2021 3.4.2",
"_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Standard.svg",
"_appFaviconPath": "favicon.ico"


+ 25
- 25
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.1$suffix$</version>
<version>3.4.2$suffix$</version>
<title>Discord.Net Labs</title>
<authors>Discord.Net Contributors</authors>
<owners>quinchs</owners>
@@ -14,36 +14,36 @@
<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.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.2$suffix$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Labs.Core" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.2$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Labs.Core" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.2$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Labs.Core" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.1$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="3.4.2$suffix$" />
<dependency id="Discord.Net.Labs.Interactions" version="3.4.2$suffix$" />
</group>
</dependencies>
</metadata>


Loading…
Cancel
Save