Skip to content

Commit f5a0fd5

Browse files
committed
Add icon
1 parent 191599e commit f5a0fd5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/OpenMatch/OpenMatch.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@
66
<Title>OpenMatch Api</Title>
77
<Version>1.0.0</Version>
88
<PackageDescription>C# API for OpenMatch</PackageDescription>
9-
<Authors>FrozenStorm Interactive</Authors>
9+
<Authors>Yoann Potinet</Authors>
10+
<Company>FrozenStorm Interactive</Company>
11+
<PackageTags>openmatch</PackageTags>
1012
<PackageLicenseFile>License</PackageLicenseFile>
11-
13+
<PackageProjectUrl>https://github.com/FrozenStormInteractive/openmatch-csharp</PackageProjectUrl>
1214
<RepositoryUrl>https://github.com/FrozenStormInteractive/openmatch-csharp</RepositoryUrl>
1315
<RepositoryType>git</RepositoryType>
14-
16+
<PackageIcon>packageIcon.png</PackageIcon>
17+
<PackageIconFullPath>$(MSBuildThisFileDirectory)packageIcon.png</PackageIconFullPath>
1518
</PropertyGroup>
1619

1720
<ItemGroup>
1821
<None Include="../../License" Pack="true" PackagePath=""/>
22+
<None Include="$(PackageIconFullPath)" Pack="true" PackagePath="\"/>
1923
</ItemGroup>
2024

2125
<ItemGroup>

src/OpenMatch/packageIcon.png

7.31 KB
Loading

0 commit comments

Comments
 (0)