Skip to content

Commit fa655b8

Browse files
github-actions[bot]jellyfin-botneBM
authored
Prepare for release v0.1.0 (#2)
* Bump version to 0.1.0 --------- Co-authored-by: jellyfin-bot <[email protected]> Co-authored-by: Ben Martin <[email protected]>
1 parent 0199d9e commit fa655b8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Directory.Build.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.0.0.0</Version>
4-
<AssemblyVersion>0.0.0.0</AssemblyVersion>
5-
<FileVersion>0.0.0.0</FileVersion>
3+
<Version>0.1.0</Version>
4+
<AssemblyVersion>0.1.0</AssemblyVersion>
5+
<FileVersion>0.1.0</FileVersion>
66
</PropertyGroup>
77
</Project>

build.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
name: "YouTube Metadata"
33
guid: "b4b4353e-dc57-4398-82c1-de9079e7146a"
4-
version: "1.0.0.0"
5-
targetAbi: "10.8.0.0"
4+
version: "0.1.0"
5+
targetAbi: "10.9.7.0"
66
framework: "net8.0"
77
owner: "neBM"
88
overview: "YouTube metadata provider"
99
description: "Provides YouTube metadata from the YouTube API and Youtube-dl metadata files."
1010
category: "Metadata"
1111
artifacts:
12-
- "Jellyfin.Plugin.YoutubeMetadata.dll"
13-
changelog: "Initial release"
12+
- "Jellyfin.Plugin.YoutubeMetadata.dll"
13+
changelog: |-
14+
- Streamline @neBM (#1)

0 commit comments

Comments
 (0)