Skip to content

Commit 2a6ac7e

Browse files
committed
Add desticationFolder as EnvironmentVariable instead of desticationFile. Bump version to 1.1.0
1 parent 21676a2 commit 2a6ac7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WebDriverManager/Helpers/WebDriverManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public static void AddEnvironmentVariable(string variable)
163163
{
164164
try
165165
{
166-
Environment.SetEnvironmentVariable(variable, desticationFile, EnvironmentVariableTarget.Machine);
166+
Environment.SetEnvironmentVariable(variable, desticationFolder, EnvironmentVariableTarget.Machine);
167167
}
168168
catch (Exception ex)
169169
{

WebDriverManager/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
//
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
36-
//[assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("1.0.0.0")]
38-
[assembly: AssemblyFileVersion("1.0.0.0")]
36+
[assembly: AssemblyVersion("1.1.*")]
37+
//[assembly: AssemblyVersion("1.0.0.0")]
38+
//[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)