Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from joshuaboniface/jellyfin-bump
Browse files Browse the repository at this point in the history
Bump version and Jellyfin version
  • Loading branch information
joshuaboniface authored Apr 20, 2019
2 parents 37c740b + 5431bf5 commit 6315898
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;</TargetFrameworks>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.2.0.1" />
<PackageReference Include="Jellyfin.Controller" Version="10.*" />
</ItemGroup>

</Project>
4 changes: 3 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
name: "jellyfin-plugin-emailnotifications"
guid: "cfa0f7f4-4155-4d71-849b-d6598dc4c5bb"
version: "1.0.0"
version: "2" # Please increment with each pull request
jellyfin_version: "10.3.0" # The earliest binary-compatible version
owner: "jellyfin"
nicename: "Email Notifications"
description: "Send SMTP email notifications"
overview: "Send SMTP email notifications"
Expand Down

0 comments on commit 6315898

Please sign in to comment.