Fichiers
jellyfin-plugin-sharelinks/Jellyfin.Plugin.ShareLinks/Jellyfin.Plugin.ShareLinks.csproj
T
Franciskid 34637f52dc fold the device fix into 1.0.4.0
No point shipping 1.0.5.0 as its own version, neither was ever released.
2026-07-27 20:56:17 +02:00

26 lignes
774 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<RootNamespace>Jellyfin.Plugin.ShareLinks</RootNamespace>
<AssemblyName>Jellyfin.Plugin.ShareLinks</AssemblyName>
<Version>1.0.4.0</Version>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<FileVersion>1.0.4.0</FileVersion>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.11.0" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Web\**\*.*" />
</ItemGroup>
</Project>