Skip to content

Commit 6894e47

Browse files
authored
Fix version and line break for obsolete attribute (#5237)
1 parent daa9b77 commit 6894e47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ApiGenerator/Views/HighLevel/Descriptors/Descriptor.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
await IncludeAsync("HighLevel/Descriptors/XmlDocs.cshtml", desc);
5858
if(!string.IsNullOrWhiteSpace(param.Obsolete))
5959
{
60-
<text> [Obsolete("Scheduled to be removed in 7.0, @param.Obsolete")]
60+
<text>
61+
[Obsolete("Scheduled to be removed in 8.0, @param.Obsolete")]
6162
</text>
6263
}
6364
<text>

0 commit comments

Comments
 (0)