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

Commit

Permalink
Merge pull request #2 from jellyfin/AdjustBuildYaml
Browse files Browse the repository at this point in the history
Adjusted Guid in build.yaml
  • Loading branch information
joshuaboniface authored Jun 25, 2019
2 parents 6317caa + 3667b98 commit 5b2455d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jellyfin.Plugin.Slack/Jellyfin.Plugin.Slack.csproj
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 Down
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "jellyfin-plugin-slack"
guid: "de228f12-e43e-4bd9-9fc0-2830819c3b92"
version: "1" # Please increment with each pull request
guid: "94fb77c3-55ad-4c50-bf4e-4e5497467b79"
version: "2" # Please increment with each pull request
jellyfin_version: "10.3.0" # The earliest binary-compatible version
nicename: "Slack Notifications"
description: "Jellyfin Slack notification plugin"
Expand Down

0 comments on commit 5b2455d

Please sign in to comment.