Skip to content

Commit d260b3d

Browse files
committed
Excel-DNA Version 1.1
1 parent c4c249a commit d260b3d

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

Distribution/ChangeLog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 1.1 (???)
2-
-----------------
1+
Version 1.1 (28 June 2020)
2+
--------------------------
33
* Sign the ExcelDna.Integration assembly
44
* Add wildcard support for .dna file References Path, e.g. "./*.dll"
55
* Add optimised RTD wrapper registration

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-2019 Govert van Drimmelen
4+
Copyright (C) 2005-2020 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.1.0-beta3</version>
5+
<version>1.1.0</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.1.0-beta3]" />
17+
<dependency id="ExcelDna.Integration" version="[1.1.0]" />
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.1.0-beta3</version>
5+
<version>1.1.0</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.1.0-beta3]" />
17+
<dependency id="ExcelDna.AddIn" version="[1.1.0]" />
1818
</dependencies>
1919
</metadata>
2020
</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 minClientVersion="2.5">
44
<id>ExcelDna.AddIn</id>
5-
<version>1.1.0-beta3</version>
5+
<version>1.1.0</version>
66
<title>Excel-DNA Add-In</title>
77
<authors>Govert van Drimmelen</authors>
88
<owners>Govert van Drimmelen</owners>
@@ -16,14 +16,14 @@
1616
Excel versions 97 through 2019 / Office 365 can be targeted with a single add-in.
1717
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).
1818

19-
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).
19+
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.0 up to 4.8).
2020

2121
The Excel-Dna Runtime is free for all use, and distributed under a permissive open-source license that also allows commercial use.</description>
2222
<summary>Excel-DNA is an independent project to integrate .NET into Excel.</summary>
2323
<tags>excel exceldna udf excel-dna</tags>
2424
<developmentDependency>true</developmentDependency>
2525
<dependencies>
26-
<dependency id="ExcelDna.Integration" version="[1.1.0-beta3]" />
26+
<dependency id="ExcelDna.Integration" version="[1.1.0]" />
2727
</dependencies>
2828
</metadata>
2929
<files>

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>1.1.0-beta3</version>
5+
<version>1.1.0</version>
66
<title>Excel-DNA Reference Library</title>
77
<authors>Govert van Drimmelen</authors>
88
<owners>Govert van Drimmelen</owners>

Package/push.cmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ set outputPath=%basePath%\nupkg
77

88
if not exist "%outputPath%" mkdir "%outputPath%"
99

10-
nuget.exe push "%outputPath%\ExcelDna.Integration.1.1.0-beta2.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
10+
nuget.exe push "%outputPath%\ExcelDna.Integration.1.1.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
1111
@if errorlevel 1 goto end
1212

13-
nuget.exe push "%outputPath%\ExcelDna.AddIn.1.1.0-beta2.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
13+
nuget.exe push "%outputPath%\ExcelDna.AddIn.1.1.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
1414
@if errorlevel 1 goto end
1515

16-
nuget.exe push "%outputPath%\Excel-DNA.Lib.1.1.0-beta2.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
16+
nuget.exe push "%outputPath%\Excel-DNA.Lib.1.1.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
1717
@if errorlevel 1 goto end
1818

19-
nuget.exe push "%outputPath%\Excel-DNA.1.1.0-beta2.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
19+
nuget.exe push "%outputPath%\Excel-DNA.1.1.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
2020
@if errorlevel 1 goto end
2121

2222

0 commit comments

Comments
 (0)