StatCan / StatCan.OrchardCore

Houses StatCan OrchardCore Modules
https://statcan.github.io/StatCan.OrchardCore/
MIT License
57 stars 12 forks source link

Cleanup Module Metadata #116

Closed jptissot closed 3 years ago

jptissot commented 4 years ago

Review all module's metadata and update some fields to use constants.

Change

    Author = "Digital Innovation Team",
    Website = "https://digital.statcan.gc.ca",
    Version = "1.0.0"

to

    Author = ManifestConstants.Author,
    Website = ManifestConstants.Website,
    Version = ManifestConstants.Version