diff --git a/Internet/Browser.cs b/Internet/Browser.cs index 6588f0b..7943256 100644 --- a/Internet/Browser.cs +++ b/Internet/Browser.cs @@ -65,6 +65,11 @@ namespace Common.Internet return true; } + public static Dictionary DetectInstalledBrowsers() + { + return DetectInstalledBrowsers(false, false); + } + public static Dictionary DetectInstalledBrowsers(bool loadImages, bool includeUseSystemDefault) { var browsers = new Dictionary(); diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index da58efe..97bcd16 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ using System.Runtime.CompilerServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.174.0")] +[assembly: AssemblyVersion("1.0.178.0")] [assembly: CLSCompliant(true)]