diff --git a/src/ApiGenerator/Views/HighLevel/Descriptors/Descriptor.cshtml b/src/ApiGenerator/Views/HighLevel/Descriptors/Descriptor.cshtml index 3b304225fb0..696838a24b5 100644 --- a/src/ApiGenerator/Views/HighLevel/Descriptors/Descriptor.cshtml +++ b/src/ApiGenerator/Views/HighLevel/Descriptors/Descriptor.cshtml @@ -57,7 +57,8 @@ await IncludeAsync("HighLevel/Descriptors/XmlDocs.cshtml", desc); if(!string.IsNullOrWhiteSpace(param.Obsolete)) { - [Obsolete("Scheduled to be removed in 7.0, @param.Obsolete")] + +[Obsolete("Scheduled to be removed in 8.0, @param.Obsolete")] }