From 4bd27d1be75f0c9995959c8ea96dd6d986a927b8 Mon Sep 17 00:00:00 2001 From: Jason Webb Date: Wed, 24 Apr 2024 11:14:47 -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 53559910..d25c01f2 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.874"; + string NuGetVersionCustom = "2.0.0.875"; //if it's not a tagged release - append the commit number to the package version