Skip to content

DefaultValue attribute property rename #179

@gsscoder

Description

@gsscoder

Since 2.0.x-pre breaks with past stable, at least until 2.0.x reach beta some breaking change could be done to public API.

Add like to do what in subject. Instead of:

[Option(DefaultValue = "中文",
    HelpText = "Content language.")]
  public Language { get; set; }

to:

[Option(Default = "中文",
    HelpText = "Content language.")]
  public Language { get; set; }

Opinions?

cc/ @mizipzor @nemec @gimmemoore

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions