Skip to content

Commit

Permalink
Add desticationFolder as EnvironmentVariable instead of desticationFi…
Browse files Browse the repository at this point in the history
…le. Bump version to 1.1.0
  • Loading branch information
rosolko committed May 27, 2016
1 parent 21676a2 commit 2a6ac7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WebDriverManager/Helpers/WebDriverManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public static void AddEnvironmentVariable(string variable)
{
try
{
Environment.SetEnvironmentVariable(variable, desticationFile, EnvironmentVariableTarget.Machine);
Environment.SetEnvironmentVariable(variable, desticationFolder, EnvironmentVariableTarget.Machine);
}
catch (Exception ex)
{
Expand Down
6 changes: 3 additions & 3 deletions WebDriverManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
//[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.*")]
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 2a6ac7e

Please sign in to comment.