SearchRepositoriesRequest fixes

This commit is contained in:
aedampir@gmail.com
2016-03-29 17:42:20 +07:00
parent 09582fc5eb
commit 2fa41b7f3f

View File

@@ -321,10 +321,10 @@ namespace Octokit
}
/// <summary>
/// helper method to create a LessThan Date Comparision
/// helper method to create a LessThan Date Comparison
/// e.g. &lt; 2011
/// </summary>
/// <param name="date">date to be used for comparision (times are ignored)</param>
/// <param name="date">date to be used for comparison (times are ignored)</param>
/// <returns><see cref="DateRange"/></returns>
public static DateRange LessThan(DateTime date)
{
@@ -332,10 +332,10 @@ namespace Octokit
}
/// <summary>
/// helper method to create a LessThanOrEqualTo Date Comparision
/// helper method to create a LessThanOrEqualTo Date Comparison
/// e.g. &lt;= 2011
/// </summary>
/// <param name="date">date to be used for comparision (times are ignored)</param>
/// <param name="date">date to be used for comparison (times are ignored)</param>
/// <returns><see cref="DateRange"/></returns>
public static DateRange LessThanOrEquals(DateTime date)
{
@@ -343,10 +343,10 @@ namespace Octokit
}
/// <summary>
/// helper method to create a GreaterThan Date Comparision
/// helper method to create a GreaterThan Date Comparison
/// e.g. > 2011
/// </summary>
/// <param name="date">date to be used for comparision (times are ignored)</param>
/// <param name="date">date to be used for comparison (times are ignored)</param>
/// <returns><see cref="DateRange"/></returns>
public static DateRange GreaterThan(DateTime date)
{
@@ -354,10 +354,10 @@ namespace Octokit
}
/// <summary>
/// helper method to create a GreaterThanOrEqualTo Date Comparision
/// helper method to create a GreaterThanOrEqualTo Date Comparison
/// e.g. >= 2011
/// </summary>
/// <param name="date">date to be used for comparision (times are ignored)</param>
/// <param name="date">date to be used for comparison (times are ignored)</param>
/// <returns><see cref="DateRange"/></returns>
public static DateRange GreaterThanOrEquals(DateTime date)
{
@@ -479,9 +479,9 @@ namespace Octokit
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Edn")]
Edn,
Eiffel,
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Elixer")]
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Elixer")]
Elixer,
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Elixir")]
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Elixir")]
Elixir,
Elm,
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Emacs")]
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Emacs")]
@@ -709,9 +709,9 @@ namespace Octokit
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "TypeScript")]
[Parameter(Value = "TypeScript")]
TypeScript,
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Paralel")]
[Parameter(Value = "Unified Paralel C")]
UnifiedParalelC,
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Parallel")]
[Parameter(Value = "Unified Parallel C")]
UnifiedParallelC,
Unknown,
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Vala")]
Vala,