Skip to content

Commit

Permalink
fixes #150 (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: Demitrius Nelon <[email protected]>
  • Loading branch information
kilasuit and denelon authored Feb 7, 2025
1 parent 3f91511 commit 8faf56d
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
4 changes: 2 additions & 2 deletions resources/GitDsc/GitDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
6 changes: 6 additions & 0 deletions resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
4 changes: 2 additions & 2 deletions resources/NpmDsc/NpmDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
4 changes: 2 additions & 2 deletions resources/YarnDsc/YarnDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 8faf56d

Please sign in to comment.