mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:07:23 +01:00
up version
This commit is contained in:
parent
4b26333335
commit
56dd3c2f65
3 changed files with 2 additions and 3 deletions
|
|
@ -58,7 +58,6 @@ public static class ConfigurationExtensions
|
||||||
public class Configuration : IPluginConfiguration
|
public class Configuration : IPluginConfiguration
|
||||||
{
|
{
|
||||||
private string _apiUri = string.Empty;
|
private string _apiUri = string.Empty;
|
||||||
private int _maxParallelScan = 10;
|
|
||||||
[NonSerialized]
|
[NonSerialized]
|
||||||
private DalamudPluginInterface? _pluginInterface;
|
private DalamudPluginInterface? _pluginInterface;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors></Authors>
|
<Authors></Authors>
|
||||||
<Company></Company>
|
<Company></Company>
|
||||||
<Version>0.5.6</Version>
|
<Version>0.5.7</Version>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<Copyright></Copyright>
|
<Copyright></Copyright>
|
||||||
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ public class FileReplacement
|
||||||
|
|
||||||
_ = Task.Run(() =>
|
_ = Task.Run(() =>
|
||||||
{
|
{
|
||||||
var cache = fileDbManager.GetFileCacheByPath(ResolvedPath);
|
var cache = fileDbManager.GetFileCacheByPath(ResolvedPath)!;
|
||||||
Hash = cache.Hash;
|
Hash = cache.Hash;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue