Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiroechi committed May 13, 2021
1 parent 47bf338 commit 47cbd7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions BooruDex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Shiroechi</Authors>
<PackageProjectUrl>https://github.com/Shiroechi/BooruDex</PackageProjectUrl>
<RepositoryUrl>https://github.com/Shiroechi/BooruDex</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Imageboard Image Booru Danbooru Gelbooru Gelbooru02 Moebooru Yandere Konachan Safebooru Lolibooru Rule34 Behoimi Realbooru</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.</Description>
<PackageReleaseNotes>- Patch for add custom user agent</PackageReleaseNotes>
<Version>2.2.2</Version>
<PackageReleaseNotes>- Update depedencies</PackageReleaseNotes>
<Version>2.2.3</Version>
<AssemblyName>BooruDex</AssemblyName>
<RootNamespace>BooruDex</RootNamespace>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand All @@ -22,7 +22,7 @@

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

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -33,8 +33,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Litdex.Security.RNG" Version="2.4.0" />
<PackageReference Include="System.Text.Json" Version="5.0.1" />
<PackageReference Include="Litdex.Security.RNG" Version="2.5.1" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 47cbd7c

Please sign in to comment.