Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
intelligide committed Jul 2, 2020
1 parent 191599e commit f5a0fd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/OpenMatch/OpenMatch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@
<Title>OpenMatch Api</Title>
<Version>1.0.0</Version>
<PackageDescription>C# API for OpenMatch</PackageDescription>
<Authors>FrozenStorm Interactive</Authors>
<Authors>Yoann Potinet</Authors>
<Company>FrozenStorm Interactive</Company>
<PackageTags>openmatch</PackageTags>
<PackageLicenseFile>License</PackageLicenseFile>

<PackageProjectUrl>https://github.com/FrozenStormInteractive/openmatch-csharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/FrozenStormInteractive/openmatch-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>

<PackageIcon>packageIcon.png</PackageIcon>
<PackageIconFullPath>$(MSBuildThisFileDirectory)packageIcon.png</PackageIconFullPath>
</PropertyGroup>

<ItemGroup>
<None Include="../../License" Pack="true" PackagePath=""/>
<None Include="$(PackageIconFullPath)" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
Expand Down
Binary file added src/OpenMatch/packageIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f5a0fd5

Please sign in to comment.