Skip to content

Commit a449c2c

Browse files
bergmeisterJamesWTruher
authored andcommitted
Add icon and add reference in readme and manifest (#1291)
* Add icon and add reference in readme and manifest * correct ratio * simplify html img tag to auto calculate height * use square logo
1 parent 5cd3065 commit a449c2c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Engine/PSScriptAnalyzer.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ PrivateData = @{
8585
Tags = 'lint', 'bestpractice'
8686
LicenseUri = 'https://github.com/PowerShell/PSScriptAnalyzer/blob/master/LICENSE'
8787
ProjectUri = 'https://github.com/PowerShell/PSScriptAnalyzer'
88-
IconUri = ''
88+
IconUri = 'https://raw.githubusercontent.com/powershell/psscriptanalyzer/master/logo.png'
8989
ReleaseNotes = ''
9090
}
9191
}

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# PSScriptAnalyzer
2+
3+
<img src="logo.png" width="180">
4+
15
[![Build status](https://ci.appveyor.com/api/projects/status/h5mot3vqtvxw5d7l/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/psscriptanalyzer/branch/master) [![Join the chat at https://gitter.im/PowerShell/PSScriptAnalyzer](https://badges.gitter.im/PowerShell/PSScriptAnalyzer.svg)](https://gitter.im/PowerShell/PSScriptAnalyzer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
26

37
Table of Contents

logo.png

73 KB
Loading

0 commit comments

Comments
 (0)