diff --git a/resources/GitDsc/GitDsc.psd1 b/resources/GitDsc/GitDsc.psd1 index fff1be9a..ae763c0b 100644 --- a/resources/GitDsc/GitDsc.psd1 +++ b/resources/GitDsc/GitDsc.psd1 @@ -104,10 +104,10 @@ Tags = @('PSDscResource_GitClone', 'PSDscResource_GitRemote', 'PSDscResource_GitConfigUserName', 'PSDscResource_GitConfigUserEmail', 'PSDscResource_GitConfigFile') # 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/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 b/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 index 0df7d574..30b0cc7c 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 bf9fe0e9..9c330f92 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 e11cea5e..9fa34c9c 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 b0540f92..224919a5 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 ad578a96..0e893dab 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 9489d856..e01d9168 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 = ''