Skip to content

Commit

Permalink
Merge pull request #11 from Shiroechi/dev
Browse files Browse the repository at this point in the history
Update BooruDex.csproj
  • Loading branch information
Shiroechi authored Nov 26, 2020
2 parents 2d2b1ba + 28d467b commit 6adfa15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BooruDex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<RepositoryType>git</RepositoryType>
<PackageTags>Imageboard Booru</PackageTags>
<NeutralLanguage>en</NeutralLanguage>
<Description>Library to access the booru website using public API. This library only support GET method, it means only listing and searching only. For other method like POST, contributions are welcomed.</Description>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -17,7 +19,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<DocumentationFile>D:\Project\C#\API\BooruDex\BooruDex.xml</DocumentationFile>
</PropertyGroup>

Expand Down

0 comments on commit 6adfa15

Please sign in to comment.