CarouselBehavior 1.4.5

dotnet add package CarouselBehavior --version 1.4.5
                    
NuGet\Install-Package CarouselBehavior -Version 1.4.5
                    
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="CarouselBehavior" Version="1.4.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CarouselBehavior" Version="1.4.5" />
                    
Directory.Packages.props
<PackageReference Include="CarouselBehavior" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CarouselBehavior --version 1.4.5
                    
#r "nuget: CarouselBehavior, 1.4.5"
                    
#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.
#addin nuget:?package=CarouselBehavior&version=1.4.5
                    
Install CarouselBehavior as a Cake Addin
#tool nuget:?package=CarouselBehavior&version=1.4.5
                    
Install CarouselBehavior as a Cake Tool

CarouselBehavior is an AjaxControlToolkit based behavior for jQuery Carousel plugin.
The Carousel plugin exists in Twitter Bootstrap.

New BSD License

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.5 331 2/1/2014

Change log:

1.4.5 Updated to Bootstrap 3 stable version
1.4.4 BootstrapPanelBase as base class.
1.4.0 Added Bootstrap header, all properties configurable in $create(...).
1.1.0 Added Width property, formatted code with JSLint tipps.
1.0.0 Initial stable version.