diff --git a/ILSpy.Core/App.xaml b/ILSpy.Core/App.xaml
index 84ba94f..34e5450 100644
--- a/ILSpy.Core/App.xaml
+++ b/ILSpy.Core/App.xaml
@@ -6,7 +6,7 @@
-
+
diff --git a/ILSpy.Core/Controls/SearchBox.xaml b/ILSpy.Core/Controls/SearchBox.xaml
index 328013a..52d9666 100644
--- a/ILSpy.Core/Controls/SearchBox.xaml
+++ b/ILSpy.Core/Controls/SearchBox.xaml
@@ -19,7 +19,7 @@
-
+
-
+
diff --git a/ILSpy.Core/Properties/AssemblyInfo.cs b/ILSpy.Core/Properties/AssemblyInfo.cs
index fba6f25..52f9d65 100644
--- a/ILSpy.Core/Properties/AssemblyInfo.cs
+++ b/ILSpy.Core/Properties/AssemblyInfo.cs
@@ -36,7 +36,7 @@
internal static class RevisionClass
{
public const string Major = "7";
- public const string Minor = "1";
+ public const string Minor = "2";
public const string Build = "0";
public const string Revision = "0";
public const string VersionName = "rc";
diff --git a/README.md b/README.md
index 3a80ded..525f71a 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ How to run on Linux:
How to run on Mac:
- just move the app into `/Applications` folder and open it
+- run `xattr -rd com.apple.quarantine /Applications/ILSpy.app`
- if you see `“ILSpy” cannot be opened because the developer cannot be verified.`, please open up `System Preferences` -> `Security & Privacy` -> `General` -> `Open Anyway`
- if you see the error `The application ILSpy can't be opened' error on launch`, you could `chmod +x "/Applications/ILSpy.app/Contents/MacOS/ILSpy"`
diff --git a/SharpTreeView/Themes/TreeView.xaml b/SharpTreeView/Themes/TreeView.xaml
index ab93309..6781afa 100644
--- a/SharpTreeView/Themes/TreeView.xaml
+++ b/SharpTreeView/Themes/TreeView.xaml
@@ -177,7 +177,7 @@