diff --git a/BuildScripts/jprm_build.sh b/BuildScripts/jprm_build.sh index 86306fa..75791c4 100755 --- a/BuildScripts/jprm_build.sh +++ b/BuildScripts/jprm_build.sh @@ -66,6 +66,7 @@ rc=$? # echo $JELLYFIN_REPO # package Templates/ as well cd ${MY}/../${JELLYFIN_REPO} +zipfile="./newsletters/newsletters_${VERSION}.zip" zip -r ${zipfile} ./Templates echo "----------" echo "Contents in ${zipfile}" diff --git a/Directory.Build.props b/Directory.Build.props index a975256..b8bf896 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 0.6.4.1 - 0.6.4.1 - 0.6.4.1 + 0.6.4.2 + 0.6.4.2 + 0.6.4.2 \ No newline at end of file diff --git a/Jellyfin.Plugin.Newsletters/manifest.json b/Jellyfin.Plugin.Newsletters/manifest.json index 843fd96..dd15a7a 100644 --- a/Jellyfin.Plugin.Newsletters/manifest.json +++ b/Jellyfin.Plugin.Newsletters/manifest.json @@ -8,6 +8,14 @@ "category": "General", "imageUrl": "https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/logo.png", "versions": [ + { + "version": "0.6.4.2", + "changelog": "- Major code refactoring. - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for \"Test mail\" button. - Minor bug fix post 0.6.3.0 release FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md\n", + "targetAbi": "10.9.0.0", + "sourceUrl": "https://github.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/releases/download/v0.6.4.2/newsletters_0.6.4.2.zip", + "checksum": "0bd51caa17540a22a4a090716f74730e", + "timestamp": "2024-05-19T05:17:53Z" + }, { "version": "0.6.4.1", "changelog": "- Major code refactoring. - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for \"Test mail\" button. - Minor bug fix post 0.6.3.0 release FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md\n", diff --git a/build.yaml b/build.yaml index 3b0ae15..4a77de7 100644 --- a/build.yaml +++ b/build.yaml @@ -2,7 +2,7 @@ name: "Newsletters" guid: "60f478ab-2dd6-4ea0-af10-04d033f75979" imageUrl: "https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/logo.png" -version: "0.6.4.1" +version: "0.6.4.2" targetAbi: "10.9.0.0" framework: "net8.0" overview: "Send newsletters for recently added media" diff --git a/manifest.json b/manifest.json index 843fd96..dd15a7a 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "category": "General", "imageUrl": "https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/logo.png", "versions": [ + { + "version": "0.6.4.2", + "changelog": "- Major code refactoring. - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for \"Test mail\" button. - Minor bug fix post 0.6.3.0 release FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md\n", + "targetAbi": "10.9.0.0", + "sourceUrl": "https://github.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/releases/download/v0.6.4.2/newsletters_0.6.4.2.zip", + "checksum": "0bd51caa17540a22a4a090716f74730e", + "timestamp": "2024-05-19T05:17:53Z" + }, { "version": "0.6.4.1", "changelog": "- Major code refactoring. - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for \"Test mail\" button. - Minor bug fix post 0.6.3.0 release FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md\n",