mirror of
https://github.com/jellyfin/jellyfin-plugin-nextpvr.git
synced 2024-11-22 21:49:40 +00:00
Initial preparation
Change base folder from NextPvr to Jellyfin.Plugin.NextPVR, update GUID and CI file.
This commit is contained in:
parent
76439c1775
commit
1390e806e3
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26730.3
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NextPvr", "NextPvr\NextPvr.csproj", "{83789E82-1F7F-4AAF-A427-D1BC8F01FE72}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfin.Plugin.NextPVR", "Jellyfin.Plugin.NextPVR\Jellyfin.Plugin.NextPVR.csproj", "{83789E82-1F7F-4AAF-A427-D1BC8F01FE72}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
@ -33,7 +33,7 @@ namespace NextPvr
|
||||
};
|
||||
}
|
||||
|
||||
private Guid _id = new Guid("9574ac10-bf23-49bc-949f-924f23cfa48f");
|
||||
private Guid _id = new Guid("62c5a9c3-a283-4379-8756-7ea6ed3e7085");
|
||||
public override Guid Id
|
||||
{
|
||||
get { return _id; }
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "NextPVR"
|
||||
guid: "9574ac10-bf23-49bc-949f-924f23cfa48f"
|
||||
guid: "62c5a9c3-a283-4379-8756-7ea6ed3e7085"
|
||||
version: "4.0.0.0"
|
||||
targetAbi: "10.6.0.0"
|
||||
overview: "Live TV plugin for NextPVR"
|
||||
@ -9,6 +9,6 @@ description: >
|
||||
category: "LiveTV"
|
||||
owner: "jellyfin"
|
||||
artifacts:
|
||||
- "NextPvr.dll"
|
||||
- "Jellfin.Plugin.NextPVR.dll"
|
||||
changelog: >
|
||||
changelog
|
||||
|
Loading…
Reference in New Issue
Block a user