Update version
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.2.2.0</Version>
|
<Version>1.2.3.0</Version>
|
||||||
<AssemblyVersion>1.2.2.0</AssemblyVersion>
|
<AssemblyVersion>1.2.3.0</AssemblyVersion>
|
||||||
<FileVersion>1.2.2.0</FileVersion>
|
<FileVersion>1.2.3.0</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: "TubeArchivistMetadata"
|
name: "TubeArchivistMetadata"
|
||||||
guid: "dc97d0c6-28b0-4242-afb4-5833ae1b3715"
|
guid: "dc97d0c6-28b0-4242-afb4-5833ae1b3715"
|
||||||
version: "1.2.2.0"
|
version: "1.2.3.0"
|
||||||
targetAbi: "10.8.0.0"
|
targetAbi: "10.8.0.0"
|
||||||
framework: "net6.0"
|
framework: "net6.0"
|
||||||
overview: "Metadata for your TubeArchivist library on Jellyfin"
|
overview: "Metadata for your TubeArchivist library on Jellyfin"
|
||||||
@@ -13,4 +13,4 @@ owner: "DarkFighterLuke"
|
|||||||
artifacts:
|
artifacts:
|
||||||
- "Jellyfin.Plugin.TubeArchivistMetadata.dll"
|
- "Jellyfin.Plugin.TubeArchivistMetadata.dll"
|
||||||
changelog: >
|
changelog: >
|
||||||
Fix bug on description length substringing
|
Add fix for unclosed HTML breaks
|
||||||
|
|||||||
@@ -8,6 +8,14 @@
|
|||||||
"overview": "Metadata for your TubeArchivist library on Jellyfin",
|
"overview": "Metadata for your TubeArchivist library on Jellyfin",
|
||||||
"imageUrl": "https://raw.githubusercontent.com/tubearchivist/tubearchivist-jf-plugin/master/images/logo.png",
|
"imageUrl": "https://raw.githubusercontent.com/tubearchivist/tubearchivist-jf-plugin/master/images/logo.png",
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"version": "1.2.3.0",
|
||||||
|
"changelog": "Add fix for unclosed HTML breaks\n",
|
||||||
|
"targetAbi": "10.8.0.0",
|
||||||
|
"sourceUrl": "https://github.com/tubearchivist/tubearchivist-jf-plugin/releases/download/v1.2.3/TubeArchivistMetadata-1.2.3.zip",
|
||||||
|
"checksum": "f5328a662444739eaa7c59855bfcb203",
|
||||||
|
"timestamp": "2024-04-18 21:45:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "1.2.2.0",
|
"version": "1.2.2.0",
|
||||||
"changelog": "Fix bug on description length substringing\n",
|
"changelog": "Fix bug on description length substringing\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user