Skip to content

Commit 9f8825e

Browse files
committed
Update to version 1.0.0 (NuGet 1.0.0-rc1)
1 parent 81a3a4b commit 9f8825e

File tree

12 files changed

+26
-25
lines changed

12 files changed

+26
-25
lines changed

Distribution/ChangeLog.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
Version 0.35 (???)
2-
------------------
1+
Version 1.0 (March 2019)
2+
------------------------
33
* Improve build tasks - more reliable clean-up and debugger detection
44
* Improve RTD and async QueueAsMacro reliability
55
* Improve install process of ExcelDna.AddIn NuGet package (now requires NuGet 2.5) (thanks to @caioproiete)
66
* Change how ExcelDnaUtil.Application works in Protected View - try harder but don't cache
77
* Call UnhandledExceptionHandler for macros (ExcelCommands) too
88
* Add XML schema for .dna file (thanks to @caioproiete)
99
* Add option to pack .pdb files (thanks to @lanfeust69)
10+
* Fix exception handling from native async functions (thanks to @ittegrat)
1011

1112
Version 0.34 (18 June 2017)
1213
---------------------------

Package/Excel-DNA.Lib/Excel-DNA.Lib.nuspec

+2-2
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.35.5-beta5</version>
5+
<version>1.0.0-rc1</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="[0.35.5-beta5]" />
17+
<dependency id="ExcelDna.Integration" version="[1.0.0-rc1]" />
1818
</dependencies>
1919
</metadata>
2020
</package>

Package/Excel-DNA/Excel-DNA.nuspec

+2-2
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.35.5-beta5</version>
5+
<version>1.0.0-rc1</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="[0.35.5-beta5]" />
17+
<dependency id="ExcelDna.AddIn" version="[1.0.0-rc1]" />
1818
</dependencies>
1919
</metadata>
2020
</package>

Package/ExcelDna.AddIn/ExcelDna.AddIn.nuspec

+2-2
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>0.35.5-beta5</version>
5+
<version>1.0.0-rc1</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="[0.35.5-beta5]" />
25+
<dependency id="ExcelDna.Integration" version="[1.0.0-rc1]" />
2626
</dependencies>
2727
</metadata>
2828
<files>

Package/ExcelDna.Integration/ExcelDna.Integration.nuspec

+1-1
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>0.35.5-beta5</version>
5+
<version>1.0.0-rc1</version>
66
<title>Excel-DNA Reference Library</title>
77
<authors>Govert van Drimmelen</authors>
88
<owners>Govert van Drimmelen</owners>

Package/ExcelDna.XmlSchemas/ExcelDna.XmlSchemas.nuspec

+1-1
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.XmlSchemas</id>
5-
<version>0.0.2-pre2</version>
5+
<version>1.0.0-rc1</version>
66
<title>Excel-DNA XML Schemas</title>
77
<authors>Excel-DNA Contributors</authors>
88
<owners>exceldna</owners>

Source/ExcelDna.AddIn.Tasks/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("0.35.*")]
38-
[assembly: AssemblyFileVersion("0.35.5.1")]
37+
[assembly: AssemblyVersion("1.0.*")]
38+
[assembly: AssemblyFileVersion("1.0.0.1")]

Source/ExcelDna.Integration/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("0.35.*")]
38-
[assembly: AssemblyFileVersion("0.35.5.1")]
37+
[assembly: AssemblyVersion("1.0.*")]
38+
[assembly: AssemblyFileVersion("1.0.0.1")]

Source/ExcelDna.Loader/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.35.*")]
35-
[assembly: AssemblyFileVersion("0.35.5.1")]
34+
[assembly: AssemblyVersion("1.0.*")]
35+
[assembly: AssemblyFileVersion("1.0.0.1")]

Source/ExcelDna.Loader/XlParameterInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ void SetAttributeInfo(object attrib)
9292
public void SetTypeInfo(Type type, bool isReturnType, bool isExceptionSafe)
9393
{
9494
if ((XlAddIn.XlCallVersion < 12)
95-
#if DEBUG // on debug-32bit we want to keep exercising the Excel4 APIs
96-
|| (IntPtr.Size == 4)
97-
#endif
95+
//#if DEBUG // on debug-32bit we want to keep exercising the Excel4 APIs
96+
// || (IntPtr.Size == 4)
97+
//#endif
9898
)
9999
{
100100
SetTypeInfo4(type, isReturnType, isExceptionSafe);

Source/ExcelDna/ExcelDna.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
5656
//
5757

5858
VS_VERSION_INFO VERSIONINFO
59-
FILEVERSION 0,35,5,1
60-
PRODUCTVERSION 0,35,5,1
59+
FILEVERSION 1,0,0,1
60+
PRODUCTVERSION 1,0,0,1
6161
FILEFLAGSMASK 0x17L
6262
#ifdef _DEBUG
6363
FILEFLAGS 0x1L
@@ -75,12 +75,12 @@ BEGIN
7575
VALUE "Comments", "Unmanaged loader shim for Excel-DNA Add-Ins"
7676
VALUE "CompanyName", "Govert van Drimmelen"
7777
VALUE "FileDescription", "Excel-DNA Dynamic Link Library"
78-
VALUE "FileVersion", "0.35.5.1"
78+
VALUE "FileVersion", "1.0.0.1"
7979
VALUE "InternalName", "ExcelDna"
8080
VALUE "LegalCopyright", "Copyright (C) 2005-2019 Govert van Drimmelen"
8181
VALUE "OriginalFilename", "ExcelDna.xll"
8282
VALUE "ProductName", "Excel-DNA Add-In Framework for Microsoft Excel"
83-
VALUE "ProductVersion", "0.35"
83+
VALUE "ProductVersion", "1.0"
8484
END
8585
END
8686
BLOCK "VarFileInfo"

Source/ExcelDnaPack/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434

35-
[assembly: AssemblyVersion("0.35.*")]
36-
[assembly: AssemblyFileVersion("0.35.5.1")]
35+
[assembly: AssemblyVersion("1.0.*")]
36+
[assembly: AssemblyFileVersion("1.0.0.1")]

0 commit comments

Comments
 (0)