mirror of
https://github.com/jellyfin/jellyfin-plugin-anidb.git
synced 2024-11-26 23:50:26 +00:00
Prepare for release v3
This commit is contained in:
parent
05684ff54d
commit
8eb0fc2d9f
@ -3,14 +3,13 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RootNamespace>Jellyfin.Plugin.AniDB</RootNamespace>
|
||||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||||
<FileVersion>2.0.0.0</FileVersion>
|
||||
<AssemblyVersion>3.0.0.0</AssemblyVersion>
|
||||
<FileVersion>3.0.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Jellyfin.Controller" Version="10.*-*" />
|
||||
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.*" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: "AniDB"
|
||||
guid: "a2b2a7ed-aa28-4521-a64a-63d86901f246"
|
||||
version: "2.0.0.0"
|
||||
version: "3.0.0.0"
|
||||
targetAbi: "10.7.0.0"
|
||||
framework: "net5.0"
|
||||
owner: "jellyfin"
|
||||
@ -12,5 +12,5 @@ category: "Metadata"
|
||||
artifacts:
|
||||
- "Jellyfin.Plugin.AniDB.dll"
|
||||
changelog: >
|
||||
- Split out from the Anime plugin
|
||||
- Unpin patch version of DependencyInjection
|
||||
* Explicit decompress no longer needed (#4) @oddstr13
|
||||
* Let there be CI (#3) @oddstr13
|
||||
|
Loading…
Reference in New Issue
Block a user