New locale: Spain

This commit is contained in:
Robert McRackan 2021-07-21 13:48:52 -04:00
parent 35fe3ae786
commit 9aa31338d6
2 changed files with 6 additions and 1 deletions

View File

@ -156,6 +156,11 @@ namespace FileManager
private IConfigurationRoot configuration;
public void ConfigureLogging()
{
//// with code. also persists to Settings.json
//SetWithJsonPath("Serilog.WriteTo[1].Args", "path", logPath, true);
//// hack which achieves the same, in memory only
//configuration["Serilog:WriteTo:1:Args:path"] = logPath;
configuration = new ConfigurationBuilder()
.AddJsonFile(SettingsFilePath, optional: false, reloadOnChange: true)
.Build();

View File

@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>5.3.0.1</Version>
<Version>5.3.1.1</Version>
</PropertyGroup>
<ItemGroup>