Merge branch 'main' into release-next

This commit is contained in:
dovholuknf
2024-07-25 16:08:21 -04:00
committed by GitHub
4 changed files with 13 additions and 13 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
+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"
}
]
}
}
+5 -5
View File
@@ -1,12 +1,12 @@
{
"name": "2.3.1",
"tag_name": "2.3.1",
"published_at": "2024-04-29T19:33:58Z",
"name": "2.4.0.0",
"tag_name": "2.4.0.0",
"published_at": "2024-07-24T12:00:00Z",
"installation_critical": false,
"assets": [
{
"name": "Ziti.Desktop.Edge.Client-2.3.1.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.3.1/Ziti.Desktop.Edge.Client-2.3.1.exe"
"name": "Ziti.Desktop.Edge.Client-2.4.0.0.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.4.0.0/Ziti.Desktop.Edge.Client-2.4.0.0.exe"
}
]
}
+1 -1
View File
@@ -1 +1 @@
2.5.0.1
2.5.0.2