add v1 prefix

This commit is contained in:
xjasonlyu
2022-06-09 01:40:49 +08:00
parent b9c8d86631
commit 0de6372af2
2 changed files with 2 additions and 2 deletions

View File

@@ -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: |

View File

@@ -8,7 +8,7 @@
<AssemblyName>JavTube</AssemblyName>
<Authors>JavTube</Authors>
<Description>Just Another Video Tube Plugin for Jellyfin/Emby</Description>
<Version>$([System.DateTime]::UtcNow.ToString(yyyy.MMdd.HHmm))</Version>
<Version>1.$([System.DateTime]::UtcNow.ToString(yyyy.MMdd.HHmm))</Version>
<Copyright>Copyright © $([System.DateTime]::UtcNow.Year) JavTube</Copyright>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/javtube/jellyfin-plugin-javtube.git</RepositoryUrl>