build 2.5.0.2

This commit is contained in:
dovholuknf
2024-07-25 15:14:59 -04:00
parent 73b0d33105
commit 4acc1d33c5
4 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ $ADV_INST_HOME = "C:\Program Files (x86)\Caphyon\Advanced Installer ${ADV_INST_V
$SIGNTOOL="${ADV_INST_HOME}\third-party\winsdk\x64\signtool.exe"
$ADVINST = "${ADV_INST_HOME}\bin\x86\AdvancedInstaller.com"
$ADVPROJECT = "${scriptPath}\ZitiDesktopEdge.aip"
$ZITI_EDGE_TUNNEL_VERSION="v2.0.0-alpha9"
$ZITI_EDGE_TUNNEL_VERSION="v2.0.0-alpha10"
echo "Cleaning previous build folder if it exists"
Remove-Item "${buildPath}" -r -ErrorAction Ignore
+14
View File
@@ -9,6 +9,20 @@
## Bugs fixed:
* n/a
## Dependency Updates
* ziti-tunnel-sdk-c v2.0.0-alpha10/c sdk 2.0.0-alpha8
# Release 2.5.0.1
## What's New
* updated c-sdk/tunneler to work with HA controllers
## Other changes:
* none
## Bugs fixed:
* n/a
## Dependency Updates
* ziti-tunnel-sdk-c v2.0.0-alpha9/c sdk 2.0.0-alpha6
+6 -6
View File
@@ -1,12 +1,12 @@
{
"name": "2.5.0.1",
"tag_name": "2.5.0.1",
"published_at": "2024-07-12T12:33:50Z",
"name": "2.5.0.2",
"tag_name": "2.5.0.2",
"published_at": "2024-07-25T11:10:53Z",
"installation_critical": false,
"assets": [
{
"name": "Ziti.Desktop.Edge.Client-2.5.0.1.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.0.0-alpha/Ziti.Desktop.Edge.Client-2.5.0.1.exe"
"name": "Ziti.Desktop.Edge.Client-2.5.0.2.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.0.0-alpha/Ziti.Desktop.Edge.Client-2.5.0.2.exe"
}
]
}
}
+1 -1
View File
@@ -1 +1 @@
2.5.0.1
2.5.0.2