Skip to content

Commit

Permalink
Updated psd1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarrier committed Mar 3, 2024
1 parent b8aa8eb commit cb6c09d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WinGet-Essentials/WinGet-Essentials.psd1
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
@{
RootModule = 'WinGet-Essentials.psm1'
ModuleVersion = '1.10.1'
ModuleVersion = '1.11.0'
GUID = '2a2b6c24-d6cc-4d59-a456-e7ccd90afd03'
Author = 'Jon Carrier'
CompanyName = 'Unknown'
Copyright = '(c) Jon Carrier. All rights reserved.'
Description = 'Provides cmdlets that compliment the existing WinGet CLI. Primarily, improves the user-experience for software updates and offers a convenient way to install collections of software via WinGet through the use of user-defined tags.'

# CompatiblePSEditions = @()
# PowerShellVersion = ''
PowerShellVersion = '6.0'
# ScriptsToProcess = @()
# TypesToProcess = @()
# FormatsToProcess = @()
# NestedModules = @()

RequiredModules = @(
@{ModuleName = 'TextTable'; ModuleVersion = '1.0.2'; Guid = '16a5ab4c-4d8c-42d6-8f72-227aea552a84'},
@{ModuleName = 'TableUI'; ModuleVersion = '1.6.0'; Guid = 'b5eb9ef8-a2ef-40d4-a8d5-46d91ab7060e'}
@{ModuleName = 'TableUI'; ModuleVersion = '1.8.0'; Guid = 'b5eb9ef8-a2ef-40d4-a8d5-46d91ab7060e'}
)
FunctionsToExport = @('Update-WinGetEssentials', 'Update-WinGetSoftware', 'Get-WinGetSoftwareUpgrade', 'Checkpoint-WinGetSoftware', 'Restore-WinGetSoftware', 'Initialize-WinGetIgnore', 'Initialize-WinGetRestore', 'Merge-WinGetRestore')
CmdletsToExport = @()
Expand Down

0 comments on commit cb6c09d

Please sign in to comment.