Class PackageMetadata
- Namespace
- Dassie.Extensions
- Assembly
- dc.dll
Defines version information for a Dassie compiler extension.
public class PackageMetadata
- Inheritance
-
PackageMetadata
- Inherited Members
- Extension Methods
Properties
Author
The author of the extension.
public string Author { get; set; }
Property Value
Description
A description of the extension.
public string Description { get; set; }
Property Value
Id
The unique ID of the extension, calculated from author, name and version number.
public string Id { get; }
Property Value
Name
The name of the extension.
public string Name { get; set; }
Property Value
Version
The current version of the extension.
public Version Version { get; set; }