--------------------------------------------------
Excel-DNA is now registered on GitHub Sponsors.
Your monthly contribution will encourage further development and support.
--------------------------------------------------
Hi Andrew,
You definitely don’t have to use the packed add-in – the main motivation for it is to make distribution easier.
You can disable the packing step in the build with
<RunExcelDnaPack>false</RunExcelDnaPack>
Either in the Properties\ExcelDna.Build.props or the project file if using the new preview and SDK-style project files.
<ExternalLibrary Path="MyLibrary.dll" ExplicitExports="false" LoadFromBytes="true" Pack="true" IncludePdb="false" UseVersionAsOutputVersion="true" />
Then the AssemblyFileVersion and some other assembly properties will be copied to the packed output file. You can see the version information in Windows File Explorer if you change the extension from .xll to .dll.
-Govert
--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to exceldna+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/exceldna/0a0768e0-ff52-4bfa-8781-c19d0c5d9f7dn%40googlegroups.com.
Hi Andrew,
There are some circumstances where Excel shows the file name and not the add-in name.
I don’t know what the pattern is, but as far as I know this is outside our (the add-in’s) control.
To view this discussion on the web visit https://groups.google.com/d/msgid/exceldna/1ab881f4-3134-4211-b37e-b99193b025e4n%40googlegroups.com.