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
|
||||
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
|
||||
|
||||
|
||||
@@ -3,12 +3,13 @@
|
||||
<PropertyGroup>
|
||||
<RootNamespace>Jellyfin.Plugin.Multilang</RootNamespace>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
||||
<Version>0.2.0</Version>
|
||||
<AssemblyVersion>0.2.0.0</AssemblyVersion>
|
||||
<FileVersion>0.2.0.0</FileVersion>
|
||||
<Version>0.2.1</Version>
|
||||
<AssemblyVersion>0.2.1.0</AssemblyVersion>
|
||||
<FileVersion>0.2.1.0</FileVersion>
|
||||
<Authors>ajp_anton</Authors>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user