You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create versioninfo.json with dynamic version numbers using PowerShell's Out-File with UTF8 encoding
30
+
# Create the JSON metadata content
31
31
$jsonContent = @{
32
32
CompanyName = "IRCF"
33
33
FileDescription = "ProxyReset is a lightweight Go tool for Windows that disables proxy settings without admin privileges, supporting multiple Windows versions and architectures."
0 commit comments