feat: update authors and project URL in nuspec file

This commit is contained in:
HueByte
2026-07-01 23:00:04 +02:00
parent 19bf123c8c
commit 1b234e39e1
+2 -2
View File
@@ -4,11 +4,11 @@
<id>echohub</id> <id>echohub</id>
<version>__VERSION__</version> <version>__VERSION__</version>
<title>EchoHub</title> <title>EchoHub</title>
<authors>HueByte</authors> <authors>HueByte, StoneRed</authors>
<owners>HueByte</owners> <owners>HueByte</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/HueByte/EchoHub/blob/master/LICENSE</licenseUrl> <licenseUrl>https://github.com/HueByte/EchoHub/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/HueByte/EchoHub</projectUrl> <projectUrl>https://echohub.voidcube.cloud/</projectUrl>
<projectSourceUrl>https://github.com/HueByte/EchoHub</projectSourceUrl> <projectSourceUrl>https://github.com/HueByte/EchoHub</projectSourceUrl>
<docsUrl>https://huebyte.github.io/EchoHub</docsUrl> <docsUrl>https://huebyte.github.io/EchoHub</docsUrl>
<bugTrackerUrl>https://github.com/HueByte/EchoHub/issues</bugTrackerUrl> <bugTrackerUrl>https://github.com/HueByte/EchoHub/issues</bugTrackerUrl>