From a2ccecbaed70cc5a90076983a6bcfbb802bc09dc Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Wed, 6 Jan 2021 14:01:44 +0000 Subject: [PATCH] Fix version and line break for obsolete attribute --- src/ApiGenerator/Views/HighLevel/Descriptors/Descriptor.cshtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")] }