Skip to content

Commit

Permalink
Excel-DNA Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
govert committed Apr 27, 2019
1 parent 4dd80c4 commit daf6cb8
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Distribution/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.0 (April 2019)
Version 1.0 (27 April 2019)
------------------------
* Improve build tasks - more reliable clean-up and debugger detection
* Improve RTD and async QueueAsMacro reliability
Expand Down
Binary file modified Distribution/ExcelDna.Integration.dll
Binary file not shown.
Binary file modified Distribution/ExcelDna.xll
Binary file not shown.
Binary file modified Distribution/ExcelDna64.xll
Binary file not shown.
Binary file modified Distribution/ExcelDnaPack.exe
Binary file not shown.
3 changes: 1 addition & 2 deletions Distribution/Introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ See the GettingStarted.txt file for help in making your first Excel-DNA add-in.

More details can be found at:
* http://excel-dna.net
* https://exceldna.codeplex.com
* https://groups.google.com/forum/#!forum/exceldna

Govert van Drimmelen
[email protected]
9 September 2015
27 April 2019
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
zLib license

Copyright (C) 2005-2018 Govert van Drimmelen
Copyright (C) 2005-2019 Govert van Drimmelen

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
4 changes: 2 additions & 2 deletions Package/Excel-DNA.Lib/Excel-DNA.Lib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Excel-DNA.Lib</id>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
<title>Excel-DNA Reference Library</title>
<authors>Govert van Drimmelen</authors>
<owners>Govert van Drimmelen</owners>
Expand All @@ -14,7 +14,7 @@
<summary>Reference library package for Excel-DNA.</summary>
<tags>excel exceldna udf excel-dna</tags>
<dependencies>
<dependency id="ExcelDna.Integration" version="[1.0.0-rc2]" />
<dependency id="ExcelDna.Integration" version="[1.0.0]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions Package/Excel-DNA/Excel-DNA.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Excel-DNA</id>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
<title>Excel-DNA</title>
<authors>Govert van Drimmelen</authors>
<owners>Govert van Drimmelen</owners>
Expand All @@ -14,7 +14,7 @@
<summary>Excel-DNA is an independent project to integrate .NET into Excel.</summary>
<tags>excel exceldna udf excel-dna</tags>
<dependencies>
<dependency id="ExcelDna.AddIn" version="[1.0.0-rc2]" />
<dependency id="ExcelDna.AddIn" version="[1.0.0]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions Package/ExcelDna.AddIn/ExcelDna.AddIn.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>ExcelDna.AddIn</id>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
<title>Excel-DNA Add-In</title>
<authors>Govert van Drimmelen</authors>
<owners>Govert van Drimmelen</owners>
Expand All @@ -22,7 +22,7 @@
<summary>Excel-DNA is an independent project to integrate .NET into Excel.</summary>
<tags>excel exceldna udf excel-dna</tags>
<dependencies>
<dependency id="ExcelDna.Integration" version="[1.0.0-rc2]" />
<dependency id="ExcelDna.Integration" version="[1.0.0]" />
</dependencies>
</metadata>
<files>
Expand Down
Binary file modified Package/ExcelDna.AddIn/tools/ExcelDna.AddIn.Tasks.dll
Binary file not shown.
Binary file modified Package/ExcelDna.AddIn/tools/ExcelDna.AddIn.Tasks.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Package/ExcelDna.Integration/ExcelDna.Integration.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ExcelDna.Integration</id>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
<title>Excel-DNA Reference Library</title>
<authors>Govert van Drimmelen</authors>
<owners>Govert van Drimmelen</owners>
Expand Down
2 changes: 1 addition & 1 deletion Package/ExcelDna.XmlSchemas/ExcelDna.XmlSchemas.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>ExcelDna.XmlSchemas</id>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
<title>Excel-DNA XML Schemas</title>
<authors>Excel-DNA Contributors</authors>
<owners>exceldna</owners>
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

This repository contains the core Excel-DNA library.

See the [Excel-DNA home page](http://excel-dna.net) and [old CodePlex project pages](http://exceldna.codeplex.com) for more details.
See the [Excel-DNA home page](http://excel-dna.net), [Wiki Pages on GitHub](https://github.com/Excel-DNA/ExcelDna/wiki) and [old CodePlex project pages](http://exceldna.codeplex.com) for more details.

Support is on the [Excel-DNA Google group](https://groups.google.com/forum/#!forum/exceldna).

[![Build status](https://ci.appveyor.com/api/projects/status/hmf069hj7dirvyam/branch/master?svg=true)](https://ci.appveyor.com/project/Excel-DNA/exceldna/branch/master)

0 comments on commit daf6cb8

Please sign in to comment.