ExtensionMetadata.ReleaseNotes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the optional relative path to a release notes file contained in the package (.txt, .rtf) or a URL to a website that displays the release notes.
public string? ReleaseNotes { get; init; }
member this.ReleaseNotes : string with get, set
Public Property ReleaseNotes As String