Browse Source

meta: Update command and webhook package

pull/1923/head
quin lynch 4 years ago
parent
commit
4f372cbb9f
3 changed files with 43 additions and 21 deletions
  1. +12
    -1
      src/Discord.Net.Commands/Discord.Net.Commands.csproj
  2. +13
    -2
      src/Discord.Net.Webhook/Discord.Net.Webhook.csproj
  3. +18
    -18
      src/Discord.Net/Discord.Net.nuspec

+ 12
- 1
src/Discord.Net.Commands/Discord.Net.Commands.csproj View File

@@ -4,12 +4,23 @@
<PropertyGroup>
<AssemblyName>Discord.Net.Commands</AssemblyName>
<RootNamespace>Discord.Commands</RootNamespace>
<Description>A Discord.Net extension adding support for bot commands.</Description>
<Description>A Discord.Net Labs extension adding support for bot commands.</Description>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net461;netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>2.3.1</Version>
<PackageId>Discord.Net.Labs.Commands</PackageId>
<PackageProjectUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</PackageProjectUrl>
<RepositoryUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</RepositoryUrl>
<PackageIcon>Temporary.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\..\..\Downloads\Temporary.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

+ 13
- 2
src/Discord.Net.Webhook/Discord.Net.Webhook.csproj View File

@@ -1,14 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../Discord.Net.targets" />
<Import Project="../../StyleAnalyzer.targets"/>
<Import Project="../../StyleAnalyzer.targets" />
<PropertyGroup>
<AssemblyName>Discord.Net.Webhook</AssemblyName>
<RootNamespace>Discord.Webhook</RootNamespace>
<Description>A core Discord.Net library containing the Webhook client and models.</Description>
<Description>A core Discord.Net Labs library containing the Webhook client and models.</Description>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>2.3.1</Version>
<PackageId>Discord.Net.Labs.Webhook</PackageId>
<PackageProjectUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</PackageProjectUrl>
<RepositoryUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</RepositoryUrl>
<PackageIcon>Temporary.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
<ProjectReference Include="..\Discord.Net.Rest\Discord.Net.Rest.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\..\..\Downloads\Temporary.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>

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

@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Discord.Net Labs</id>
<id>Discord.Net.Labs</id>
<version>2.3.1$suffix$</version>
<title>Discord.Net Labs</title>
<authors>Discord.Net Contributors</authors>
<owners>foxbot</owners>
<description>An experimental fork of Discord.NET that adds all the new discord features to play around with!</description>
<owners>quinchs</owners>
<description>An experimental fork of Discord.NET that adds all the new discord features to play around with! This metapackage includes all of the optional Discord.Net Labs components.</description>
<tags>discord;discordapp</tags>
<projectUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</projectUrl>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
@@ -14,25 +14,25 @@
<iconUrl>https://avatars.githubusercontent.com/u/84047264</iconUrl>
<dependencies>
<group targetFramework="net461">
<dependency id="Discord.Net.Core" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Rest" version="2.3.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Commands" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="2.3.1$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Rest" version="2.3.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Commands" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="2.3.1$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Rest" version="2.3.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Commands" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.Core" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.Rest" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.WebSocket" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.Commands" version="2.3.1$suffix$" />
<dependency id="Discord.Net.Labs.Webhook" version="2.3.1$suffix$" />
</group>
</dependencies>
</metadata>


Loading…
Cancel
Save