From 3486d3e1f8a32a118c02705a7d73f91120d6cb35 Mon Sep 17 00:00:00 2001 From: daredloco Date: Fri, 4 Dec 2020 10:19:05 -0300 Subject: [PATCH] Updated documentation --- GitInstaller/GitInstaller/Properties/AssemblyInfo.cs | 4 ++-- GitInstaller/GitInstaller/Utils.cs | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) 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 = "*") {