Removed Hasheous POC - full Hasheous support will be available in 1.8.0 (#379)

This commit is contained in:
Michael Green
2024-06-28 16:20:22 +10:00
committed by GitHub
parent d1f157ac08
commit 3e8696e6e8
2 changed files with 5 additions and 1 deletions

View File

@@ -45,6 +45,10 @@ AgeRatings.PopulateAgeMap();
// load app settings
Config.InitSettings();
// disable hasheous
Config.MetadataConfiguration.SignatureSource = HasheousClient.Models.MetadataModel.SignatureSources.LocalOnly;
// write updated settings back to the config file
Config.UpdateConfig();

View File

@@ -20,7 +20,7 @@
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.0.0" />
<PackageReference Include="gaseous-signature-parser" Version="2.1.0" />
<PackageReference Include="gaseous.IGDB" Version="1.0.2" />
<PackageReference Include="hasheous-client" Version="0.2.0" />
<PackageReference Include="hasheous-client" Version="0.1.0" />
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="13.5.0" />
<PackageReference Include="sharpcompress" Version="0.36.0" />
<PackageReference Include="Squid-Box.SevenZipSharp" Version="1.6.1.23" />