I have an existing CLR assembly with multiple utility functions, and I want to add a new one. Is this possible? I tried ALTER ASSEMBLY with binary bits, but it does not show the new assembly_method in sys.assembly_modules. If I create the assembly, it works great. Is it possible to add a new function, or do I need to create a new assembly?