sdl2_mixer.vc 2.0.1.1

dotnet add package sdl2_mixer.vc --version 2.0.1.1
NuGet\Install-Package sdl2_mixer.vc -Version 2.0.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="sdl2_mixer.vc" Version="2.0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sdl2_mixer.vc --version 2.0.1.1
#r "nuget: sdl2_mixer.vc, 2.0.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install sdl2_mixer.vc as a Cake Addin
#addin nuget:?package=sdl2_mixer.vc&version=2.0.1.1

// Install sdl2_mixer.vc as a Cake Tool
#tool nuget:?package=sdl2_mixer.vc&version=2.0.1.1

Version basics

2.0.1.1 = Major.Minor.Patch.Package

A specific version number is in the form Major.Minor.Patch[-Suffix], where the components have the following meanings:

  • Major: Breaking changes
  • Minor: New features, but backwards compatible
  • Patch: Backwards compatible bug fixes only
  • Package: nuget package release
Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1.1 3,286 10/8/2017

2.0.1:
* Added support for 'smpl' format loop points in music WAV files
* Fixed floating point exception in Mix_Volume()
* Added support for building for Windows RT and Windows Phone
* Added support for loading MP3 files as sound chunks