Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions resources/GitDsc/GitDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'GitDsc.psm1'

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '1.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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/'
Expand All @@ -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

Expand Down
5 changes: 1 addition & 4 deletions resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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'

Expand Down
7 changes: 2 additions & 5 deletions resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @()
Expand Down Expand Up @@ -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/'
Expand All @@ -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

Expand Down
7 changes: 2 additions & 5 deletions resources/NpmDsc/NpmDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'NpmDsc.psm1'

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '1.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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/'
Expand All @@ -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

Expand Down
5 changes: 1 addition & 4 deletions resources/PythonPip3Dsc/PythonPip3Dsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PythonPip3Dsc.psm1'

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '1.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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

Expand Down
5 changes: 1 addition & 4 deletions resources/RustDsc/RustDsc.psd1
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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'

Expand Down
7 changes: 2 additions & 5 deletions resources/YarnDsc/YarnDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'YarnDsc.psm1'

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '1.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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/'
Expand All @@ -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

Expand Down
Loading