File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434// You can specify all the values or you can default the Build and Revision Numbers
3535// by using the '*' as shown below:
3636// [assembly: AssemblyVersion("1.0.*")]
37- [ assembly: AssemblyVersion ( "18.05.6 .*" ) ]
37+ [ assembly: AssemblyVersion ( "18.05.7 .*" ) ]
3838[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ static void Main(string[] args) {
1818 ServicePointManager . SecurityProtocol = SecurityProtocolType . Tls11 | SecurityProtocolType . Tls12 ;
1919
2020 const string logDefaultName = "installer-log.txt" ;
21- string log = Path . GetFullPath ( logDefaultName ) ;
21+ string log = Path . Combine ( Path . GetDirectoryName ( Assembly . GetExecutingAssembly ( ) . Location ) , logDefaultName ) ;
2222
2323 Queue < string > argsQueue = new Queue < string > ( args ) ;
2424 Queue < string > argsLateQueue = new Queue < string > ( ) ;
You can’t perform that action at this time.
0 commit comments