This update contains a number of changes, added functionality, and bug fixes:
- Added transaction support to SQLHelper.
- Added linked/embedded resource ability to EmailSender.
- Updated List to take into account new functions.
- Added better support for MAC address in WMI classes.
- Fixed Parsing in Reflection class when dealing with sub classes.
- Fixed bug in SQLHelper when replacing the Command that is a select after doing a select.
- Fixed issue in SQL Server helper with regard to generating foreign keys when updating a database.
- Fixed minor issue with database creation in SQL Server class
- Added Clamp function to math helper
- Added major speed increases to Filter, RGBHistogram, and all other Image classes
- Added ColorMatrix class
- Improved FileManager to deal with potential memory leaks (WebClient now returned in certain functions so it can be disposed)
- ProfilerManager now uses singleton class.
- Added fix for Pop3Client when getting list of messages when the total found is 0.
- Added Conversion class (currently only houses temp functions F to C, etc.)
- Added functions to StringHelper for detecting unicode.
- Added functions to DataTypeConversion to convert from ASCII, unicode, etc. to byte array and vice versa.
- Added Factorial function
- Added code to generate embedded Youtube videos.
- Added Permutation class helper
- Added Sobel and Laplace edge detection code.
- Added OpenID relay code
- Switched some locations to https from http in Twitter class.
- Added iCal support
- Added helper classes for dealing with the System.Reflection.Emit namespace
- Cleaned up the code a bit (removed unneccessary code, etc.)
This release, like the last comes in a couple of versions. The full version, divided into individual DLLs version, and one that contains only the DLLs and documentation.