From 99dc8046c75ab83d9aad9c9c489d6c3bf1296fcf Mon Sep 17 00:00:00 2001 From: Jason Webb Date: Fri, 19 Apr 2024 00:29:14 -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 95db4176..26646579 100644 --- a/Build/Build.cs +++ b/Build/Build.cs @@ -134,7 +134,7 @@ protected override void OnBuildInitialized() { Log.Information("Generating NuGet packages for projects in solution"); int commitNum = 0; - string NuGetVersionCustom = "2.0.0.9"; + string NuGetVersionCustom = "2.0.0.10"; //if it's not a tagged release - append the commit number to the package version