Table of Contents

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

string

Description

A description of the extension.

public string Description { get; set; }

Property Value

string

Id

The unique ID of the extension, calculated from author, name and version number.

public string Id { get; }

Property Value

string

Name

The name of the extension.

public string Name { get; set; }

Property Value

string

Version

The current version of the extension.

public Version Version { get; set; }

Property Value

Version