ExcelDna v1.0.0 Release Notes

Release Date: 2019-04-27 // almost 5 years ago
  • ๐Ÿ”– Version 1.0 will be the final version to support legacy .NET Framework (< 4.0) and Excel (< 2007) releases.

    โšก๏ธ The update includes a number of bug fixes as well as improvements to the build-time Visual Studio integration:

    • ๐Ÿ‘Œ Improve build tasks - more reliable clean-up and debugger detection
    • ๐Ÿ‘Œ Improve RTD and async QueueAsMacro reliability
    • ๐Ÿ‘Œ Improve install process of ExcelDna.AddIn NuGet package (now requires NuGet 2.5) (thanks to @caioproiete)
    • ๐Ÿ”„ Change how ExcelDnaUtil.Application works in Protected View - try harder but don't cache
    • Call UnhandledExceptionHandler for macros (ExcelCommands) too
    • โž• Add XML schema for .dna file (thanks to @caioproiete)
    • โž• Add option to pack .pdb files (thanks to @lanfeust69)
    • ๐Ÿ›  Fix exception handling from native async functions (thanks to @ittegrat)