Updated RD.NET to 1.0.4

This commit is contained in:
Roger Far 2021-06-16 07:39:17 -06:00
parent a77e42f91b
commit 16dfda50b9
4 changed files with 7 additions and 3 deletions

View file

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.7.8] - 2021-06-17
### Changed
- Fixed issue for real this time with a broken response from RDT when the available files returns in a format different than normal.
## [1.7.7] - 2021-06-09
### Changed
- Fixed some issues with download error handling.

View file

@ -1,6 +1,6 @@
{
"name": "rdt-client",
"version": "1.7.7",
"version": "1.7.8",
"description": "This is a web interface to manage your torrents on Real-Debrid.",
"main": "index.js",
"dependencies": {

View file

@ -14,7 +14,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RD.NET" Version="1.0.2" />
<PackageReference Include="RD.NET" Version="1.0.4" />
<PackageReference Include="Serilog" Version="2.10.0" />
</ItemGroup>

View file

@ -9,7 +9,7 @@
<PackageReference Include="Downloader" Version="2.2.8" />
<PackageReference Include="MonoTorrent" Version="2.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RD.NET" Version="1.0.3" />
<PackageReference Include="RD.NET" Version="1.0.4" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Exceptions" Version="6.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />