Skip to content

Commit

Permalink
Updated RuriLib packages to .net 6
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed Mar 9, 2022
1 parent 8d72464 commit 5b6a150
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RuriLib.Http/RuriLib.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Authors>Ruri</Authors>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Description>This is a library that provides a custom HTTP client, in addition to an HttpMessageHandler to be used with the default HttpClient of System.Net</Description>
<Copyright>Ruri 2022</Copyright>
<RepositoryUrl>https://github.com/openbullet/OpenBullet2/tree/master/RuriLib.Http</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion RuriLib.Parallelization/RuriLib.Parallelization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageProjectUrl>https://github.com/openbullet/OpenBullet2/tree/master/RuriLib.Parallelization</PackageProjectUrl>
<RepositoryUrl>https://github.com/openbullet/OpenBullet2/tree/master/RuriLib.Parallelization</RepositoryUrl>
<PackageTags>parallelization; task; tasks; manager; taskmanager; multithreading; parallel; multithread; async;</PackageTags>
<Version>1.0.5</Version>
<Version>1.0.6</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion RuriLib.Proxies/RuriLib.Proxies.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageProjectUrl>https://github.com/openbullet/OpenBullet2/tree/master/RuriLib.Proxies</PackageProjectUrl>
<Description>This is a library that can proxy a `TcpClient` via a proxy server. Supported protocols: HTTP(S), SOCKS4, SOCKS4a, SOCKS5, No proxy</Description>
<PackageTags>proxy; proxies; http; socks; socks4; socks4a; socks5; tcpclient;</PackageTags>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>Ruri</Authors>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
Expand Down

1 comment on commit 5b6a150

@githut991
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5c668d0dc6d0336d71a109580165886516c697ff

Please sign in to comment.