Skip to content

Commit 892d2b5

Browse files
committed
Add default get_version to TaskOrchestrationContext
Signed-off-by: halspang <[email protected]>
1 parent 745bf47 commit 892d2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Abstractions/TaskOrchestrationContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public abstract class TaskOrchestrationContext
6363
/// <summary>
6464
/// Gets the version of the current orchestration instance, which was set when the instance was created.
6565
/// </summary>
66-
public abstract string Version { get; }
66+
public virtual string Version => string.Empty;
6767

6868
/// <summary>
6969
/// Gets the entity feature, for interacting with entities.

0 commit comments

Comments
 (0)