Skip to content

Commit

Permalink
Release v0.34.6
Browse files Browse the repository at this point in the history
  • Loading branch information
govert committed Jun 18, 2017
1 parent c36218e commit f84dbfb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 3 additions & 2 deletions Distribution/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 0.34 (???)
------------------
Version 0.34 (18 June 2017)
---------------------------
* Add ExplicitExports="false" to NuGet .dna file template
* Fix getting Application from ProtectedViewWindow
* Add attempts to get Application object from all windows of class EXCEL7.
Expand All @@ -12,6 +12,7 @@ Version 0.34 (???)
* Allow AccessViolation exceptions to be caught under .NET 4.0 - change marshaling wrapper from DynamicMethod to MethodBuilder.
* Fix QueueAsMacro failure after paste live preview.
* Fix AssemblyResolve re-entrancy race condition.
* Add NuGet package build targets and properties (thanks to @caioproiete).

Version 0.33 (9 September 2015)
-------------------------------
Expand Down
4 changes: 2 additions & 2 deletions Package/Excel-DNA.Lib/Excel-DNA.Lib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Excel-DNA.Lib</id>
<version>0.34.6-rc6</version>
<version>0.34.6</version>
<title>Excel-DNA Reference Library</title>
<authors>Govert van Drimmelen</authors>
<owners>Govert van Drimmelen</owners>
Expand All @@ -13,7 +13,7 @@
<summary>Reference library package for Excel-DNA.</summary>
<tags>excel exceldna udf excel-dna</tags>
<dependencies>
<dependency id="ExcelDna.Integration" version="[0.34.6-rc6]" />
<dependency id="ExcelDna.Integration" version="[0.34.6]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions Package/Excel-DNA/Excel-DNA.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Excel-DNA</id>
<version>0.34.6-rc6</version>
<version>0.34.6</version>
<title>Excel-DNA</title>
<authors>Govert van Drimmelen</authors>
<owners>Govert van Drimmelen</owners>
Expand All @@ -13,7 +13,7 @@
<summary>Excel-DNA is an independent project to integrate .NET into Excel.</summary>
<tags>excel exceldna udf excel-dna</tags>
<dependencies>
<dependency id="ExcelDna.AddIn" version="[0.34.6-rc6]" />
<dependency id="ExcelDna.AddIn" version="[0.34.6]" />
</dependencies>
</metadata>
</package>
6 changes: 3 additions & 3 deletions Package/ExcelDna.AddIn/ExcelDna.AddIn.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ExcelDna.AddIn</id>
<version>0.34.6-rc6</version>
<version>0.34.6</version>
<title>Excel-DNA Add-In</title>
<authors>Govert van Drimmelen</authors>
<owners>Govert van Drimmelen</owners>
Expand All @@ -12,7 +12,7 @@
<description>Excel-DNA eases the development of Excel add-ins using .NET.
Add-ins created with Excel-DNA can export high-performance user-defined functions and macros, and can be packed into a single file for easy distribution and installation.

Excel versions 97 through 2013 can be targeted with a single add-in.
Excel versions 97 through 2016 can be targeted with a single add-in.
Advanced Excel features are supported, including multi-threaded recalculation (Excel 2007 and later), registration-free RTD servers (Excel 2002 and later) and customized Ribbon and Task Pane interfaces (Excel 2007 and later) and asynchronous functions (Excel 2002 and later).

Excel-DNA supports the .NET runtime version 2.0 (which is used by .NET versions 2.0, 3.0 and 3.5) and version 4.0 (the version number used by .NET 4, 4.5 and 4.6).
Expand All @@ -21,7 +21,7 @@
<summary>Excel-DNA is an independent project to integrate .NET into Excel.</summary>
<tags>excel exceldna udf excel-dna</tags>
<dependencies>
<dependency id="ExcelDna.Integration" version="[0.34.6-rc6]" />
<dependency id="ExcelDna.Integration" version="[0.34.6]" />
</dependencies>
</metadata>
<files>
Expand Down
5 changes: 3 additions & 2 deletions Package/ExcelDna.AddIn/readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ExcelDna.AddIn - NuGet package for creating an Excel-DNA add-in
===============================================================
Find more information about Excel-DNA at http://excel-dna.net.
The Excel-DNA home page is at http://excel-dna.net.

Installing the ExcelDna.AddIn NuGet package into your project has made the following changes:
1. Added a reference to <package>\lib\ExcelDna.Integration.dll.
Expand All @@ -16,14 +16,15 @@ Installing the ExcelDna.AddIn NuGet package into your project has made the follo

NOTE: Debugging will fail to load the add-in for 64-bit Excel installations. See below under Troubleshooting.
NOTE: Debugging will not be configured for F# projects when installing in Visual Studio 2013 or older. See instructions at the bottom of this file.
NOTE: F# projects built with newer Visual Studio versions should be configured to target .NET 4.5 or later, and ensure that the FSharp.Core.dll is copied to the output directory.

Next steps
----------
* Insert a sample function for your language from the Sample Snippets list below.
Then press F5 to run Excel and load the add-in, and type into a cell: =HelloDna("your name")
* Add Public Shared functions (and functions in a Public Module) will be registered with Excel.
* Further configure packing for your library to add additional references by editing the <ProjectName>-Addin.dna file.
* Add samples from NuGet by installing the Excel-DNA.Samples package (when available...).
* Source code, related projects and samples can be found on GitHub at https://github.com/Excel-DNA.

Troubleshooting
---------------
Expand Down
2 changes: 1 addition & 1 deletion Package/ExcelDna.Integration/ExcelDna.Integration.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ExcelDna.Integration</id>
<version>0.34.6-rc6</version>
<version>0.34.6</version>
<title>Excel-DNA Reference Library</title>
<authors>Govert van Drimmelen</authors>
<owners>Govert van Drimmelen</owners>
Expand Down

0 comments on commit f84dbfb

Please sign in to comment.