Skip to content

Commit

Permalink
Merge pull request #23 from theohbrothers/fix/modulemanifest-fix-auth…
Browse files Browse the repository at this point in the history
…or-in-module-manifest

Fix (modulemanifest): Fix author in Module manifest
  • Loading branch information
leojonathanoh committed May 25, 2021
2 parents dc744be + 58d2f5b commit 63998e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/definitions/modulemanifest/definition.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
RootModule = 'Position-ExplorerWindow.psm1'
# ModuleVersion = '' # Value will be set for each publication based on the tag ref. Defaults to '0.0.0' in development environments and regular CI builds
GUID = 'c9a2d63b-d56c-4c11-83ad-60ad86eb7dbd'
Author = 'Position-ExplorerWindow'
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.'
Expand Down
6 changes: 3 additions & 3 deletions src/Position-ExplorerWindow/Position-ExplorerWindow.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
# Module manifest for module 'PSGet_Position-ExplorerWindow'
#
# Generated by: Position-ExplorerWindow
# Generated by: The Oh Brothers
#
# Generated on: 5/22/21
# Generated on: 5/25/21
#

@{
Expand All @@ -21,7 +21,7 @@ ModuleVersion = '0.0.0'
GUID = 'c9a2d63b-d56c-4c11-83ad-60ad86eb7dbd'

# Author of this module
Author = 'Position-ExplorerWindow'
Author = 'The Oh Brothers'

# Company or vendor of this module
CompanyName = 'The Oh Brothers'
Expand Down

0 comments on commit 63998e1

Please sign in to comment.