Skip to content

Commit

Permalink
refactor: Make KVStringParseHelper internal
Browse files Browse the repository at this point in the history
  • Loading branch information
lokitoth committed Jan 30, 2025
1 parent 332515e commit 24bb14e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Microsoft.AutoGen.Contracts;
/// <summary>
/// Provides helper methods for parsing key-value string representations.
/// </summary>
public static class KVStringParseHelper
internal static class KVStringParseHelper
{
/// <summary>
/// The regular expression pattern used to match key-value pairs in the format "key/value".
Expand Down

0 comments on commit 24bb14e

Please sign in to comment.