From 73323a3015c1eb5cb2365685fa15960147a82c45 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 6 Aug 2024 15:11:33 -0500 Subject: [PATCH] More fixes --- .github/workflows/distribute.yml | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index 473f3a8..914457b 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -17,7 +17,7 @@ jobs: uses: dotnet/nbgv@v0.4.2 with: setAllVars: true - stamp: true + stamp: package.json # Create a zip from what's in this repo - name: Archive Release diff --git a/version.json b/version.json index 6c8c801..f0c1e39 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "2.0", + "version": "1.0", "cloudBuild": { "buildNumber": { "enabled": true