Skip to content

Commit

Permalink
bump version to 1.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viperinius committed Dec 16, 2023
1 parent 77f4bf5 commit 6bb9e27
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>1.4.0.0</Version>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<FileVersion>1.4.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
</PropertyGroup>
</Project>
13 changes: 12 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "Spotify Import"
guid: "F03D0ADB-289F-4986-BD6F-2468025249B3"
imageUrl: "https://github.com/Viperinius/jellyfin-plugin-spotify-import/raw/master/viperinius-plugin-spotifyimport.png"
version: "1.4.0.0"
version: "1.5.0.0"
targetAbi: "10.8.0.0"
framework: "net6.0"
overview: "This plugin imports playlists from Spotify."
Expand All @@ -17,6 +17,17 @@ artifacts:
changelog: |2-
# Changelog
## [1.5.0.0] - 2023-12-16
### Added
- New switch to control where missing track files are stored
- Add new matcher to ignore anything in parentheses in track/album/artist names
### Fixed
- Fix Spotify username regex not allowing special characters
## [1.4.0.0] - 2023-10-15
### Added
Expand Down

0 comments on commit 6bb9e27

Please sign in to comment.