Skip to content

Commit f84dbfb

Browse files
committed
Release v0.34.6
1 parent c36218e commit f84dbfb

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

Distribution/ChangeLog.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 0.34 (???)
2-
------------------
1+
Version 0.34 (18 June 2017)
2+
---------------------------
33
* Add ExplicitExports="false" to NuGet .dna file template
44
* Fix getting Application from ProtectedViewWindow
55
* Add attempts to get Application object from all windows of class EXCEL7.
@@ -12,6 +12,7 @@ Version 0.34 (???)
1212
* Allow AccessViolation exceptions to be caught under .NET 4.0 - change marshaling wrapper from DynamicMethod to MethodBuilder.
1313
* Fix QueueAsMacro failure after paste live preview.
1414
* Fix AssemblyResolve re-entrancy race condition.
15+
* Add NuGet package build targets and properties (thanks to @caioproiete).
1516

1617
Version 0.33 (9 September 2015)
1718
-------------------------------

Package/Excel-DNA.Lib/Excel-DNA.Lib.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Excel-DNA.Lib</id>
5-
<version>0.34.6-rc6</version>
5+
<version>0.34.6</version>
66
<title>Excel-DNA Reference Library</title>
77
<authors>Govert van Drimmelen</authors>
88
<owners>Govert van Drimmelen</owners>
@@ -13,7 +13,7 @@
1313
<summary>Reference library package for Excel-DNA.</summary>
1414
<tags>excel exceldna udf excel-dna</tags>
1515
<dependencies>
16-
<dependency id="ExcelDna.Integration" version="[0.34.6-rc6]" />
16+
<dependency id="ExcelDna.Integration" version="[0.34.6]" />
1717
</dependencies>
1818
</metadata>
1919
</package>

Package/Excel-DNA/Excel-DNA.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Excel-DNA</id>
5-
<version>0.34.6-rc6</version>
5+
<version>0.34.6</version>
66
<title>Excel-DNA</title>
77
<authors>Govert van Drimmelen</authors>
88
<owners>Govert van Drimmelen</owners>
@@ -13,7 +13,7 @@
1313
<summary>Excel-DNA is an independent project to integrate .NET into Excel.</summary>
1414
<tags>excel exceldna udf excel-dna</tags>
1515
<dependencies>
16-
<dependency id="ExcelDna.AddIn" version="[0.34.6-rc6]" />
16+
<dependency id="ExcelDna.AddIn" version="[0.34.6]" />
1717
</dependencies>
1818
</metadata>
1919
</package>

Package/ExcelDna.AddIn/ExcelDna.AddIn.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>ExcelDna.AddIn</id>
5-
<version>0.34.6-rc6</version>
5+
<version>0.34.6</version>
66
<title>Excel-DNA Add-In</title>
77
<authors>Govert van Drimmelen</authors>
88
<owners>Govert van Drimmelen</owners>
@@ -12,7 +12,7 @@
1212
<description>Excel-DNA eases the development of Excel add-ins using .NET.
1313
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.
1414

15-
Excel versions 97 through 2013 can be targeted with a single add-in.
15+
Excel versions 97 through 2016 can be targeted with a single add-in.
1616
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).
1717

1818
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).
@@ -21,7 +21,7 @@
2121
<summary>Excel-DNA is an independent project to integrate .NET into Excel.</summary>
2222
<tags>excel exceldna udf excel-dna</tags>
2323
<dependencies>
24-
<dependency id="ExcelDna.Integration" version="[0.34.6-rc6]" />
24+
<dependency id="ExcelDna.Integration" version="[0.34.6]" />
2525
</dependencies>
2626
</metadata>
2727
<files>

Package/ExcelDna.AddIn/readme.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ExcelDna.AddIn - NuGet package for creating an Excel-DNA add-in
22
===============================================================
3-
Find more information about Excel-DNA at http://excel-dna.net.
3+
The Excel-DNA home page is at http://excel-dna.net.
44

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

1717
NOTE: Debugging will fail to load the add-in for 64-bit Excel installations. See below under Troubleshooting.
1818
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.
19+
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.
1920

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

2829
Troubleshooting
2930
---------------

Package/ExcelDna.Integration/ExcelDna.Integration.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>ExcelDna.Integration</id>
5-
<version>0.34.6-rc6</version>
5+
<version>0.34.6</version>
66
<title>Excel-DNA Reference Library</title>
77
<authors>Govert van Drimmelen</authors>
88
<owners>Govert van Drimmelen</owners>

0 commit comments

Comments
 (0)