Renaming Aspose .NET Assemblies

Dear Support

Is it possible to rename the Aspose .NET assemblies so that outsiders are not easily able to see that we are using Aspose as part of our product?

Or is there another way to achieve this?

Thanks

@Brian_THOMAS,

You can rename the DLLs but it will not be possible to rename the assemblies completely. One possible solution is to wrap your desired Aspose classes inside your own assemblies and use your own assemblies directly in your code.