[Revision #100]
  1. Created new version 0.5.4 release.
  2. Applied design-time bug fix from Revision #80 to build 0.5.4.

    Fixed bug in WebControl.cs where .ScriptManager property was causing a Design-time exception which crashed VS and VWD.
  3. Fixed bug in TextField where if .Text property was set to an empty string (""), the input field would not clear. The same or similar fix was also applied to TextArea, NumberField and DateField.