I have released version 2.2 of my open source DotNetNuke Module Development Templates.
Version 2.2 is really just a minor update for the release, with a couple of fixes, one big, and the rest fairly small.
The big one is that the RELEASE build now puts the DLL for your projects into the website’s BIN folder instead of the local BIN folder. You would have seen this if you created a new project from one of the templates, and then immediately tried to do a RELEASE build, the packaging process would have failed saying it couldn’t find the DLL. If you built in DEBUG then release, the packaging process would work (though with the wrong DLL)
I upgraded the MSBuildTasks references to the latest 1.4.0.56 release from NUGET.
The final change, was modifications to the default namespaces, email address, URL, and company name for the templates. Being that the templates have always been called Christoc’s Module Development Templates, I renamed them to Christoc as the default. You can still customize the templates as you always have been able to do, for information on how to customize the templates read this blog post.
So run off and download the templates!