Skip to content

Commit

Permalink
internal -> public
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelNygren-Norce committed Nov 20, 2024
1 parent b69bf6f commit 7cb7a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HzMemoryCache/Diagnostics/HzCacheDiagnostics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public static class HzCacheDiagnostics
{
public const string HzCacheVersion = "1.0.0";
public const string HzCacheVersion = "0.0.6";
public const string ActivitySourceName = "HzMemoryCache";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace HzCache.Diagnostics
{
internal static class TracerProviderBuilderBuilderExtensions
public static class TracerProviderBuilderBuilderExtensions
{
public static TracerProviderBuilder AddHzCacheMemoryInstrumentation(this TracerProviderBuilder builder,
Action<HzCacheTracesInstrumentationOptions>? configure = null)
Expand Down

0 comments on commit 7cb7a15

Please sign in to comment.