Skip to content

Commit

Permalink
Updated psd1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarrier committed Aug 15, 2023
1 parent f2e871b commit 374320e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions WinGet-Essentials/WinGet-Essentials.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'WinGet-Essentials.psm1'
ModuleVersion = '1.0.2'
ModuleVersion = '1.1.0'
GUID = '2a2b6c24-d6cc-4d59-a456-e7ccd90afd03'
Author = 'Jon Carrier'
CompanyName = 'Unknown'
Expand All @@ -18,7 +18,7 @@
@{ModuleName = 'TextTable'; ModuleVersion = '1.0.1'; Guid = '16a5ab4c-4d8c-42d6-8f72-227aea552a84'},
@{ModuleName = 'TableUI'; ModuleVersion = '1.0.4'; Guid = 'b5eb9ef8-a2ef-40d4-a8d5-46d91ab7060e'}
)
FunctionsToExport = @('Update-WinGetSoftware', 'Checkpoint-WinGetSoftware', 'Restore-WinGetSoftware', 'Initialize-WinGetRestore')
FunctionsToExport = @('Update-WinGetSoftware', 'Checkpoint-WinGetSoftware', 'Restore-WinGetSoftware', 'Initialize-WinGetIgnore', 'Initialize-WinGetRestore', 'Merge-WinGetRestore')
CmdletsToExport = @()
VariablesToExport = '*'
AliasesToExport = @('winup', 'winget-update', 'winget-checkpoint', 'winget-restore')
Expand All @@ -28,9 +28,11 @@
'WinGet-Essentials.psd1',
'WinGet-Essentials.psm1',
'modules\WinGet-Checkpoint.psm1',
'modules\WinGet-Initialize.psm1'
'modules\WinGet-Merge.psm1'
'modules\WinGet-Restore.psm1',
'modules\WinGet-Update.psm1'
'modules\WinGet-Initialize.psm1'
'modules\WinGet-Utils.psm1'
)

PrivateData = @{
Expand Down

0 comments on commit 374320e

Please sign in to comment.