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