diff --git a/Fop2ClientLib/Fop2ClientLib.csproj b/Fop2ClientLib/Fop2ClientLib.csproj index 8a102d4..a74b1cd 100644 --- a/Fop2ClientLib/Fop2ClientLib.csproj +++ b/Fop2ClientLib/Fop2ClientLib.csproj @@ -13,8 +13,7 @@ 512 ..\ true - - + Client SAK SAK SAK diff --git a/Fop2DD/Core/Common/ShellExecutor.cs b/Fop2DD/Core/Common/ShellExecutor.cs index 7408d60..3e3bac9 100644 --- a/Fop2DD/Core/Common/ShellExecutor.cs +++ b/Fop2DD/Core/Common/ShellExecutor.cs @@ -69,8 +69,7 @@ public static string ReplacePlaceholder(string value, IEnumerableReturns the value with all placeholders (if any) replaced with the replacement. public static string ReplacePlaceholder(string value, string placeholder, string replacement, bool useurlencoding) { - - return new Regex(Regex.Escape(placeholder), RegexOptions.CultureInvariant | RegexOptions.IgnoreCase).Replace(value, useurlencoding ? HttpUtility.UrlEncode(replacement) : replacement); + return new Regex(Regex.Escape(placeholder), RegexOptions.CultureInvariant | RegexOptions.IgnoreCase).Replace(value, useurlencoding ? Uri.EscapeDataString(replacement) : replacement); } } } diff --git a/Fop2DD/Fop2DD.csproj b/Fop2DD/Fop2DD.csproj index faa2749..909d475 100644 --- a/Fop2DD/Fop2DD.csproj +++ b/Fop2DD/Fop2DD.csproj @@ -13,7 +13,7 @@ 512 ..\ true - + Client SAK SAK SAK @@ -49,7 +49,6 @@ - diff --git a/Fop2DD/Properties/AssemblyInfo.cs b/Fop2DD/Properties/AssemblyInfo.cs index 11e7c1b..97fed82 100644 --- a/Fop2DD/Properties/AssemblyInfo.cs +++ b/Fop2DD/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("0.3.0.0")] -[assembly: AssemblyFileVersion("0.3.0.0")] +[assembly: AssemblyVersion("0.3.1.0")] +[assembly: AssemblyFileVersion("0.3.1.0")] diff --git a/Fop2DD/app.config b/Fop2DD/app.config index adb386b..e8773ce 100644 --- a/Fop2DD/app.config +++ b/Fop2DD/app.config @@ -1,8 +1,8 @@ - + - -
+ +
@@ -41,10 +41,10 @@ https://www.google.com/search?q=%PHONENUMBER% - + - + 6 @@ -54,4 +54,4 @@ - \ No newline at end of file + diff --git a/Fop2DD/setup.iss b/Fop2DD/setup.iss index 0da378f..1f74099 100644 --- a/Fop2DD/setup.iss +++ b/Fop2DD/setup.iss @@ -3,11 +3,11 @@ [Setup] AppPublisher=KeenSystems AppPublisherURL=http://www.keensystems.eu -AppVersion=0.3.0.0 +AppVersion=0.3.1.0 AppName=Fop2DD -AppVerName=Fop2DD 0.3.0 +AppVerName=Fop2DD 0.3.1 AppCopyright=Copyright (C) 2013 KeenSystems -VersionInfoVersion=0.3.0.0 +VersionInfoVersion=0.3.1.0 DefaultDirName={pf}\KeenSystems\Fop2DD DefaultGroupName=KeenSystems\Fop2DD UninstallDisplayIcon={app}\Fop2DD.exe