sdl2_mixer.vc.redist 2.0.1.1

dotnet add package sdl2_mixer.vc.redist --version 2.0.1.1
NuGet\Install-Package sdl2_mixer.vc.redist -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.redist" 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.redist --version 2.0.1.1
#r "nuget: sdl2_mixer.vc.redist, 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.redist as a Cake Addin
#addin nuget:?package=sdl2_mixer.vc.redist&version=2.0.1.1

// Install sdl2_mixer.vc.redist as a Cake Tool
#tool nuget:?package=sdl2_mixer.vc.redist&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.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on sdl2_mixer.vc.redist:

Package Downloads
sdl2_mixer.vc

SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1.1 6,760 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