Skip to content

Commit

Permalink
Update package information.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakul committed Mar 9, 2020
1 parent 8de7bf6 commit a1b9649
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Saladpuk.PromptPay/Saladpuk.PromptPay/Saladpuk.PromptPay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Saladpuk.PromptPay</RootNamespace>
<Authors>Saladpuk</Authors>
<PackageProjectUrl>https://github.com/saladpuk/PromptPay</PackageProjectUrl>
<PackageIcon>promptpay.png</PackageIcon>
<PackageIconUrl />
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/saladpuk/PromptPay</RepositoryUrl>
<PackageTags>promptpay</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand All @@ -13,4 +20,15 @@
<ProjectReference Include="..\Saladpuk.Contracts\Saladpuk.Contracts.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\promptpay.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
Binary file added promptpay.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 a1b9649

Please sign in to comment.