mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-06 19:36:53 +02:00
- Panasonic Fire-OS Channels.sdx lists: removed trailing underscore and space characters from channel names
- downgraded SQLite libraries to avoid a memory access violation crash in the SQLitePCL.raw 2.1.10 (causing at least Panasonic lists to crash on load) - added support for \*.dbm files with size 782536 (e.g. Vantage VT-80 HD) - moved "Save as..." and "Export reference list" to a sub menu as they caused frequent confusion with the regular "Save".
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
<OutputPath>..\Release\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" />
|
||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.13" />
|
||||
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="8.0.13" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user