Skip to content

Commit

Permalink
Add package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwilarg committed Feb 21, 2020
1 parent f747965 commit d811399
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions BooruSharp/BooruSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.4.8</Version>
<Authors>Xwilarg</Authors>
<Company />
<Description>BooruSharp is a C# library to browse Booru websites (Gelbooru, Konachan, etc...) easily</Description>
<Copyright>GNU General Public License v3.0</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Xwilarg/BooruSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Xwilarg/BooruSharp</RepositoryUrl>
<RepositoryType>Library</RepositoryType>
<PackageReleaseNotes>Port project to .NET Standard</PackageReleaseNotes>
<PackageTags>Booru Gelbooru Image C-Sharp Atfbooru DanbooruDonmai Danbooru E621 E926 FurryBooru Konachan Lolibooru Realbooru Rule34 Safebooru Sakugabooru Xbooru Yandere</PackageTags>
</PropertyGroup>

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

</Project>

0 comments on commit d811399

Please sign in to comment.