appendto / juiceui

Juice UI is an open-source collection of WebForms components that brings jQuery UI Widgets to your project with ease. Start leveraging the power of the world's most popular JavaScript UI library while working with familiar code in your ASP.NET projects.
http://juiceui.com
GNU General Public License v2.0
125 stars 58 forks source link

Hard dependency on version of jquery and jquery.ui #25

Closed suhasj closed 12 years ago

suhasj commented 12 years ago

Currently juiceui is dependent on jquery=1.7.1 and jquery.ui=1.8.18. If the project has the latest jquery package installed which is 1.7.2, then installation of JuiceUI package fails.

Possible fix: Make the dependency for jquery as >=1.7 && <1.8 and for jquery.ui >= 1.8.18 && <1.8.19

shellscape commented 12 years ago

resolved with 0.9.2