mirror of
https://github.com/openziti/desktop-edge-win.git
synced 2026-09-25 04:12:02 +00:00
build 2.5.0.2
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user