Skip to content

Commit 2258515

Browse files
committed
update versions to preview
1 parent ef183e7 commit 2258515

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

libraries/tests/AWS.Lambda.Powertools.Tracing.Tests/TracingAttributeTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void OnEntry_WhenFirstCall_CapturesColdStart()
131131
public class TracingAttributeDisableTest
132132
{
133133
[Fact]
134-
public void Tracing_WhenTracerDisabled_DDisablesTracing()
134+
public void Tracing_WhenTracerDisabled_DisablesTracing()
135135
{
136136
// Arrange
137137
var methodName = Guid.NewGuid().ToString();

version.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Core": {
3-
"Common": "0.0.1",
4-
"Logging": "0.0.1",
5-
"Metrics": "0.0.1",
6-
"Tracing": "0.0.1"
3+
"Common": "0.0.1-preview.1",
4+
"Logging": "0.0.1-preview.1",
5+
"Metrics": "0.0.1-preview.1",
6+
"Tracing": "0.0.1-preview.1"
77
}
88
}

0 commit comments

Comments
 (0)