Skip to content

Commit

Permalink
Merge pull request #2 from oddstr13/pr-v2
Browse files Browse the repository at this point in the history
Unpin patch version of DependencyInjection
  • Loading branch information
oddstr13 committed Mar 10, 2021
2 parents 6ad9938 + d5055d2 commit d181d2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Jellyfin.Plugin.AniDB/Jellyfin.Plugin.AniDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Jellyfin.Plugin.AniDB</RootNamespace>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.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.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.*" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "AniDB"
guid: "a2b2a7ed-aa28-4521-a64a-63d86901f246"
version: "1.0.0.0"
version: "2.0.0.0"
targetAbi: "10.7.0.0"
framework: "net5.0"
owner: "jellyfin"
Expand All @@ -13,3 +13,4 @@ artifacts:
- "Jellyfin.Plugin.AniDB.dll"
changelog: >
- Split out from the Anime plugin
- Unpin patch version of DependencyInjection

0 comments on commit d181d2a

Please sign in to comment.