We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa9b77 commit 6894e47Copy full SHA for 6894e47
src/ApiGenerator/Views/HighLevel/Descriptors/Descriptor.cshtml
@@ -57,7 +57,8 @@
57
await IncludeAsync("HighLevel/Descriptors/XmlDocs.cshtml", desc);
58
if(!string.IsNullOrWhiteSpace(param.Obsolete))
59
{
60
-<text> [Obsolete("Scheduled to be removed in 7.0, @param.Obsolete")]
+<text>
61
+[Obsolete("Scheduled to be removed in 8.0, @param.Obsolete")]
62
</text>
63
}
64
<text>
0 commit comments