diff --git a/GitInstaller/GitInstaller/Properties/AssemblyInfo.cs b/GitInstaller/GitInstaller/Properties/AssemblyInfo.cs
index 6c28fe3..da0b29b 100644
--- a/GitInstaller/GitInstaller/Properties/AssemblyInfo.cs
+++ b/GitInstaller/GitInstaller/Properties/AssemblyInfo.cs
@@ -51,5 +51,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.7.1.0")]
-[assembly: AssemblyFileVersion("1.7.1.0")]
+[assembly: AssemblyVersion("1.7.2.0")]
+[assembly: AssemblyFileVersion("1.7.2.0")]
diff --git a/GitInstaller/GitInstaller/Utils.cs b/GitInstaller/GitInstaller/Utils.cs
index a623579..ea9ecf3 100644
--- a/GitInstaller/GitInstaller/Utils.cs
+++ b/GitInstaller/GitInstaller/Utils.cs
@@ -30,12 +30,12 @@ public static ZipType FileOrDir(string path)
}
///
- /// ???
+ /// Checks if value has wildcard in it
///
- ///
- ///
- ///
- ///
+ /// The value to check if the wildcard is inside
+ /// The wildcard search value
+ /// The character representing the wildcard
+ /// True if wildcard is inside value or false otherwise
public static bool HasWildcard(string value, string wildcard, string wildcardchar = "*")
{