Skip to content

Commit

Permalink
Add license files and icon to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelc committed Mar 30, 2020
1 parent 247c2a1 commit 78cb4af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Modio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<PropertyGroup>
<Description>An async-based mod.io API client library for .NET</Description>
<AssemblyTitle>Modio</AssemblyTitle>
<Authors>nickelc</Authors>
<Version>0.0.0-dev</Version>
<AssemblyName>Modio</AssemblyName>
<PackageId>Modio</PackageId>
<PackageIcon>modio.png</PackageIcon>
<RepositoryUrl>https://github.com/nickelc/modio.net</RepositoryUrl>
<PackageProjectUrl>https://github.com/nickelc/modio.net</PackageProjectUrl>
<PackageLicenseExpression>MIT/Apache-2.0</PackageLicenseExpression>
<PackageLicenseExpression>MIT OR Apache-2.0</PackageLicenseExpression>
<PackageTags>modio API modding dotnetcore</PackageTags>

<LangVersion>8.0</LangVersion>
Expand All @@ -18,6 +20,12 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Include="LICENSE-APACHE" Pack="true" PackagePath="" />
<None Include="LICENSE-MIT" Pack="true" PackagePath="" />
<None Include="modio.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1'">
<PackageReference Include="System.Text.Json" Version="4.7.1" />
</ItemGroup>
Expand Down
Binary file added modio.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 78cb4af

Please sign in to comment.