Skip to content

Commit

Permalink
Update module 4.0.460
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Jan 9, 2023
1 parent 8f26d33 commit 9ea6518
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions VcRedist/VcRedist.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Aaron Parker
#
# Generated on: 11/10/2022
# Generated on: 1/9/2023
#

@{
Expand All @@ -12,10 +12,10 @@
RootModule = 'VcRedist.psm1'

# Version number of this module.
ModuleVersion = '4.0.338'
ModuleVersion = '4.0.460'

# Supported PSEditions
# CompatiblePSEditions = @('Desktop')
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = '9139778c-9a1a-4faf-aa88-5ac6fd3b3e48'
Expand Down Expand Up @@ -69,10 +69,10 @@ PowerShellVersion = '3.0'
# NestedModules = @()

# 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 = @('Export-VcManifest', 'Get-InstalledVcRedist', 'Get-VcList',
'Import-VcConfigMgrApplication', 'Import-VcIntuneApplication',
'Import-VcMdtApplication', 'Install-VcRedist', 'New-VcMdtBundle',
'Save-VcRedist', 'Test-VcRedistUri', 'Uninstall-VcRedist',
FunctionsToExport = @('Export-VcManifest', 'Get-InstalledVcRedist', 'Get-VcList',
'Import-VcConfigMgrApplication', 'Import-VcIntuneApplication',
'Import-VcMdtApplication', 'Install-VcRedist', 'New-VcMdtBundle',
'Save-VcRedist', 'Test-VcRedistUri', 'Uninstall-VcRedist',
'Update-VcMdtApplication', 'Update-VcMdtBundle')

# 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.
Expand All @@ -82,7 +82,8 @@ CmdletsToExport = @()
VariablesToExport = 'VcManifest'

# Aliases 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 aliases to export.
AliasesToExport = 'Get-VcRedist', 'Export-VcXml', 'Import-VcCmApp', 'Import-VcMdtApp', 'Test-VcRedistDownload'
AliasesToExport = 'Get-VcRedist', 'Export-VcXml', 'Import-VcCmApp', 'Import-VcMdtApp',
'Test-VcRedistDownload'

# DSC resources to export from this module
# DscResourcesToExport = @()
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## VERSION
## 4.0.460

* This update is primarily a result of code improvements through implementing additional testing and code coverage reports
* Includes general code improvements including simplifying routines and consistent throwing behavior in the event of errors
Expand Down
2 changes: 1 addition & 1 deletion docs/versions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Included Redistributables

VcRedist `3.0.338` includes the following Redistributables (supported and unsupported):
VcRedist `4.0.460` includes the following Redistributables (supported and unsupported):

| Version | Architecture | Name |
| -------------- | ------------ | -------------------------------------------------------------------------- |
Expand Down

0 comments on commit 9ea6518

Please sign in to comment.