Oops i done me a goof
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user