Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
daredloco committed Dec 4, 2020
1 parent 99f2454 commit 3486d3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions GitInstaller/GitInstaller/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
10 changes: 5 additions & 5 deletions GitInstaller/GitInstaller/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ public static ZipType FileOrDir(string path)
}

/// <summary>
/// ???
/// Checks if value has wildcard in it
/// </summary>
/// <param name="value"></param>
/// <param name="wildcard"></param>
/// <param name="wildcardchar"></param>
/// <returns></returns>
/// <param name="value">The value to check if the wildcard is inside</param>
/// <param name="wildcard">The wildcard search value</param>
/// <param name="wildcardchar">The character representing the wildcard</param>
/// <returns>True if wildcard is inside value or false otherwise</returns>
public static bool HasWildcard(string value, string wildcard, string wildcardchar = "*")
{

Expand Down

0 comments on commit 3486d3e

Please sign in to comment.