Skip to content
Merged
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
4 changes: 2 additions & 2 deletions native/native.targets
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
next to the app's own version (EzvpnAppVersion in Directory.Build.props,
which is independent of this pin). A local core build (EZVPN_LOCAL_DLL)
still reports the pinned number: the local DLL carries none. -->
<EzvpnReleaseTag Condition="'$(EzvpnReleaseTag)' == ''">v0.0.46</EzvpnReleaseTag>
<EzvpnReleaseTag Condition="'$(EzvpnReleaseTag)' == ''">v0.0.47</EzvpnReleaseTag>
<EzvpnCoreVersion>$(EzvpnReleaseTag.TrimStart('v'))</EzvpnCoreVersion>
<EzvpnDllZipUrl>https://github.com/flexaccessdev/ezvpn/releases/download/$(EzvpnReleaseTag)/ezvpn-windows.dll.zip</EzvpnDllZipUrl>
<EzvpnDllZipSha256>da66a6600271a43f708932a88fbf8cf60202ca3546f274eaa8fa9163baf96914</EzvpnDllZipSha256>
<EzvpnDllZipSha256>9cc083f543980abfb1d431d1662c9c0d31e6efb263b6f02ce3981fbdc3b8c13d</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