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