diff --git a/resources/GitDsc/GitDsc.psd1 b/resources/GitDsc/GitDsc.psd1 index ae763c0b..c571ac67 100644 --- a/resources/GitDsc/GitDsc.psd1 +++ b/resources/GitDsc/GitDsc.psd1 @@ -12,7 +12,7 @@ RootModule = 'GitDsc.psm1' # Version number of this module. - ModuleVersion = '0.1.0' + ModuleVersion = '1.0.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -104,7 +104,7 @@ Tags = @('PSDscResource_GitClone', 'PSDscResource_GitRemote', 'PSDscResource_GitConfigUserName', 'PSDscResource_GitConfigUserEmail', 'PSDscResource_GitConfigFile') # A URL to the license for this module. - LicenseURI= 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' + 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/' @@ -115,9 +115,6 @@ # ReleaseNotes of this module # ReleaseNotes = '' - # Prerelease string of this module - Prerelease = 'alpha' - # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false diff --git a/resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 b/resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 index 9255b722..6578a183 100644 --- a/resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 +++ b/resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'Microsoft.DotNet.Dsc.psm1' - ModuleVersion = '0.1.0' + ModuleVersion = '1.0.0' GUID = '2e883e78-1d91-4d08-9fc1-2a968e31009d' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' @@ -17,9 +17,6 @@ 'PSDscResource_DotNetToolPackage' ) - # 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' diff --git a/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 b/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 index 30b0cc7c..315c65af 100644 --- a/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 +++ b/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'Microsoft.VSCode.Dsc.psm1' - ModuleVersion = '0.1.0' + ModuleVersion = '1.0.0' GUID = 'baf2c585-d931-4089-8500-93a5b8de1741' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' @@ -17,10 +17,7 @@ 'PSDscResource_VSCodeExtension' ) - # Prerelease string of this module - Prerelease = 'alpha' - - # A URL to the license for this module. + # 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. diff --git a/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 b/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 index e9fe089d..d300f3e9 100644 --- a/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 +++ b/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'Microsoft.Windows.Developer.psm1' - ModuleVersion = '0.1.0' + ModuleVersion = '1.0.0' GUID = '95b88c6a-1ebe-4c8d-aae5-c57368fa2b90' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' @@ -43,9 +43,6 @@ 'PSDscResource_FirewallRule' ) - # 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' 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 9fa34c9c..96f7d879 100644 --- a/resources/Microsoft.Windows.Setting.Accessibility/Microsoft.Windows.Setting.Accessibility.psd1 +++ b/resources/Microsoft.Windows.Setting.Accessibility/Microsoft.Windows.Setting.Accessibility.psd1 @@ -2,7 +2,7 @@ # Licensed under the MIT License. @{ RootModule = 'Microsoft.Windows.Setting.Accessibility.psm1' - ModuleVersion = '0.1.0' + ModuleVersion = '1.0.0' GUID = '25cce770-4f0a-4387-a26b-4be692e229f9' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' @@ -37,10 +37,7 @@ 'PSDscResource_EyeControl' ) - # Prerelease string of this module - Prerelease = 'alpha' - - # A URL to the license for this module. + # 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. diff --git a/resources/Microsoft.Windows.Settings/Microsoft.Windows.Settings.psd1 b/resources/Microsoft.Windows.Settings/Microsoft.Windows.Settings.psd1 index 2bc6d9d4..8ad029ee 100644 --- a/resources/Microsoft.Windows.Settings/Microsoft.Windows.Settings.psd1 +++ b/resources/Microsoft.Windows.Settings/Microsoft.Windows.Settings.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'Microsoft.Windows.Settings.psm1' - ModuleVersion = '0.1.0' + ModuleVersion = '1.0.0' GUID = '3f686897-d354-4ffb-bd22-f859f6d1142e' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' @@ -17,9 +17,6 @@ 'PSDscResource_WindowsSettings' ) - # 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' diff --git a/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 b/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 index 224919a5..6776f955 100644 --- a/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 +++ b/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 @@ -12,7 +12,7 @@ RootModule = 'Microsoft.WindowsSandbox.DSC.psm1' # Version number of this module. - ModuleVersion = '0.1.0' + ModuleVersion = '1.0.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -100,7 +100,7 @@ Tags = @('PSDscResource_WindowsSandbox') # A URL to the license for this module. - LicenseURI= 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' + 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/' @@ -111,9 +111,6 @@ # ReleaseNotes of this module # ReleaseNotes = '' - # Prerelease string of this module - Prerelease = 'alpha' - # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false diff --git a/resources/NpmDsc/NpmDsc.psd1 b/resources/NpmDsc/NpmDsc.psd1 index 0e893dab..eb5e54e7 100644 --- a/resources/NpmDsc/NpmDsc.psd1 +++ b/resources/NpmDsc/NpmDsc.psd1 @@ -12,7 +12,7 @@ RootModule = 'NpmDsc.psm1' # Version number of this module. - ModuleVersion = '0.1.0' + ModuleVersion = '1.0.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -101,7 +101,7 @@ Tags = @('PSDscResource_DSC_NpmPackage', 'PSDscResource_DSC_NpmInstall') # A URL to the license for this module. - LicenseURI= 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' + 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/' @@ -112,9 +112,6 @@ # ReleaseNotes of this module # ReleaseNotes = '' - # Prerelease string of this module - Prerelease = 'alpha' - # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false diff --git a/resources/PythonPip3Dsc/PythonPip3Dsc.psd1 b/resources/PythonPip3Dsc/PythonPip3Dsc.psd1 index 04320e17..1b67e58e 100644 --- a/resources/PythonPip3Dsc/PythonPip3Dsc.psd1 +++ b/resources/PythonPip3Dsc/PythonPip3Dsc.psd1 @@ -12,7 +12,7 @@ RootModule = 'PythonPip3Dsc.psm1' # Version number of this module. - ModuleVersion = '0.1.0' + ModuleVersion = '1.0.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -111,9 +111,6 @@ # ReleaseNotes of this module # ReleaseNotes = '' - # Prerelease string of this module - Prerelease = 'alpha' - # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false diff --git a/resources/RustDsc/RustDsc.psd1 b/resources/RustDsc/RustDsc.psd1 index 41c09d27..07cb12e9 100644 --- a/resources/RustDsc/RustDsc.psd1 +++ b/resources/RustDsc/RustDsc.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'RustDsc.psm1' - ModuleVersion = '0.1.0' + ModuleVersion = '1.0.0' GUID = 'ced413f1-d327-41fe-a01a-e03ed52d9bb1' Author = 'DscSamples' CompanyName = 'Microsoft Corporation' @@ -17,9 +17,6 @@ 'PSDscResource_RustDsc' ) - # 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' diff --git a/resources/YarnDsc/YarnDsc.psd1 b/resources/YarnDsc/YarnDsc.psd1 index e01d9168..cde8d31f 100644 --- a/resources/YarnDsc/YarnDsc.psd1 +++ b/resources/YarnDsc/YarnDsc.psd1 @@ -12,7 +12,7 @@ RootModule = 'YarnDsc.psm1' # Version number of this module. - ModuleVersion = '0.1.0' + ModuleVersion = '1.0.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -100,7 +100,7 @@ Tags = @('PSDscResource_YarnInstall') # A URL to the license for this module. - LicenseURI= 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' + 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/' @@ -111,9 +111,6 @@ # ReleaseNotes of this module # ReleaseNotes = '' - # Prerelease string of this module - Prerelease = 'alpha' - # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false