diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 1dacd6d..2c7c550 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -24,7 +24,7 @@ jobs: - name: Generate Version id: shell run: | - echo ::set-output name=version::$(date '+%Y.%m%d.%H%M') + echo ::set-output name=version::1.$(date '+%Y.%m%d.%H%M') - name: Build Plugins run: | diff --git a/Jellyfin.Plugin.JavTube/Jellyfin.Plugin.JavTube.csproj b/Jellyfin.Plugin.JavTube/Jellyfin.Plugin.JavTube.csproj index 8c4e860..69471f8 100644 --- a/Jellyfin.Plugin.JavTube/Jellyfin.Plugin.JavTube.csproj +++ b/Jellyfin.Plugin.JavTube/Jellyfin.Plugin.JavTube.csproj @@ -8,7 +8,7 @@ JavTube JavTube Just Another Video Tube Plugin for Jellyfin/Emby - $([System.DateTime]::UtcNow.ToString(yyyy.MMdd.HHmm)) + 1.$([System.DateTime]::UtcNow.ToString(yyyy.MMdd.HHmm)) Copyright © $([System.DateTime]::UtcNow.Year) JavTube Git https://github.com/javtube/jellyfin-plugin-javtube.git