Skip to content

Commit 04f3947

Browse files
Merge pull request #23 from SchemaModule/dev
Adding iconUri for logo
2 parents 0a2c63e + f586fb6 commit 04f3947

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Updated documentation and external help
1212
- CHNAGELOG added
1313
- psakefile added
14+
- Added JSON logo
1415

1516
### Changed
1617
- README

schema/schema.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ PrivateData = @{
104104
ProjectUri = 'https://github.com/SchemaModule'
105105

106106
# A URL to an icon representing this module.
107-
# IconUri = ''
107+
IconUri = 'https://github.com/SchemaModule/PowerShell/blob/master/logo.png?raw=true'
108108

109109
# ReleaseNotes of this module
110110
ReleaseNotes = 'https://github.com/SchemaModule/AzDevOps/PowerShell/master/CHANGELOG.md'

0 commit comments

Comments
 (0)