Browse Source

Remove old url reference in Discord.Net.nuspec (#2286)

Change organization name within Nuget manifest from RogueException to discord-net. 

If there’s any other ones I missed, please point it out to me.
tags/3.7.0
Nikita Petko GitHub 3 years ago
parent
commit
5546c705ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/Discord.Net/Discord.Net.nuspec

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

@@ -8,10 +8,10 @@
<owners>foxbot</owners> <owners>foxbot</owners>
<description>An asynchronous API wrapper for Discord. This metapackage includes all of the optional Discord.Net components.</description> <description>An asynchronous API wrapper for Discord. This metapackage includes all of the optional Discord.Net components.</description>
<tags>discord;discordapp</tags> <tags>discord;discordapp</tags>
<projectUrl>https://github.com/RogueException/Discord.Net</projectUrl>
<projectUrl>https://github.com/discord-net/Discord.Net</projectUrl>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl> <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/RogueException/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</iconUrl>
<iconUrl>https://github.com/discord-net/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</iconUrl>
<dependencies> <dependencies>
<group targetFramework="net6.0"> <group targetFramework="net6.0">
<dependency id="Discord.Net.Core" version="3.6.1$suffix$" /> <dependency id="Discord.Net.Core" version="3.6.1$suffix$" />
@@ -55,4 +55,4 @@
</group> </group>
</dependencies> </dependencies>
</metadata> </metadata>
</package>
</package>

Loading…
Cancel
Save