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.