JuiceUI 1.1.1

dotnet add package JuiceUI --version 1.1.1
NuGet\Install-Package JuiceUI -Version 1.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="JuiceUI" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JuiceUI --version 1.1.1
#r "nuget: JuiceUI, 1.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 JuiceUI as a Cake Addin
#addin nuget:?package=JuiceUI&version=1.1.1

// Install JuiceUI as a Cake Tool
#tool nuget:?package=JuiceUI&version=1.1.1

Juice UI – Supercharge ASP.NET Web Forms with jQuery UI

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on JuiceUI:

Package Downloads
WijmoOpenJuiceUI

Wijmo Open widgets ported to the Juice UI framework as ASP.NET Control Extenders

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 31,782 10/17/2012
1.0.1 2,238 10/3/2012
1.0.0 1,949 9/28/2012
0.9.2.1 2,411 8/21/2012
0.9.2 13,913 8/17/2012
0.9.1.1 6,007 4/16/2012
0.9.1 1,715 4/4/2012
0.9.0 2,710 2/28/2012

1.1.1
• This is a version marker purely because NuGet won't allow overwriting packages. All updates included in the 1.1 changeset are included in v1.1.1.
1.1
• Added support for jQuery UI 1.9.
• Added menu widget Control
• Added spinner widget Control
• Added tooltip widget Control
• Updated control events and properties in accordance with the jQuery UI 1.9 Upgrade Guide (http://stage.jqueryui.com/upgrade-guide/1.9/)
• Updated the Fresh-Squeezed theme
• Updated the Supercharged theme

1.0.1
• Fixes the initial path set by JuiceApp.cs.

1.0
• Updated the jQuery package reference to 1.8.2.

0.9.2.1
• Fixes the initial path set by JuiceApp.cs.
• Updated the jQuery UI package reference to 1.8.23.

0.9.2
• Added AutoPostBack option to the Droppable Drop event.
• Added AutoPostBack option to the Draggable Drag event.
• Added FindControl method to the TabPage control.
• Added FindControl method to the AccordionPanel control.
• Fixed AutoPostBack for JuiceExtender controls.

0.9.1.1
• JuiceUI assembly is now signed.

0.9.1
• Improved data/options conversion.
• Improved event handling and error correction.
• Support for buttongroup.
• Support for nested controls and extending Juice UI controls with Juice UI.