From 396824c71fc6fefed8637362c439d35b22c1e6d4 Mon Sep 17 00:00:00 2001 From: Thomas Wiedebusch Date: Fri, 14 Apr 2023 19:01:46 +0200 Subject: [PATCH] CLR types --- Common/Common.sln.DotSettings.user | 2 +- .../WaterMeter/Genesis/GenesisStatus/GenesisStatus.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/Common.sln.DotSettings.user b/Common/Common.sln.DotSettings.user index 772152a3..43da7416 100644 --- a/Common/Common.sln.DotSettings.user +++ b/Common/Common.sln.DotSettings.user @@ -28,7 +28,7 @@ True NewVersion True - C:\Users\Thomas\AppData\Local\Temp\JetBrains\ReSharperPlatformVs15\vAny_33007af5\CoverageData\_Common.-1885154465\Snapshot\snapshot.utdcvr + diff --git a/Common/Hardware/WaterMeter/Genesis/GenesisStatus/GenesisStatus.cs b/Common/Hardware/WaterMeter/Genesis/GenesisStatus/GenesisStatus.cs index 7c984810..aff1d0a8 100644 --- a/Common/Hardware/WaterMeter/Genesis/GenesisStatus/GenesisStatus.cs +++ b/Common/Hardware/WaterMeter/Genesis/GenesisStatus/GenesisStatus.cs @@ -40,13 +40,13 @@ namespace Xylem.Common.Hardware.WaterMeter.Genesis.GenesisStatus /// and taken from the data base. Here special versions can be used for FW tests. /// null means take the current released version /// - public int? OverrideFwCheck; + public Int32? OverrideFwCheck; /// /// override the Lut version to check the look-up-table installation as this device may be used for development. /// null means take the current released version /// - public int? OverrideLutCheck; + public Int32? OverrideLutCheck; /// /// Internally used to signal that production and shipping is proved and validated.