Skip to content

Commit

Permalink
Prepare for release v19 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot authored May 11, 2024
1 parent 00ccc30 commit 917be39
Show file tree
Hide file tree
Showing 2 changed files with 8 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>18.0.0.0</Version>
<AssemblyVersion>18.0.0.0</AssemblyVersion>
<FileVersion>18.0.0.0</FileVersion>
<Version>19.0.0.0</Version>
<AssemblyVersion>19.0.0.0</AssemblyVersion>
<FileVersion>19.0.0.0</FileVersion>
</PropertyGroup>
</Project>
6 changes: 5 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "LDAP Authentication"
guid: "958aad66-3784-4d2a-b89a-a7b6fab6e25c"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-ldapauth.png"
version: 18
version: 19
targetAbi: "10.9.0.0"
framework: "net8.0"
owner: "jellyfin"
Expand All @@ -15,3 +15,7 @@ artifacts:
- "LDAP-Auth.dll"
- "Novell.Directory.Ldap.NETStandard.dll"
changelog: |-
- Updates for 10.9 (#158) @crobibero
### New features and improvements ###
- Add profile image synchronization (#154) @SanseroGames

0 comments on commit 917be39

Please sign in to comment.