- TCL: fixed CRC calculation for DtvData.db files larger than 307200 bytes

- TCL: support for editing data in Atrributes (!) table (lock, hide, skip, ...)
- TCL: removed alternative code for reading/writing .tar archives
- added info about running ChanSort on a Mac to readme
This commit is contained in:
Horst Beham
2023-01-12 20:20:44 +01:00
parent 864819fb1b
commit 073cf33fb6
6 changed files with 101 additions and 94 deletions

View File

@@ -7,7 +7,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.1" />
<PackageReference Include="SharpCompress" Version="0.32.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />