Skip to content

Commit be5863a

Browse files
committed
Update to v1.7.0
1 parent 9b17afb commit be5863a

15 files changed

+16
-16
lines changed

Distribution/ExcelDna.Integration.dll

3.5 KB
Binary file not shown.

Distribution/ExcelDna.Integration.pdb

1.13 KB
Binary file not shown.

Distribution/ExcelDna.xll

512 Bytes
Binary file not shown.

Distribution/ExcelDna64.xll

5 KB
Binary file not shown.

Distribution/ExcelDnaPack.exe

0 Bytes
Binary file not shown.
3.5 KB
Binary file not shown.
1.13 KB
Binary file not shown.

Distribution/net452/ExcelDnaPack.exe

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
1.5 KB
Binary file not shown.

MasterBuild/MasterBuild.cmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
setlocal
22

3-
set PackageVersion=1.7.0-rc4
4-
set PackageReferenceVersion=1.7.0-rc4
5-
set DllVersion=1.7.0.3
3+
set PackageVersion=1.7.0
4+
set PackageReferenceVersion=1.7.0
5+
set DllVersion=1.7.0.11
66

77
set MSBuildPath="c:\Program Files\Microsoft Visual Studio\2022\Professional\Msbuild\Current\Bin\amd64\MSBuild.exe"
88

MasterBuild/PushAll.cmd

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,37 @@ set basePath=%currentPath:~0,-1%
55
set rootPath=%~dp0..\..
66

77

8-
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\ExcelDna.Integration.1.7.0-rc4.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
8+
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\ExcelDna.Integration.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
99
@if errorlevel 1 goto end
1010

11-
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\ExcelDna.AddIn.1.7.0-rc4.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
11+
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\ExcelDna.AddIn.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
1212
@if errorlevel 1 goto end
1313

14-
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\Excel-DNA.Lib.1.7.0-rc4.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
14+
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\Excel-DNA.Lib.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
1515
@if errorlevel 1 goto end
1616

17-
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\Excel-DNA.1.7.0-rc4.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
17+
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\Excel-DNA.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
1818
@if errorlevel 1 goto end
1919

20-
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\ExcelDna.Templates.1.7.0-rc4.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
20+
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\ExcelDna.Templates.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
2121
@if errorlevel 1 goto end
2222

23-
nuget.exe push "%rootPath%\IntelliSense\NuGet\nupkg\ExcelDna.IntelliSense.1.7.0-rc4.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
23+
nuget.exe push "%rootPath%\IntelliSense\NuGet\nupkg\ExcelDna.IntelliSense.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
2424
@if errorlevel 1 goto end
2525

26-
nuget.exe push "%rootPath%\ExcelDnaDoc\Package\nupkg\ExcelDnaDoc.1.7.0-rc4.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
26+
nuget.exe push "%rootPath%\ExcelDnaDoc\Package\nupkg\ExcelDnaDoc.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
2727
@if errorlevel 1 goto end
2828

29-
nuget.exe push "%rootPath%\Registration\NuGet\nupkg\ExcelDna.Registration.1.7.0-rc4.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
29+
nuget.exe push "%rootPath%\Registration\NuGet\nupkg\ExcelDna.Registration.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
3030
@if errorlevel 1 goto end
3131

32-
nuget.exe push "%rootPath%\Registration\NuGet\nupkg\ExcelDna.Registration.FSharp.1.7.0-rc4.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
32+
nuget.exe push "%rootPath%\Registration\NuGet\nupkg\ExcelDna.Registration.FSharp.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
3333
@if errorlevel 1 goto end
3434

35-
nuget.exe push "%rootPath%\Registration\NuGet\nupkg\ExcelDna.Registration.VisualBasic.1.7.0-rc4.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
35+
nuget.exe push "%rootPath%\Registration\NuGet\nupkg\ExcelDna.Registration.VisualBasic.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
3636
@if errorlevel 1 goto end
3737

38-
nuget.exe push "%rootPath%\DeveloperTools\ExcelDna.Testing\Package\nupkg\ExcelDna.Testing.1.7.0-rc4.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
38+
nuget.exe push "%rootPath%\DeveloperTools\ExcelDna.Testing\Package\nupkg\ExcelDna.Testing.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
3939
@if errorlevel 1 goto end
4040

4141
:end

Source/versioninfo.rc2

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// Version
88
//
99

10-
#define VER_FILEVERSION 1,7,0,3
11-
#define VER_FILEVERSION_STR "1.7.0.3"
10+
#define VER_FILEVERSION 1,7,0,11
11+
#define VER_FILEVERSION_STR "1.7.0.11"
1212

1313
VS_VERSION_INFO VERSIONINFO
1414
FILEVERSION VER_FILEVERSION

0 commit comments

Comments
 (0)