From 7ea865739d3fc8d113b36ebd06337010dc1da75b Mon Sep 17 00:00:00 2001 From: LeeHoward1 Date: Fri, 30 Jan 2026 14:35:01 -0700 Subject: [PATCH] Bump version number to avoid nuget package conflicts --- pipeline-templates/global-variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline-templates/global-variables.yml b/pipeline-templates/global-variables.yml index 19cf25a..0ebdefc 100644 --- a/pipeline-templates/global-variables.yml +++ b/pipeline-templates/global-variables.yml @@ -12,7 +12,7 @@ # azure pipeline Reached heap limit Allocation failed - JavaScript heap out of memory The command "npm install" exited with code 134 variables: - name: semanticVersion - value: "8.2.2" + value: "8.2.3" - name: isPrerelease value: ${{ false }} - name: isReleaseBranch