diff --git a/build/definitions/modulemanifest/definition.ps1 b/build/definitions/modulemanifest/definition.ps1 index 73e4b2f..5f123b5 100644 --- a/build/definitions/modulemanifest/definition.ps1 +++ b/build/definitions/modulemanifest/definition.ps1 @@ -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.' diff --git a/src/Position-ExplorerWindow/Position-ExplorerWindow.psd1 b/src/Position-ExplorerWindow/Position-ExplorerWindow.psd1 index 99abbf4..fc7bc25 100644 --- a/src/Position-ExplorerWindow/Position-ExplorerWindow.psd1 +++ b/src/Position-ExplorerWindow/Position-ExplorerWindow.psd1 @@ -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 # @{ @@ -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'