From 3def0f81ab6075ca4c4e37213a675c64937741a5 Mon Sep 17 00:00:00 2001 From: Jason Webb Date: Thu, 12 Sep 2024 10:16:59 -0600 Subject: [PATCH] Updated build version. --- Build/Build.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/Build.cs b/Build/Build.cs index 101185e6..cbde9cd6 100644 --- a/Build/Build.cs +++ b/Build/Build.cs @@ -135,7 +135,7 @@ protected override void OnBuildInitialized() { Log.Information("Generating NuGet packages for projects in solution"); int commitNum = 0; - string NuGetVersionCustom = "2.0.0.884"; + string NuGetVersionCustom = "2.0.0.885"; //if it's not a tagged release - append the commit number to the package version