Skip to content

Commit

Permalink
Update to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
govert committed Nov 27, 2023
1 parent 9b17afb commit be5863a
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
Binary file modified Distribution/ExcelDna.Integration.dll
Binary file not shown.
Binary file modified Distribution/ExcelDna.Integration.pdb
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.
Binary file modified Distribution/net452/ExcelDna.Integration.dll
Binary file not shown.
Binary file modified Distribution/net452/ExcelDna.Integration.pdb
Binary file not shown.
Binary file modified Distribution/net452/ExcelDnaPack.exe
Binary file not shown.
Binary file modified Distribution/net6.0-windows/ExcelDna.Integration.dll
Binary file not shown.
Binary file modified Distribution/net6.0-windows/ExcelDna.Integration.pdb
Binary file not shown.
Binary file modified Distribution/net6.0-windows/ExcelDnaPack.dll
Binary file not shown.
Binary file modified Distribution/net6.0-windows/ExcelDnaPack.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions MasterBuild/MasterBuild.cmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
setlocal

set PackageVersion=1.7.0-rc4
set PackageReferenceVersion=1.7.0-rc4
set DllVersion=1.7.0.3
set PackageVersion=1.7.0
set PackageReferenceVersion=1.7.0
set DllVersion=1.7.0.11

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

Expand Down
22 changes: 11 additions & 11 deletions MasterBuild/PushAll.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@ set basePath=%currentPath:~0,-1%
set rootPath=%~dp0..\..


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
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\ExcelDna.Integration.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
@if errorlevel 1 goto end

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
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\ExcelDna.AddIn.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
@if errorlevel 1 goto end

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
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
@if errorlevel 1 goto end

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
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\Excel-DNA.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
@if errorlevel 1 goto end

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
nuget.exe push "%rootPath%\ExcelDna\Package\nupkg\ExcelDna.Templates.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
@if errorlevel 1 goto end

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
nuget.exe push "%rootPath%\IntelliSense\NuGet\nupkg\ExcelDna.IntelliSense.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
@if errorlevel 1 goto end

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

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
nuget.exe push "%rootPath%\Registration\NuGet\nupkg\ExcelDna.Registration.1.7.0.nupkg" -Source https://api.nuget.org/v3/index.json -Verbosity detailed -NonInteractive
@if errorlevel 1 goto end

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
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
@if errorlevel 1 goto end

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
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
@if errorlevel 1 goto end

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
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
@if errorlevel 1 goto end

:end
4 changes: 2 additions & 2 deletions Source/versioninfo.rc2
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
// Version
//

#define VER_FILEVERSION 1,7,0,3
#define VER_FILEVERSION_STR "1.7.0.3"
#define VER_FILEVERSION 1,7,0,11
#define VER_FILEVERSION_STR "1.7.0.11"

VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
Expand Down

0 comments on commit be5863a

Please sign in to comment.