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>
<Authors>exsersewo</Authors>
<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>
<Copyright>exsersewo</Copyright>
<RepositoryUrl>https://github.com/exsersewo/Booru.Net</RepositoryUrl>
<RepositoryType>Library</RepositoryType>
<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>
</PropertyGroup>

View File

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