Trying 2.0.3 doesn't seem to work for me. I get all kind of errors. Here is the log file:
uildVersion: 10.0.15063.413
CLRVersion: 4.0.30319.42000
WSManStackVersion: 3.0
PSRemotingProtocolVersion: 2.3
SerializationVersion: 1.1.0.1
**********************
Transcript started, output file is .\Logs\2017-06-23_10-51-02.txt
PS>TerminatingError(Invoke-WebRequest): "Unable to connect to the remote server"
Invoke-WebRequest : Unable to connect to the remote server
At D:\nemosminer\NemosMiner-v2.0.3-Zpool\Include.ps1:532 char:5
+ Invoke-WebRequest $Uri -OutFile $FileName -UseBasicParsing
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest],
WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Invoke-WebRequest : Unable to connect to the remote server
At D:\nemosminer\NemosMiner-v2.0.3-Zpool\Include.ps1:532 char:5
+ Invoke-WebRequest $Uri -OutFile $FileName -UseBasicParsing
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Rename-Item : Cannot rename because item at '.\Bin\ccminer_x11gost' does not exist.
At D:\nemosminer\NemosMiner-v2.0.3-Zpool\Include.ps1:534 char:5
+ Rename-Item "$(Split-Path $Path)\$FolderName_Old" "$FolderName_Ne ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~