From 1e7da8eae367ccf6abe9f91fed857f7d53dc80a9 Mon Sep 17 00:00:00 2001 From: Xjph Date: Tue, 15 Mar 2022 13:20:44 -0230 Subject: [PATCH] Forgot the journal poker --- ObservatoryCore/LogMonitor.cs | 2 +- ObservatoryCore/ObservatoryCore.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ObservatoryCore/LogMonitor.cs b/ObservatoryCore/LogMonitor.cs index f962d05..af6b9b8 100644 --- a/ObservatoryCore/LogMonitor.cs +++ b/ObservatoryCore/LogMonitor.cs @@ -425,7 +425,7 @@ namespace Observatory { FileInfo fileToPoke = null; - foreach (var file in journalFolder.GetFiles("Journal.????????????.??.log")) + foreach (var file in journalFolder.GetFiles("Journal.*.??.log")) { if (fileToPoke == null || string.Compare(file.Name, fileToPoke.Name) > 0) { diff --git a/ObservatoryCore/ObservatoryCore.csproj b/ObservatoryCore/ObservatoryCore.csproj index 24a630a..156f150 100644 --- a/ObservatoryCore/ObservatoryCore.csproj +++ b/ObservatoryCore/ObservatoryCore.csproj @@ -13,7 +13,7 @@ - 0.1.$([System.DateTime]::UtcNow.DayOfYear.ToString()).$([System.DateTime]::UtcNow.ToString(HHmm)) + 0.2.$([System.DateTime]::UtcNow.DayOfYear.ToString()).$([System.DateTime]::UtcNow.ToString(HHmm)) 0.0.0.1 $(VersionSuffix) 0.0.1.0