Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/verify-ezvpn-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
ezvpn_ref:
description: "ezvpn git ref (commit SHA / branch / tag) to build against"
required: true
default: "6f7d3475cb4032be31c7ededbb606faba60e3547"
default: "ee4f4294f073ba09fc7fef541ef8f17517e74a46"
ezvpn_repo:
description: "ezvpn repository (owner/name)"
required: true
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
monotonically increasing build-timestamp value so MajorUpgrade keeps working
(see installer/Ezvpn.Installer.wixproj and .github/workflows/release.yml). -->
<PropertyGroup>
<EzvpnVersion Condition="'$(EzvpnVersion)' == ''">0.0.43</EzvpnVersion>
<EzvpnVersion Condition="'$(EzvpnVersion)' == ''">0.0.44</EzvpnVersion>
</PropertyGroup>

</Project>
4 changes: 2 additions & 2 deletions native/native.targets
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
once an ezvpn release that includes the build-windows-lib asset exists.
scripts\bump-dll.ps1 also mirrors this tag (minus "v") into EzvpnVersion in
Directory.Build.props, which is the version the app UI + MSI report. -->
<EzvpnReleaseTag Condition="'$(EzvpnReleaseTag)' == ''">v0.0.43</EzvpnReleaseTag>
<EzvpnReleaseTag Condition="'$(EzvpnReleaseTag)' == ''">v0.0.44</EzvpnReleaseTag>
<EzvpnDllZipUrl>https://github.com/flexaccessdev/ezvpn/releases/download/$(EzvpnReleaseTag)/ezvpn-windows.dll.zip</EzvpnDllZipUrl>
<EzvpnDllZipSha256>792d01e125058aebe0f73b3af54f8e6bab3d29246b51ec1abb40162bb2516f75</EzvpnDllZipSha256>
<EzvpnDllZipSha256>8266f394ec55b0bffcd6ed283f2778fdd43c7c130fd1f92a8a6903fde406111e</EzvpnDllZipSha256>

<!-- Local core build used when EZVPN_LOCAL_DLL=1 (see ..\ezvpn\build-windows.ps1).
In that mode ezvpn.dll is consumed straight from the sibling dist — it is
Expand Down
Loading