mirror of
https://github.com/jellyfin/jellyfin-plugin-simkl.git
synced 2024-11-23 05:39:51 +00:00
Bump version to 4 (#26)
This commit is contained in:
parent
02e2d0990c
commit
8957a90de1
@ -1,7 +1,7 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>3.0.0.0</Version>
|
||||
<AssemblyVersion>3.0.0.0</AssemblyVersion>
|
||||
<FileVersion>3.0.0.0</FileVersion>
|
||||
<Version>4.0.0.0</Version>
|
||||
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
||||
<FileVersion>4.0.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
12
build.yaml
12
build.yaml
@ -1,8 +1,8 @@
|
||||
---
|
||||
name: "Simkl"
|
||||
guid: "07CAEF58-A94B-4211-A62C-F9774E04EBDB"
|
||||
version: 3
|
||||
targetAbi: "10.8.1.0"
|
||||
version: 4
|
||||
targetAbi: "10.8.11.0"
|
||||
owner: "crobibero"
|
||||
overview: "Scrobble to Simkl"
|
||||
description: >
|
||||
@ -13,8 +13,8 @@ framework: "net6.0"
|
||||
artifacts:
|
||||
- "Jellyfin.Plugin.Simkl.dll"
|
||||
changelog: |2-
|
||||
### Bug Fixes ###
|
||||
- Fix auth against Simkl api (#17) @crobibero
|
||||
### New features and improvements ###
|
||||
- fixed json case + added episode ids + empty response error (#25) @ekleop
|
||||
|
||||
### CI & build changes ###
|
||||
- fix: meta ci workflows (#15) @h1dden-da3m0n
|
||||
### Bug Fixes ###
|
||||
- fixed json case + added episode ids + empty response error (#25) @ekleop
|
||||
|
Loading…
Reference in New Issue
Block a user