From 23b83522cee492e2cfdc415f2ac8efcdecb7ae5b Mon Sep 17 00:00:00 2001 From: MalavikaKrishnan100 Date: Wed, 22 Jan 2025 11:25:13 +0530 Subject: [PATCH] Ca tool version changes for v7.0.2 (#231) * Update CA.nuspec * Update compile.yml * updated the version * Update compile.yml --------- Co-authored-by: Malavika --- .github/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index dacb15fd..e45643ce 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -129,8 +129,8 @@ jobs: - name: Create Nuget Packages id: createNupkg run: | - nuget pack CA.nuspec -Version 7.0.1 - Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.7.0.1.nupkg" + nuget pack CA.nuspec -Version 7.0.2 + Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.7.0.2.nupkg" - name: Archive NuGet Packages uses: actions/upload-artifact@v4