Release version 0.2.1
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
Multilang is a Jellyfin plugin that lets different users see different metadata
|
Multilang is a Jellyfin plugin that lets different users see different metadata
|
||||||
languages without changing Jellyfin's stored metadata.
|
languages without changing Jellyfin's stored metadata.
|
||||||
|
|
||||||
The plugin is built for Jellyfin 10.11.9 and is currently early beta software.
|
The plugin is built for the Jellyfin 10.11.x stable series on Linux x64 and is
|
||||||
|
currently early beta software.
|
||||||
|
|
||||||
## What It Does
|
## What It Does
|
||||||
|
|
||||||
|
|||||||
@@ -3,12 +3,13 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<RootNamespace>Jellyfin.Plugin.Multilang</RootNamespace>
|
<RootNamespace>Jellyfin.Plugin.Multilang</RootNamespace>
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
|
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
||||||
<Version>0.2.0</Version>
|
<Version>0.2.1</Version>
|
||||||
<AssemblyVersion>0.2.0.0</AssemblyVersion>
|
<AssemblyVersion>0.2.1.0</AssemblyVersion>
|
||||||
<FileVersion>0.2.0.0</FileVersion>
|
<FileVersion>0.2.1.0</FileVersion>
|
||||||
<Authors>ajp_anton</Authors>
|
<Authors>ajp_anton</Authors>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user