mirror of
https://github.com/jellyfin/jellyfin-plugin-tvmaze.git
synced 2024-11-22 21:39:43 +00:00
Prepare for release v11 (#43)
This commit is contained in:
parent
f2a416c06e
commit
979179bc60
@ -1,7 +1,7 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>0.0.0.0</Version>
|
||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||
<FileVersion>0.0.0.0</FileVersion>
|
||||
<Version>11.0.0.0</Version>
|
||||
<AssemblyVersion>11.0.0.0</AssemblyVersion>
|
||||
<FileVersion>11.0.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
16
build.yaml
16
build.yaml
@ -1,7 +1,7 @@
|
||||
name: "TVmaze"
|
||||
guid: "A4A488D0-17A3-4919-8D82-7F3DE4F6B209"
|
||||
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png"
|
||||
version: "11"
|
||||
version: 11
|
||||
targetAbi: "10.9.0.0"
|
||||
framework: "net8.0"
|
||||
owner: "jellyfin"
|
||||
@ -16,9 +16,13 @@ artifacts:
|
||||
- "Flurl.dll"
|
||||
- "Flurl.Http.dll"
|
||||
- "Polly.dll"
|
||||
changelog: |2-
|
||||
### Code or Repo Maintenance ###
|
||||
- Fix build (#36) @crobibero
|
||||
changelog: |-
|
||||
- 10.9 (#50) @crobibero
|
||||
|
||||
### Dependency updates ###
|
||||
- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#33) @dependabot
|
||||
### Code or Repo Maintenance ###
|
||||
- Update link to Jellyfin website (#49) @methbkts
|
||||
- Use meta ci (#42) @crobibero
|
||||
|
||||
### CI & build changes ###
|
||||
- fix: meta ci workflows (#44) @h1dden-da3m0n
|
||||
- Use meta ci (#42) @crobibero
|
||||
|
Loading…
Reference in New Issue
Block a user