When we share Packages with clients, their DLLs may be blocked on their computers.
in Dynamo 2.12, Packages may be loaded, but will not show up in the Library if the DLLs do not function.
Here is a Powershell command that can be used to bulk-unblock DLLs: dir -Path [directory path] -Recurse | Unblock-File