mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-05-05 14:04:49 +08:00
add v1 prefix
This commit is contained in:
2
.github/workflows/dotnetcore.yml
vendored
2
.github/workflows/dotnetcore.yml
vendored
@@ -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: |
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user