From 01f1c3f6b11ecc1869eb5187d93a3c41631633b0 Mon Sep 17 00:00:00 2001 From: Jason Webb Date: Fri, 10 May 2024 17:47:09 -0600 Subject: [PATCH] Version bump. --- Build/Build.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/Build.cs b/Build/Build.cs index b375ea9e..6492683e 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.878"; + string NuGetVersionCustom = "2.0.0.879"; //if it's not a tagged release - append the commit number to the package version