From b2ae4894c15699c0660f2e5150559eed333cec6a Mon Sep 17 00:00:00 2001 From: "G.Reijn" Date: Tue, 24 Dec 2024 06:01:36 +0100 Subject: [PATCH 1/2] Align author and settings --- resources/GitDsc/GitDsc.psd1 | 4 ++-- resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 | 2 +- resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 | 2 +- .../Microsoft.Windows.Developer.psd1 | 2 +- .../Microsoft.Windows.Setting.Accessibility.psd1 | 2 +- .../Microsoft.WindowsSandbox.DSC.psd1 | 4 ++-- resources/NpmDsc/NpmDsc.psd1 | 4 ++-- resources/PythonPip3Dsc/PythonPip3Dsc.psd1 | 4 ++-- resources/YarnDsc/YarnDsc.psd1 | 4 ++-- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/GitDsc/GitDsc.psd1 b/resources/GitDsc/GitDsc.psd1 index fff1be9a..f69c1c47 100644 --- a/resources/GitDsc/GitDsc.psd1 +++ b/resources/GitDsc/GitDsc.psd1 @@ -24,10 +24,10 @@ Author = 'DscSamples' # Company or vendor of this module - # CompanyName = '' + CompanyName = 'Microsoft Corporation' # Copyright statement for this module - # Copyright = '' + Copyright = '(c) Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'DSC Resource for Git' diff --git a/resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 b/resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 index 9255b722..11756280 100644 --- a/resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 +++ b/resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 @@ -2,7 +2,7 @@ RootModule = 'Microsoft.DotNet.Dsc.psm1' ModuleVersion = '0.1.0' GUID = '2e883e78-1d91-4d08-9fc1-2a968e31009d' - Author = 'Microsoft Corporation' + Author = 'DscSamples' CompanyName = 'Microsoft Corporation' Copyright = '(c) Microsoft Corporation. All rights reserved.' Description = 'DSC Resource for .NET SDK tool installer' diff --git a/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 b/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 index 0df7d574..571a5c8c 100644 --- a/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 +++ b/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 @@ -2,7 +2,7 @@ RootModule = 'Microsoft.VSCode.Dsc.psm1' ModuleVersion = '0.1.0' GUID = 'baf2c585-d931-4089-8500-93a5b8de1741' - Author = 'Microsoft Corporation' + Author = 'DscSamples' CompanyName = 'Microsoft Corporation' Copyright = '(c) Microsoft Corporation. All rights reserved.' Description = 'DSC Resource for Visual Studio Code' diff --git a/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 b/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 index bf9fe0e9..c075b091 100644 --- a/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 +++ b/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 @@ -2,7 +2,7 @@ RootModule = 'Microsoft.Windows.Developer.psm1' ModuleVersion = '0.1.0' GUID = '95b88c6a-1ebe-4c8d-aae5-c57368fa2b90' - Author = 'Microsoft Corporation' + Author = 'DscSamples' CompanyName = 'Microsoft Corporation' Copyright = '(c) Microsoft Corporation. All rights reserved.' Description = 'DSC Resource for Windows' 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..8c6652b3 100644 --- a/resources/Microsoft.Windows.Setting.Accessibility/Microsoft.Windows.Setting.Accessibility.psd1 +++ b/resources/Microsoft.Windows.Setting.Accessibility/Microsoft.Windows.Setting.Accessibility.psd1 @@ -4,7 +4,7 @@ RootModule = 'Microsoft.Windows.Setting.Accessibility.psm1' ModuleVersion = '0.1.0' GUID = '25cce770-4f0a-4387-a26b-4be692e229f9' - Author = 'Microsoft Corporation' + Author = 'DscSamples' CompanyName = 'Microsoft Corporation' Copyright = '(c) Microsoft Corp. All rights reserved.' Description = 'DSC Module for Windows Accessibility' diff --git a/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 b/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 index b0540f92..f4d91163 100644 --- a/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 +++ b/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 @@ -24,10 +24,10 @@ Author = 'DscSamples' # Company or vendor of this module - # CompanyName = '' + CompanyName = 'Microsoft Corporation' # Copyright statement for this module - # Copyright = '' + Copyright = '(c) Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'DSC Resource for Windows Sandbox' diff --git a/resources/NpmDsc/NpmDsc.psd1 b/resources/NpmDsc/NpmDsc.psd1 index ad578a96..1ae6259d 100644 --- a/resources/NpmDsc/NpmDsc.psd1 +++ b/resources/NpmDsc/NpmDsc.psd1 @@ -24,10 +24,10 @@ Author = 'DscSamples' # Company or vendor of this module - # CompanyName = '' + CompanyName = 'Microsoft Corporation' # Copyright statement for this module - # Copyright = '' + Copyright = '(c) Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'DSC Resource for Npm' diff --git a/resources/PythonPip3Dsc/PythonPip3Dsc.psd1 b/resources/PythonPip3Dsc/PythonPip3Dsc.psd1 index 72a38a2c..4609f0f7 100644 --- a/resources/PythonPip3Dsc/PythonPip3Dsc.psd1 +++ b/resources/PythonPip3Dsc/PythonPip3Dsc.psd1 @@ -24,10 +24,10 @@ Author = 'DscSamples' # Company or vendor of this module - # CompanyName = '' + CompanyName = 'Microsoft Corporation' # Copyright statement for this module - # Copyright = '' + Copyright = '(c) Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'DSC Resource for Python pip3' diff --git a/resources/YarnDsc/YarnDsc.psd1 b/resources/YarnDsc/YarnDsc.psd1 index 9489d856..95023b81 100644 --- a/resources/YarnDsc/YarnDsc.psd1 +++ b/resources/YarnDsc/YarnDsc.psd1 @@ -24,10 +24,10 @@ Author = 'DscSamples' # Company or vendor of this module - # CompanyName = '' + CompanyName = 'Microsoft Corporation' # Copyright statement for this module - # Copyright = '' + Copyright = '(c) Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'DSC Resource for Yarn' From 443e9bd47e305410f0156584757ca405e9b5a046 Mon Sep 17 00:00:00 2001 From: "G.Reijn" Date: Tue, 24 Dec 2024 13:33:06 +0100 Subject: [PATCH 2/2] Push projectUri and licenseUri --- resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 | 6 ++++++ .../Microsoft.Windows.Developer.psd1 | 6 ++++++ .../Microsoft.Windows.Setting.Accessibility.psd1 | 6 ++++++ .../Microsoft.WindowsSandbox.DSC.psd1 | 4 ++-- resources/NpmDsc/NpmDsc.psd1 | 4 ++-- resources/YarnDsc/YarnDsc.psd1 | 4 ++-- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 b/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 index 571a5c8c..b9248d19 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 c075b091..8d6ad56e 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 8c6652b3..3e7e8a41 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 f4d91163..8049e15c 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 1ae6259d..ba580775 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 95023b81..315c59bf 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 = ''