diff --git a/lerc_client/lercConsole/App.config b/lerc_client/lercConsole/App.config index 40ff78a..8b37fa7 100644 --- a/lerc_client/lercConsole/App.config +++ b/lerc_client/lercConsole/App.config @@ -1,7 +1,7 @@  - + diff --git a/lerc_client/lercConsole/Properties/AssemblyInfo.cs b/lerc_client/lercConsole/Properties/AssemblyInfo.cs index fa377f7..41a5235 100644 --- a/lerc_client/lercConsole/Properties/AssemblyInfo.cs +++ b/lerc_client/lercConsole/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.0.0.2")] +[assembly: AssemblyFileVersion("1.0.0.2")] diff --git a/lerc_client/lercConsole/lercConsole.csproj b/lerc_client/lercConsole/lercConsole.csproj index b0dbf62..f3e93f0 100644 --- a/lerc_client/lercConsole/lercConsole.csproj +++ b/lerc_client/lercConsole/lercConsole.csproj @@ -9,7 +9,7 @@ Properties lercConsole lercConsole - v4.5.2 + v4.8 512 true @@ -22,6 +22,7 @@ DEBUG;TRACE prompt 4 + v4.8 AnyCPU @@ -31,6 +32,7 @@ TRACE prompt 4 + v4.8 @@ -57,8 +59,8 @@ - copy /Y $(SolutionDir)certs\lerc.ca.pem $(TargetDir)lerc.ca.pem -copy /Y $(SolutionDir)certs\lerc.client.pfx $(TargetDir)lerc.client.pfx + copy /Y "$(SolutionDir)certs\lerc.ca.pem" "$(TargetDir)lerc.ca.pem" +copy /Y "$(SolutionDir)certs\lerc.client.pfx" "$(TargetDir)lerc.client.pfx"