This is version 1.4 of the VB.NET CSLA .NET framework.
There are mostly minor bug fixes to the code in this release. You can look at a log of all changes through the cvs repository. Any changes since Feb 2004 are in this new version.
The primary change is that the solution and project files are now in Visual Studio 2003 (.NET 1.1) format. If you are using .NET 1.0 you'll need to back-port the solution and project files to Visual Studio 2002 and go through the TODO comments in the solution to alter the code to work under .NET 1.0.
BusinessBase now has two properties to retrieve broken rule data. These were added for compatibility with the C# version of the code. The older methods will be removed in CSLA .NET 2.0.
SmartDate now parses some new text date values such as 'today', 't' and 'tomorrow', 'tom', '+' and 'yesterday', 'y', '-'.