Just figured I would put this out there. I don't have a release date in mind but the next major version of SquishIt will no longer support .net 3.5. I will be maintaining a 0.9 branch for bugfixes (some enhancements will probably find their way back as well) so 3.5 folks won't be totally out in the cold. They will just have to use the -version argument when installing or updating from nuget.
This will give us a few things:
- the ability to self-register preprocessors. We currently rely on NuGet creating a .cs file in the target project. With .net 4 we can reference WebActivator directly - this will allow us to self-register preprocessors, even if they are not installed with NuGet
- The above will allow self-registration to work in VB projects as well as C#
- The ability to run code on application shutdown - this is going to be useful for cleaning up the temp files we output
Post in this thread if you have any questions or concerns.
Alex