@@ -5,37 +5,37 @@ set basePath=%currentPath:~0,-1%
5
5
set rootPath = %~dp0 ..\..
6
6
7
7
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
9
9
@ if errorlevel 1 goto end
10
10
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
12
12
@ if errorlevel 1 goto end
13
13
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
15
15
@ if errorlevel 1 goto end
16
16
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
18
18
@ if errorlevel 1 goto end
19
19
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
21
21
@ if errorlevel 1 goto end
22
22
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
24
24
@ if errorlevel 1 goto end
25
25
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
27
27
@ if errorlevel 1 goto end
28
28
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
30
30
@ if errorlevel 1 goto end
31
31
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
33
33
@ if errorlevel 1 goto end
34
34
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
36
36
@ if errorlevel 1 goto end
37
37
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
39
39
@ if errorlevel 1 goto end
40
40
41
41
:end
0 commit comments