I have a C# class library called MyFunctoidHelpers.dll version 1.1.0.0. I call its methods from scripting functoids. I recently upgraded the lib to 2.0.0.0. I went thru my maps and updated the calls to reference the new 2.0.0.0 methods but when I open the .btm file I still see reference to the 1.1.0.0. I want to discontinue use of the 1.1.0.0 version altogether. How do I get rid of these? My orchestration project is referencing only the 2.0.0.0 version and all the functoids appear to configured to call the 2.0.0.0 methods.