From 326f4346d23dffc0f84718fcfd973278092e9ea8 Mon Sep 17 00:00:00 2001 From: "daniele.corsini@corsinvest.it" Date: Tue, 14 Jun 2022 10:38:31 +0200 Subject: [PATCH] Fix #8 --- src/Corsinvest.ProxmoxVE.Diagnostic.Api/Application.cs | 2 +- .../Corsinvest.ProxmoxVE.Diagnostic.Api.csproj | 4 ++-- .../Corsinvest.ProxmoxVE.Diagnostic.csproj | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Corsinvest.ProxmoxVE.Diagnostic.Api/Application.cs b/src/Corsinvest.ProxmoxVE.Diagnostic.Api/Application.cs index 02b5efa..2dbe7f8 100644 --- a/src/Corsinvest.ProxmoxVE.Diagnostic.Api/Application.cs +++ b/src/Corsinvest.ProxmoxVE.Diagnostic.Api/Application.cs @@ -1099,7 +1099,7 @@ private static void CheckThreshold(List result, string MakeDescription(string PrefixDescription, double usage, double size) { var txt = $"{PrefixDescription} usage {GetValue(usage, size)}%"; - if (formatByte) { txt += $" {ByteSize.FromBytes(usage)} of {ByteSize.FromBytes(size)}"; } + if (formatByte) { txt += $" - {ByteSize.FromBytes(usage)} of {ByteSize.FromBytes(size)}"; } return txt; } diff --git a/src/Corsinvest.ProxmoxVE.Diagnostic.Api/Corsinvest.ProxmoxVE.Diagnostic.Api.csproj b/src/Corsinvest.ProxmoxVE.Diagnostic.Api/Corsinvest.ProxmoxVE.Diagnostic.Api.csproj index 5baa00f..dc8bbaa 100644 --- a/src/Corsinvest.ProxmoxVE.Diagnostic.Api/Corsinvest.ProxmoxVE.Diagnostic.Api.csproj +++ b/src/Corsinvest.ProxmoxVE.Diagnostic.Api/Corsinvest.ProxmoxVE.Diagnostic.Api.csproj @@ -3,7 +3,7 @@ net6.0 true - 1.5.3 + 1.5.4 Corsinvest Srl Daniele Corsini Corsinvest Srl @@ -31,6 +31,6 @@ - + \ No newline at end of file diff --git a/src/Corsinvest.ProxmoxVE.Diagnostic/Corsinvest.ProxmoxVE.Diagnostic.csproj b/src/Corsinvest.ProxmoxVE.Diagnostic/Corsinvest.ProxmoxVE.Diagnostic.csproj index 4c9f123..488be32 100644 --- a/src/Corsinvest.ProxmoxVE.Diagnostic/Corsinvest.ProxmoxVE.Diagnostic.csproj +++ b/src/Corsinvest.ProxmoxVE.Diagnostic/Corsinvest.ProxmoxVE.Diagnostic.csproj @@ -1,7 +1,7 @@  Exe - 1.4.2 + 1.4.3 net6.0 cv4pve-diag Corsinvest Srl @@ -19,10 +19,10 @@ - + - - + +