Skip to content

Commit 8ae443f

Browse files
authored
Merge pull request #850 from Excel-DNA/Interop16
Updated interop dlls to the latest version
2 parents 1a8c289 + 9ee6920 commit 8ae443f

9 files changed

Lines changed: 5 additions & 5 deletions

Package/ExcelDna.Interop.Dao/ExcelDna.Interop.Dao.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.Interop.Dao</id>
5-
<version>15.0.1</version>
5+
<version>16.0.0</version>
66
<title>Excel-DNA - Primary Interop Assembly for Access DAO</title>
77
<authors>Govert van Drimmelen</authors>
88
<projectUrl>http://excel-dna.net</projectUrl>
Binary file not shown.
Binary file not shown.

Package/ExcelDna.Interop/ExcelDna.Interop.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.Interop</id>
5-
<version>15.0.1</version>
5+
<version>16.0.0</version>
66
<title>Excel-DNA - Primary Interop Assemblies for Excel with dependencies</title>
77
<authors>Govert van Drimmelen</authors>
88
<projectUrl>http://excel-dna.net</projectUrl>
@@ -22,10 +22,10 @@
2222
<files>
2323
<file src="lib\Microsoft.Office.Interop.Excel.dll" target="lib\net452\" />
2424
<file src="lib\Microsoft.Vbe.Interop.dll" target="lib\net452\" />
25-
<file src="lib\Office.dll" target="lib\net452\" />
25+
<file src="lib\office.dll" target="lib\net452\" />
2626
<file src="lib\Microsoft.Office.Interop.Excel.dll" target="lib\net6.0-windows7.0" />
2727
<file src="lib\Microsoft.Vbe.Interop.dll" target="lib\net6.0-windows7.0" />
28-
<file src="lib\Office.dll" target="lib\net6.0-windows7.0" />
28+
<file src="lib\office.dll" target="lib\net6.0-windows7.0" />
2929
<file src="build\ExcelDna.Interop.targets" target="build\" />
3030
<file src="..\images\ExcelDna-nu.png" target="images\" />
3131
</files>

Package/ExcelDna.Interop/build/ExcelDna.Interop.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ReferencePath Condition="
66
'%(FileName)' == 'Microsoft.Office.Interop.Excel'
77
or '%(FileName)' == 'Microsoft.Vbe.Interop'
8-
or '%(FileName)' == 'Office'
8+
or '%(FileName)' == 'office'
99
">
1010
<EmbedInteropTypes>true</EmbedInteropTypes>
1111
</ReferencePath>
144 KB
Binary file not shown.
2.56 KB
Binary file not shown.
-447 KB
Binary file not shown.
479 KB
Binary file not shown.

0 commit comments

Comments
 (0)