Skip to content

Commit e23d6cd

Browse files
committed
Update version to 0.33.9. Binaries updated.
1 parent 4b4a327 commit e23d6cd

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

Distribution/ChangeLog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 0.33 (???)
2-
------------------
1+
Version 0.33 (9 September 2015)
2+
-------------------------------
33
* Improve RtdObserver/Async array function handling to ensure RTD DisconnectData when complete.
44
* Suppress CustomUI loading when running embedded with /K switch.
55
* Fix timer leak in ExcelDnaUtil.QueueAsMacro (incorrect timer id tracking).
0 Bytes
Binary file not shown.

Distribution/ExcelDna.xll

0 Bytes
Binary file not shown.

Distribution/ExcelDna64.xll

0 Bytes
Binary file not shown.

Distribution/ExcelDnaPack.exe

0 Bytes
Binary file not shown.

Distribution/Introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ More details can be found at:
1515

1616
Govert van Drimmelen
1717
18-
3 May 2014
18+
9 September 2015

Distribution/Reference.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ExcelDna Reference
33

44
RuntimeVersion
55
==============
6-
Add RuntimeVersion="v4.0" to the DnaLibrary tag for .NET 4 or 4.5.
6+
Add RuntimeVersion="v4.0" to the DnaLibrary tag for .NET 4, 4.5 or 4.6.
77

88
Shadow Copy Files
99
=================

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.33.8-rc2</version>
5+
<version>0.33.9</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.33.8-rc2" />
16+
<dependency id="ExcelDna.Integration" version="0.33.9" />
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.33.8-rc2</version>
5+
<version>0.33.9</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.33.8-rc2" />
16+
<dependency id="ExcelDna.AddIn" version="0.33.9" />
1717
</dependencies>
1818
</metadata>
1919
</package>

Package/ExcelDna.AddIn/ExcelDna.AddIn.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>ExcelDna.AddIn</id>
5-
<version>0.33.8-rc2</version>
5+
<version>0.33.9</version>
66
<title>Excel-DNA</title>
77
<authors>Govert van Drimmelen</authors>
88
<owners>Govert van Drimmelen</owners>
@@ -15,7 +15,7 @@
1515
Excel versions 97 through 2013 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

18-
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 and 4.5).
18+
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).
1919

2020
The Excel-Dna Runtime is free for all use, and distributed under a permissive open-source license that also allows commercial use.</description>
2121
<summary>Excel-DNA is an independent project to integrate .NET into Excel.</summary>

0 commit comments

Comments
 (0)