Skip to content

Commit 4dd80c4

Browse files
committed
Update to version 1.0.0.2 (NuGet 1.0.0-rc2)
1 parent 334bcdf commit 4dd80c4

File tree

18 files changed

+17
-17
lines changed

18 files changed

+17
-17
lines changed

Distribution/ChangeLog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.0 (March 2019)
1+
Version 1.0 (April 2019)
22
------------------------
33
* Improve build tasks - more reliable clean-up and debugger detection
44
* Improve RTD and async QueueAsMacro reliability
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/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Excel-DNA is licensed under the zlib license:
22
=============================================
33

4-
Copyright (C) 2005-2015 Govert van Drimmelen
4+
Copyright (C) 2005-2019 Govert van Drimmelen
55

66
This software is provided 'as-is', without any express or implied
77
warranty. In no event will the authors be held liable for any damages

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>1.0.0-rc1</version>
5+
<version>1.0.0-rc2</version>
66
<title>Excel-DNA Reference Library</title>
77
<authors>Govert van Drimmelen</authors>
88
<owners>Govert van Drimmelen</owners>
@@ -14,7 +14,7 @@
1414
<summary>Reference library package for Excel-DNA.</summary>
1515
<tags>excel exceldna udf excel-dna</tags>
1616
<dependencies>
17-
<dependency id="ExcelDna.Integration" version="[1.0.0-rc1]" />
17+
<dependency id="ExcelDna.Integration" version="[1.0.0-rc2]" />
1818
</dependencies>
1919
</metadata>
2020
</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>1.0.0-rc1</version>
5+
<version>1.0.0-rc2</version>
66
<title>Excel-DNA</title>
77
<authors>Govert van Drimmelen</authors>
88
<owners>Govert van Drimmelen</owners>
@@ -14,7 +14,7 @@
1414
<summary>Excel-DNA is an independent project to integrate .NET into Excel.</summary>
1515
<tags>excel exceldna udf excel-dna</tags>
1616
<dependencies>
17-
<dependency id="ExcelDna.AddIn" version="[1.0.0-rc1]" />
17+
<dependency id="ExcelDna.AddIn" version="[1.0.0-rc2]" />
1818
</dependencies>
1919
</metadata>
2020
</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 minClientVersion="2.5">
44
<id>ExcelDna.AddIn</id>
5-
<version>1.0.0-rc1</version>
5+
<version>1.0.0-rc2</version>
66
<title>Excel-DNA Add-In</title>
77
<authors>Govert van Drimmelen</authors>
88
<owners>Govert van Drimmelen</owners>
@@ -22,7 +22,7 @@
2222
<summary>Excel-DNA is an independent project to integrate .NET into Excel.</summary>
2323
<tags>excel exceldna udf excel-dna</tags>
2424
<dependencies>
25-
<dependency id="ExcelDna.Integration" version="[1.0.0-rc1]" />
25+
<dependency id="ExcelDna.Integration" version="[1.0.0-rc2]" />
2626
</dependencies>
2727
</metadata>
2828
<files>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)