Wrong assembly name in workspace

Hi,

I’ve developed an add-on that creates a new window - I exported the addon into an assembly, like myaddon_0.0.1.
When I save the workspace, it saves the details of the window, but without the version in the assembly name, something like:
<Class Assembly="myaddon">NinjaTrader.NinjaScript.AddOns.MyAddonWindow</Class>
So when I reload the workspace it doesn’t find the assembly and the window is not loading.

I tried to manually edit the worspace and add the version, and it opened without any problem.

Can you please advice how to fix this problem and how to export it in a way that it will be loaded from the workspace file?

Thanks!!

Seems like the solution is to change the name of the zip file.
Surprisingly, the name of the dll is set to the name I save the the addon, so if I save it as myaddon.zip (and rename it later) - everything is working correctly.

Is this the expected behaviour?

Thanks