File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.9.1 (Unreleased)
4+ - Add default version in ` TaskOrchestrationContext ` by @halspang in ([ #408 ] ( https://github.com/microsoft/durabletask-dotnet/pull/408 ) )
5+
36## v1.9.0
47
58- Fix schedule sample logging setup by @YunchuWang in ([ #392 ] ( https://github.com/microsoft/durabletask-dotnet/pull/392 ) )
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments