File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
BrowserStackLocal/BrowserStackLocal Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
<Title >BrowserStackLocal</Title >
8
8
<Product >BrowserStackLocal</Product >
9
9
<Description >C# Bindings for BrowserStack Local</Description >
10
- <Version >2.3.0 </Version >
11
- <AssemblyVersion >2.3.0 </AssemblyVersion >
12
- <FileVersion >2.3.0 </FileVersion >
10
+ <Version >2.3.1 </Version >
11
+ <AssemblyVersion >2.3.1 </AssemblyVersion >
12
+ <FileVersion >2.3.1 </FileVersion >
13
13
<Authors >BrowserStack</Authors >
14
14
<Company >BrowserStack</Company >
15
15
<Copyright >Copyright © 2016</Copyright >
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ public class BrowserStackTunnel : IDisposable
16
16
{
17
17
static readonly string binaryName = isDarwin ( ) ? "BrowserStackLocal-darwin-x64" : "BrowserStackLocal.exe" ;
18
18
static readonly string downloadURL = isDarwin ( ) ?
19
- "https://bstack-local-prod.s3.amazonaws. com/BrowserStackLocal-darwin-x64" :
20
- "https://bstack-local-prod.s3.amazonaws. com/BrowserStackLocal.exe" ;
19
+ "https://www.browserstack. com/local-testing/downloads/binaries /BrowserStackLocal-darwin-x64" :
20
+ "https://www.browserstack. com/local-testing/downloads/binaries /BrowserStackLocal.exe" ;
21
21
static readonly string homepath = isDarwin ( ) ?
22
22
Environment . GetFolderPath ( Environment . SpecialFolder . Personal ) :
23
23
Environment . ExpandEnvironmentVariables ( "%HOMEDRIVE%%HOMEPATH%" ) ;
You can’t perform that action at this time.
0 commit comments