Oops i done me a goof

This commit is contained in:
2018-07-12 21:28:50 +01:00
parent 56eb3a558b
commit 7c97f468b5
2 changed files with 13 additions and 7 deletions

View File

@@ -5,13 +5,23 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>exsersewo</Authors> <Authors>exsersewo</Authors>
<Company /> <Company />
<Description>A Booru based ImageBoard wrapper</Description> <Description>An asynchronous Booru based ImageBoard wrapper.
It supports:
Safebooru,
Rule34,
Realbooru,
Danbooru,
Gelbooru,
Konachan,
E621 and
Yande.re</Description>
<PackageProjectUrl>https://github.com/exsersewo/Booru.Net</PackageProjectUrl> <PackageProjectUrl>https://github.com/exsersewo/Booru.Net</PackageProjectUrl>
<Copyright>exsersewo</Copyright> <Copyright>exsersewo</Copyright>
<RepositoryUrl>https://github.com/exsersewo/Booru.Net</RepositoryUrl> <RepositoryUrl>https://github.com/exsersewo/Booru.Net</RepositoryUrl>
<RepositoryType>Library</RepositoryType> <RepositoryType>Library</RepositoryType>
<PackageTags>booru imageboard api wrapper</PackageTags> <PackageTags>booru imageboard api wrapper</PackageTags>
<PackageLicenseUrl>https://github.com/exsersewo/Booru.Net/LICENSE</PackageLicenseUrl> <PackageLicenseUrl>https://github.com/exsersewo/Booru.Net/blob/master/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,8 +1,4 @@
using System; namespace Booru.Net
using System.Collections.Generic;
using System.Text;
namespace Skuld.Models.API.Booru
{ {
public enum BooruTypes public enum BooruTypes
{ {