diff --git a/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 b/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 index 571a5c8..b9248d1 100644 --- a/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 +++ b/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 @@ -19,6 +19,12 @@ # Prerelease string of this module Prerelease = 'alpha' + + # A URL to the license for this module. + LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' + + # A URL to the main website for this project. + ProjectUri = 'https://github.com/microsoft/winget-dsc' } } } diff --git a/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 b/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 index c075b09..8d6ad56 100644 --- a/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 +++ b/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 @@ -33,6 +33,12 @@ # Prerelease string of this module Prerelease = 'alpha' + + # A URL to the license for this module. + LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' + + # A URL to the main website for this project. + ProjectUri = 'https://github.com/microsoft/winget-dsc' } } } diff --git a/resources/Microsoft.Windows.Setting.Accessibility/Microsoft.Windows.Setting.Accessibility.psd1 b/resources/Microsoft.Windows.Setting.Accessibility/Microsoft.Windows.Setting.Accessibility.psd1 index 8c6652b..3e7e8a4 100644 --- a/resources/Microsoft.Windows.Setting.Accessibility/Microsoft.Windows.Setting.Accessibility.psd1 +++ b/resources/Microsoft.Windows.Setting.Accessibility/Microsoft.Windows.Setting.Accessibility.psd1 @@ -39,6 +39,12 @@ # Prerelease string of this module Prerelease = 'alpha' + + # A URL to the license for this module. + LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' + + # A URL to the main website for this project. + ProjectUri = 'https://github.com/microsoft/winget-dsc' } } } diff --git a/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 b/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 index f4d9116..8049e15 100644 --- a/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 +++ b/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 @@ -100,10 +100,10 @@ Tags = @('PSDscResource_WindowsSandbox') # A URL to the license for this module. - # LicenseUri = '' + LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' # A URL to the main website for this project. - # ProjectUri = '' + ProjectUri = 'https://github.com/microsoft/winget-dsc' # A URL to an icon representing this module. # IconUri = '' diff --git a/resources/NpmDsc/NpmDsc.psd1 b/resources/NpmDsc/NpmDsc.psd1 index 1ae6259..ba58077 100644 --- a/resources/NpmDsc/NpmDsc.psd1 +++ b/resources/NpmDsc/NpmDsc.psd1 @@ -101,10 +101,10 @@ Tags = @('PSDscResource_DSC_NpmPackage', 'PSDscResource_DSC_NpmInstall') # A URL to the license for this module. - # LicenseUri = '' + LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' # A URL to the main website for this project. - # ProjectUri = '' + ProjectUri = 'https://github.com/microsoft/winget-dsc' # A URL to an icon representing this module. # IconUri = '' diff --git a/resources/YarnDsc/YarnDsc.psd1 b/resources/YarnDsc/YarnDsc.psd1 index 95023b8..315c59b 100644 --- a/resources/YarnDsc/YarnDsc.psd1 +++ b/resources/YarnDsc/YarnDsc.psd1 @@ -100,10 +100,10 @@ Tags = @('PSDscResource_YarnInstall') # A URL to the license for this module. - # LicenseUri = '' + LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' # A URL to the main website for this project. - # ProjectUri = '' + ProjectUri = 'https://github.com/microsoft/winget-dsc' # A URL to an icon representing this module. # IconUri = ''