From 51dcb41cdfefee810e028eb8a0d209280076466d Mon Sep 17 00:00:00 2001 From: Jeffery Thompson Date: Thu, 25 Oct 2018 15:22:04 -0400 Subject: [PATCH] feat: make ProgramNumber settable --- ICD.Common.Utils/ProgramUtils.Standard.cs | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/ICD.Common.Utils/ProgramUtils.Standard.cs b/ICD.Common.Utils/ProgramUtils.Standard.cs index ff81299..cfbaafc 100644 --- a/ICD.Common.Utils/ProgramUtils.Standard.cs +++ b/ICD.Common.Utils/ProgramUtils.Standard.cs @@ -8,17 +8,11 @@ namespace ICD.Common.Utils { public static partial class ProgramUtils { - /// - /// Gets the program number. - /// - [PublicAPI] - public static uint ProgramNumber - { - get - { - return 1; - } - } + /// + /// Gets the program number. + /// + [PublicAPI] + public static uint ProgramNumber { get; set; } = 1; /// /// Gets the compile date of the program.