mirror of
https://github.com/ckaczor/Common.git
synced 2026-01-13 17:22:40 -05:00
Add overload and update version
This commit is contained in:
@@ -65,6 +65,11 @@ namespace Common.Internet
|
||||
return true;
|
||||
}
|
||||
|
||||
public static Dictionary<string, Browser> DetectInstalledBrowsers()
|
||||
{
|
||||
return DetectInstalledBrowsers(false, false);
|
||||
}
|
||||
|
||||
public static Dictionary<string, Browser> DetectInstalledBrowsers(bool loadImages, bool includeUseSystemDefault)
|
||||
{
|
||||
var browsers = new Dictionary<string, Browser>();
|
||||
|
||||
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user