Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
AppVeyor validate: 3.0.120
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Parker <[email protected]>
  • Loading branch information
aaronparker committed Jun 11, 2019
1 parent 94c40bc commit 9913451
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 390 deletions.
7 changes: 4 additions & 3 deletions LatestUpdate/LatestUpdate.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Aaron Parker
#
# Generated on: 6/7/2019
# Generated on: 6/11/2019
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'LatestUpdate.psm1'

# Version number of this module.
ModuleVersion = '3.0.119'
ModuleVersion = '3.0.120'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -75,7 +75,8 @@ PowerShellVersion = '5.0'
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @('Get-LatestAdobeFlashUpdate', 'Get-LatestCumulativeUpdate',
'Get-LatestMonthlyRollup', 'Get-LatestNetFrameworkUpdate',
'Get-LatestServicingStackUpdate', 'Save-LatestUpdate', 'Get-LatestWindowsDefenderUpdate')
'Get-LatestServicingStackUpdate', 'Get-LatestWindowsDefenderUpdate',
'Save-LatestUpdate')

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @()
Expand Down
Loading

0 comments on commit 9913451

Please sign in to comment.