From a19b9b4906246512e8815c8ee139d17c8b9a1b6e Mon Sep 17 00:00:00 2001 From: dazering Date: Fri, 19 Jun 2026 18:57:00 +0300 Subject: [PATCH 1/2] Write invalid book id error --- HomeLibProt.CollectionManager/Inpx/InpxGenerator.fs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HomeLibProt.CollectionManager/Inpx/InpxGenerator.fs b/HomeLibProt.CollectionManager/Inpx/InpxGenerator.fs index 1d973b6..a2e3b03 100644 --- a/HomeLibProt.CollectionManager/Inpx/InpxGenerator.fs +++ b/HomeLibProt.CollectionManager/Inpx/InpxGenerator.fs @@ -177,6 +177,9 @@ let private tryToGetInpLinesAsync return Some lines, stat | false, _ -> + + $"Invalid book id: {entry.Name}" |> reportError + return None, { inpStat with From 6d432144fd6be60df2c53eb4ed607a2a633871dc Mon Sep 17 00:00:00 2001 From: dazering Date: Fri, 19 Jun 2026 18:58:14 +0300 Subject: [PATCH 2/2] Bump version --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index abdfb3b..1688155 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ 0 - 1.0.1.$(BuildNumber) + 1.0.2.$(BuildNumber) \ No newline at end of file