Ultraviolet.BASS.Native by Cole Campbell

<PackageReference Include="Ultraviolet.BASS.Native" Version="2021.2.0.4548" />

.NET API 0 bytes

 Ultraviolet.BASS.Native 2021.2.0.4548

The Ultraviolet Framework is a .NET game development framework written in C#. This package contains the native dependencies required by the BASS implementation of the Framework's audio subsystem. Quick start guides for development using the Ultraviolet Framework are available on the project's wiki at https://github.com/tlgkccampbell/ultraviolet/wiki Additional licensing information is available at https://www.ultraviolet.tl/licenses

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Ultraviolet.BASS.Native</id>
    <version>2021.2.0.4548</version>
    <title>Ultraviolet.BASS Native Dependencies</title>
    <authors>Cole Campbell</authors>
    <owners>Cole Campbell</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>images\icon.png</icon>
    <projectUrl>https://github.com/tlgkccampbell/ultraviolet</projectUrl>
    <description>The Ultraviolet Framework is a .NET game development framework written in C#. This package contains the native dependencies required by the BASS implementation of the Framework's audio subsystem.
   
Quick start guides for development using the Ultraviolet Framework are available on the project's wiki at https://github.com/tlgkccampbell/ultraviolet/wiki

Additional licensing information is available at https://www.ultraviolet.tl/licenses</description>
    <summary>The Ultraviolet Framework is a .NET game development framework written in C#. This package contains the native dependencies required by the BASS implementation of the Framework's audio subsystem.</summary>
    <tags>ultraviolet gamedev</tags>
    <repository type="git" url="https://github.com/tlgkccampbell/ultraviolet" />
    <dependencies>
      <group targetFramework=".NETCoreApp2.2" />
      <group targetFramework=".NETCoreApp3.1" />
      <group targetFramework="MonoAndroid8.0" />
    </dependencies>
  </metadata>
</package>