Skip to content

Commit

Permalink
Add package information
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibusten committed Dec 19, 2020
1 parent 8a2e891 commit dcf1d1a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PhilomenaApi/PhilomenaApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>

<Title>Philomena API</Title>
<PackageDescription>A C# API wrapper for imageboards running Philomena, such as Derpibooru.</PackageDescription>
<PackageTags>philomena; derpibooru; api; download; image; booru; imageboard; </PackageTags>
<PackageId>Sibusten.Philomena.Api</PackageId>
<Version>1.0.0-alpha1</Version>
<Authors>Sibusten</Authors>
<Company>Sibusten</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<!--<PackageIcon>TODO</PackageIcon>-->
<RepositoryUrl>https://github.com/Sibusten/philomena-api</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit dcf1d1a

Please sign in to comment.