Skip to content

Commit

Permalink
Add icon and add reference in readme and manifest (PowerShell#1291)
Browse files Browse the repository at this point in the history
* Add icon and add reference in readme and manifest

* correct ratio

* simplify html img tag to auto calculate height

* use square logo
  • Loading branch information
bergmeister authored and JamesWTruher committed Aug 27, 2019
1 parent 5cd3065 commit a449c2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/PSScriptAnalyzer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ PrivateData = @{
Tags = 'lint', 'bestpractice'
LicenseUri = 'https://github.com/PowerShell/PSScriptAnalyzer/blob/master/LICENSE'
ProjectUri = 'https://github.com/PowerShell/PSScriptAnalyzer'
IconUri = ''
IconUri = 'https://raw.githubusercontent.com/powershell/psscriptanalyzer/master/logo.png'
ReleaseNotes = ''
}
}
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# PSScriptAnalyzer

<img src="logo.png" width="180">

[![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)

Table of Contents
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a449c2c

Please sign in to comment.