Blogger :
Daniel Cazzulino
All posts :
All posts by Daniel Cazzulino
Category :
XML
Blogged date : 2005 Dec 14
These are roughly the things that you need to change in your current package:
- Search replace "50505" with "51206" in the entire solution. This is the changed assembly version number that appears in all your .vstemplates.
- Delete all references from all projects to Microsoft.Practices.* and re-add them pointing to the new version of the binaries.
- Search replace "igt" with "gax" (for XML and .vstemplate files)
- Search & replace: Microsoft.Practices.RecipeFramework.Library.Actions.Templates.TextTemplateAction, Microsoft.Practices.RecipeFramework.Library with Microsoft.Practices.RecipeFramework.VisualStudio.Library.Templates.TextTemplateAction, Microsoft.Practices.RecipeFramework.VisualStudio.Library
- DteHelper class now lives in the Microsoft.Practices.RecipeFramework.Library namespace and assembly.
I think that`s all, but let me know if you find anything that`s missing or not working!