File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Elastic.Markdown/Myst/FrontMatter Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ public string GetLifeCycleName() =>
115115 ProductLifecycle . Discontinued => "Discontinued" ,
116116 ProductLifecycle . Unavailable => "Unavailable" ,
117117 ProductLifecycle . GenerallyAvailable => "GA" ,
118+ ProductLifecycle . Removed => "Removed" ,
118119 _ => throw new ArgumentOutOfRangeException ( nameof ( Lifecycle ) , Lifecycle , null )
119120 } ;
120121
@@ -134,6 +135,7 @@ public override string ToString()
134135 ProductLifecycle . Discontinued => "discontinued" ,
135136 ProductLifecycle . Unavailable => "unavailable" ,
136137 ProductLifecycle . GenerallyAvailable => "ga" ,
138+ ProductLifecycle . Removed => "removed" ,
137139 _ => throw new ArgumentOutOfRangeException ( )
138140 } ;
139141 _ = sb . Append ( lifecycle ) ;
You can’t perform that action at this time.
0 commit comments