Skip to content

Commit

Permalink
fix(csharp): add helpers to ISearchClient (#3657)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored Sep 6, 2024
1 parent 8047123 commit 8c717c1
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 280 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public class AlgoliaUserAgent
/// <summary>
/// Create a new user-agent header
/// </summary>
/// <param name="clientName"></param>
/// <param name="clientName">The client name</param>
/// <param name="clientVersion">The client version</param>
public AlgoliaUserAgent(string clientName, string clientVersion)
{
AddSegment("Algolia for Csharp", $"({clientVersion})");
Expand Down
Loading

0 comments on commit 8c717c1

Please sign in to comment.