diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 63f830d..9002b3d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -61,6 +61,6 @@ jobs: VERSION: ${{needs.publish.outputs.version}} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release delete-asset "$VERSION" "${VERSION}.zip#Source code" -y - gh release delete-asset "$VERSION" "${VERSION}.tar.gz#Source code" -y + gh release delete-asset "$VERSION" "${VERSION}.zip#Source code (zip)" -y + gh release delete-asset "$VERSION" "${VERSION}.tar.gz#Source code (tar.gz)" -y echo "::notice file=dotnet.yml::Cleaned release $VERSION" diff --git a/vgauge.js b/vgauge.js index dac2440..8efc998 100644 --- a/vgauge.js +++ b/vgauge.js @@ -1,4 +1,4 @@ -// vgauge.js 1.0.28, copyright (c) 2024 A.J.Bauer, licensed under the MIT License,see LICENSE.txt for full license text. +// vgauge.js 1.0.29, copyright (c) 2024 A.J.Bauer, licensed under the MIT License,see LICENSE.txt for full license text. class VGauge { static isNonEmptyString(s) {