Skip to content

Commit

Permalink
Merge pull request #35 from Shiroechi/dev
Browse files Browse the repository at this point in the history
2.2.1
  • Loading branch information
Shiroechi authored Mar 26, 2021
2 parents 8bc62f0 + b26c740 commit a5f1421
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Booru/Booru.cs
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ public void AddHttpUserAgent(string userAgent = "")
{
this.HttpClient.DefaultRequestHeaders.Add(
"User-Agent",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36");
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36");
}
else
{
Expand Down
11 changes: 5 additions & 6 deletions BooruDex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
<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>- Change object model from struct to class.
- Fix some documentation.
- New method to check availability of booru website, IsOnline().</PackageReleaseNotes>
<Version>2.2.0</Version>
<PackageReleaseNotes>- Update dependencies
- Update User Agent</PackageReleaseNotes>
<Version>2.2.1</Version>
<AssemblyName>BooruDex</AssemblyName>
<RootNamespace>BooruDex</RootNamespace>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand All @@ -35,8 +34,8 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit a5f1421

Please sign in to comment.