From 4dffc9ae4102a9eefbce156e44c45f261880673a Mon Sep 17 00:00:00 2001 From: Jason Webb Date: Fri, 8 Nov 2024 15:09:32 -0700 Subject: [PATCH] Updated version. --- Build/Build.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/Build.cs b/Build/Build.cs index 87fee437..1e0d56e8 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.1.0"; + string NuGetVersionCustom = "2.1.1"; //if it's not a tagged release - append the commit number to the package version