Skip to content

Commit

Permalink
Fix (modulemanifest): Fix module manifest description to be in pure text
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed May 28, 2021
1 parent c7f900e commit 7eb7820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/definitions/modulemanifest/definition.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Author = 'The Oh Brothers'
CompanyName = 'The Oh Brothers'
Copyright = '(c) 2017 The Oh Brothers'
Description = 'Opens, resizes, and arranges multiple `Explorer` windows at specified paths in a grid fashion to fit a screen, or multiple screens.'
Description = 'Opens, resizes, and arranges multiple Explorer windows at specified paths in a grid fashion to fit a screen, or multiple screens.'
PowerShellVersion = '2.0'
# PowerShellHostName = ''
# PowerShellHostVersion = ''
Expand Down
2 changes: 1 addition & 1 deletion src/Position-ExplorerWindow/Position-ExplorerWindow.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CompanyName = 'The Oh Brothers'
Copyright = '(c) 2017 The Oh Brothers'

# Description of the functionality provided by this module
Description = 'Opens, resizes, and arranges multiple `Explorer` windows at specified paths in a grid fashion to fit a screen, or multiple screens.'
Description = 'Opens, resizes, and arranges multiple Explorer windows at specified paths in a grid fashion to fit a screen, or multiple screens.'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '2.0'
Expand Down

0 comments on commit 7eb7820

Please sign in to comment.