ParkSquare.SkyTv by Jon Meesam

<PackageReference Include="ParkSquare.SkyTv" Version="8.0.0" />

 ParkSquare.SkyTv 8.0.0

Control Sky Q box by IP address over wired or wifi network. Supports all remote control commands including power on/off, change channel, play/pause/stop/record, show program guide, box office and UI navigation. Retrieve set-top box information such as device manufacturer, model and software version. View all Sky electronic programme guide (EPG) channel information and programme guide data, search for what's on now/next. Schedule recordings, list and delete recordings. Complete re-write for version 4, now targeting .Net Standard and async support.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ParkSquare.SkyTv</id>
    <version>8.0.0</version>
    <authors>Jon Meesam</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>icon.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://www.parksq.co.uk/dotnet-core/sky-q-remote-control</projectUrl>
    <description>Control Sky Q box by IP address over wired or wifi network. Supports all remote control commands including power on/off, change channel, play/pause/stop/record, show program guide, box office and UI navigation. Retrieve set-top box information such as device manufacturer, model and software version. View all Sky electronic programme guide (EPG) channel information and programme guide data, search for what's on now/next. Schedule recordings, list and delete recordings. Complete re-write for version 4, now targeting .Net Standard and async support.</description>
    <copyright>Copyright © 2024 Park Square Consulting Ltd</copyright>
    <tags>sky tv sky q home automation remote control record upnp channel guide epg alexa power</tags>
    <repository type="git" commit="f973dd533f554ea88a17d309280cae5fe04037bb" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
        <dependency id="Rssdp" version="4.0.4" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net8.0">
        <dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
        <dependency id="Rssdp" version="4.0.4" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
        <dependency id="Rssdp" version="4.0.4" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>