diff --git a/Evergreen/Evergreen.psd1 b/Evergreen/Evergreen.psd1 index 12ac3d5f..c719426c 100644 --- a/Evergreen/Evergreen.psd1 +++ b/Evergreen/Evergreen.psd1 @@ -3,7 +3,7 @@ # # Generated by: Aaron Parker # -# Generated on: 7/16/2024 +# Generated on: 7/29/2024 # @{ @@ -12,7 +12,7 @@ RootModule = 'Evergreen.psm1' # Version number of this module. -ModuleVersion = '2407.1230' +ModuleVersion = '2407.1259' # Supported PSEditions # CompatiblePSEditions = @() @@ -69,12 +69,11 @@ 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-EvergreenApp', 'Export-EvergreenManifest', - 'Find-EvergreenApp', 'Get-EvergreenApp', 'Get-EvergreenAppFromApi', - 'Get-EvergreenEndpointFromApi', 'Get-EvergreenLibrary', - 'Get-EvergreenAppFromLibrary', 'New-EvergreenLibrary', - 'Save-EvergreenApp', 'Start-EvergreenLibraryUpdate', - 'Test-EvergreenApp') +FunctionsToExport = @('Export-EvergreenApp', 'Export-EvergreenManifest', + 'Find-EvergreenApp', 'Get-EvergreenApp', 'Get-EvergreenAppFromApi', + 'Get-EvergreenAppFromLibrary', 'Get-EvergreenEndpointFromApi', + 'Get-EvergreenLibrary', 'New-EvergreenLibrary', 'Save-EvergreenApp', + 'Start-EvergreenLibraryUpdate', 'Test-EvergreenApp') # 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 = @() @@ -83,8 +82,9 @@ CmdletsToExport = @() # VariablesToExport = @() # 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 = 'sea', 'gea', 'fea', 'tea', 'iea', 'Invoke-EvergreenLibraryUpdate', 'Get-EvergreenLibraryApp', - 'Invoke-EvergreenApp', 'Get-EvergreenEndpoint' +AliasesToExport = 'sea', 'gea', 'fea', 'tea', 'iea', 'Invoke-EvergreenLibraryUpdate', + 'Get-EvergreenLibraryApp', 'Invoke-EvergreenApp', + 'Get-EvergreenEndpoint' # DSC resources to export from this module # DscResourcesToExport = @() diff --git a/docs/apps.md b/docs/apps.md index d65f4352..a0268f40 100644 --- a/docs/apps.md +++ b/docs/apps.md @@ -1,6 +1,6 @@ -# 345 Supported applications +# 346 Supported applications -Evergreen `2407.123` supports the following applications: +Evergreen `2407.1259` supports the following applications: | Name | Application | Link | | ------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | @@ -238,6 +238,7 @@ Evergreen `2407.123` supports the following applications: | Npcap | Npcap | https://npcap.com/ | | Obsidian | Obsidian | https://obsidian.md/ | | OBSStudio | OBS Studio | https://obsproject.com/ | +| OBSStudioAlt | OBS Studio Alt | https://obsproject.com/ | | OCSInventoryWindowsAgent | OCS Inventory Windows Agent | https://ocsinventory-ng.org/ | | OctopusDeployServer | Octopus Deploy Server | https://octopus.com/ | | OctopusTentacle | Octopus Tentacle | https://octopus.com/ | diff --git a/docs/changelog.md b/docs/changelog.md index 15c7cd6c..ceeaa900 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Change log -## VERSION +## 2407.1259 * Adds `OBSStudioAlt` - provides an alternative method for returning OSB Studio downloads * Updates `MicrosoftTerminal` to return `.msixbundle` installers