chore: working on preparations for deployment

This commit is contained in:
Stevan Freeborn
2025-06-04 10:46:21 -05:00
parent 8e0ec2d3d5
commit 8c800ce658
8 changed files with 54 additions and 32 deletions
@@ -63,7 +63,7 @@ public class HostExtensionsTests
.NotBeNull();
}
private class TestInstrumentation : IInstrumentation
private sealed class TestInstrumentation : IInstrumentation
{
public string SourceName { get; } = "TestSource";
public string SourceVersion { get; } = "1.0.0";