SampSharp.Streamer by Tim Potze

<PackageReference Include="SampSharp.Streamer" Version="0.9.0" />

 SampSharp.Streamer 0.9.0

A SampSharp wrapper for Incognito's streamer plugin.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SampSharp.Streamer</id>
    <version>0.9.0</version>
    <title>Streamer Wrapper for SampSharp</title>
    <authors>Tim Potze</authors>
    <owners>Tim Potze</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/ikkentim/SampSharp-streamer/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/ikkentim/SampSharp-streamer</projectUrl>
    <iconUrl>https://github.com/ikkentim/SampSharp/raw/master/sampsharp.png</iconUrl>
    <description>A SampSharp wrapper for Incognito's streamer plugin.</description>
    <releaseNotes>- Updated for SampSharp 0.9.0</releaseNotes>
    <copyright>Tim Potze</copyright>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="SampSharp.GameMode" version="0.9.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>