Skip to content

Commit

Permalink
Merge pull request #106 from Cloud9Developer/development
Browse files Browse the repository at this point in the history
fixed issue.. wrong zip uploaded
  • Loading branch information
Cloud9Developer authored May 19, 2024
2 parents ee0bc8b + 988b16e commit 44cb770
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
1 change: 1 addition & 0 deletions BuildScripts/jprm_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>0.6.4.1</Version>
<AssemblyVersion>0.6.4.1</AssemblyVersion>
<FileVersion>0.6.4.1</FileVersion>
<Version>0.6.4.2</Version>
<AssemblyVersion>0.6.4.2</AssemblyVersion>
<FileVersion>0.6.4.2</FileVersion>
</PropertyGroup>
</Project>
8 changes: 8 additions & 0 deletions Jellyfin.Plugin.Newsletters/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 44cb770

Please sign in to comment.