Add proper package icons

This commit is contained in:
Jordan Brown
2020-03-30 14:36:31 -04:00
parent 4fe43c7c38
commit cc620c6e5f
4 changed files with 5 additions and 4 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

@@ -9,7 +9,7 @@
<Company>/tg/station</Company>
<Description>API definitions for tgstation-server</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>tgs.ico</PackageIcon>
<PackageIcon>tgs.png</PackageIcon>
<PackageProjectUrl>https://tgstation.github.io/tgstation-server</PackageProjectUrl>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/tgstation/tgstation-server</RepositoryUrl>
@@ -51,6 +51,6 @@
<ItemGroup>
<AdditionalFiles Include="../../build/stylecop.json" />
<None Include="../../LICENSE" Pack="true" PackagePath="" />
<None Include="../../build/tgs.ico" Pack="true" PackagePath="" />
<None Include="../../build/tgs.png" Pack="true" PackagePath="" />
</ItemGroup>
</Project>
@@ -15,7 +15,7 @@
<RepositoryType>Git</RepositoryType>
<NeutralLanguage>en-CA</NeutralLanguage>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>tgs.ico</PackageIcon>
<PackageIcon>tgs.png</PackageIcon>
<PackageTags>json web api tgstation-server tgstation ss13 byond client</PackageTags>
<PackageReleaseNotes>Added the ability to change the Token of IServerClient</PackageReleaseNotes>
<IncludeSymbols>true</IncludeSymbols>
@@ -52,6 +52,6 @@
<ItemGroup>
<AdditionalFiles Include="../../build/stylecop.json" />
<None Include="../../LICENSE" Pack="true" PackagePath="" />
<None Include="../../build/tgs.ico" Pack="true" PackagePath="" />
<None Include="../../build/tgs.png" Pack="true" PackagePath="" />
</ItemGroup>
</Project>
+1
View File
@@ -32,6 +32,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{6FF654E6
build\test_core.sh = build\test_core.sh
build\tgs.docker.sh = build\tgs.docker.sh
build\tgs.ico = build\tgs.ico
build\tgs.png = build\tgs.png
build\UploadCoverage.ps1 = build\UploadCoverage.ps1
build\Version.props = build\Version.props
EndProjectSection