Skip to content

Commit 0fe3721

Browse files
committed
Update module 2407.1259
1 parent 8f088ba commit 0fe3721

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

Evergreen/Evergreen.psd1

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Aaron Parker
55
#
6-
# Generated on: 7/16/2024
6+
# Generated on: 7/29/2024
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'Evergreen.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2407.1230'
15+
ModuleVersion = '2407.1259'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -69,12 +69,11 @@ PowerShellVersion = '3.0'
6969
# NestedModules = @()
7070

7171
# 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.
72-
FunctionsToExport = @('Export-EvergreenApp', 'Export-EvergreenManifest',
73-
'Find-EvergreenApp', 'Get-EvergreenApp', 'Get-EvergreenAppFromApi',
74-
'Get-EvergreenEndpointFromApi', 'Get-EvergreenLibrary',
75-
'Get-EvergreenAppFromLibrary', 'New-EvergreenLibrary',
76-
'Save-EvergreenApp', 'Start-EvergreenLibraryUpdate',
77-
'Test-EvergreenApp')
72+
FunctionsToExport = @('Export-EvergreenApp', 'Export-EvergreenManifest',
73+
'Find-EvergreenApp', 'Get-EvergreenApp', 'Get-EvergreenAppFromApi',
74+
'Get-EvergreenAppFromLibrary', 'Get-EvergreenEndpointFromApi',
75+
'Get-EvergreenLibrary', 'New-EvergreenLibrary', 'Save-EvergreenApp',
76+
'Start-EvergreenLibraryUpdate', 'Test-EvergreenApp')
7877

7978
# 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.
8079
CmdletsToExport = @()
@@ -83,8 +82,9 @@ CmdletsToExport = @()
8382
# VariablesToExport = @()
8483

8584
# 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.
86-
AliasesToExport = 'sea', 'gea', 'fea', 'tea', 'iea', 'Invoke-EvergreenLibraryUpdate', 'Get-EvergreenLibraryApp',
87-
'Invoke-EvergreenApp', 'Get-EvergreenEndpoint'
85+
AliasesToExport = 'sea', 'gea', 'fea', 'tea', 'iea', 'Invoke-EvergreenLibraryUpdate',
86+
'Get-EvergreenLibraryApp', 'Invoke-EvergreenApp',
87+
'Get-EvergreenEndpoint'
8888

8989
# DSC resources to export from this module
9090
# DscResourcesToExport = @()

docs/apps.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 345 Supported applications
1+
# 346 Supported applications
22

3-
Evergreen `2407.123` supports the following applications:
3+
Evergreen `2407.1259` supports the following applications:
44

55
| Name | Application | Link |
66
| ------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
@@ -238,6 +238,7 @@ Evergreen `2407.123` supports the following applications:
238238
| Npcap | Npcap | https://npcap.com/ |
239239
| Obsidian | Obsidian | https://obsidian.md/ |
240240
| OBSStudio | OBS Studio | https://obsproject.com/ |
241+
| OBSStudioAlt | OBS Studio Alt | https://obsproject.com/ |
241242
| OCSInventoryWindowsAgent | OCS Inventory Windows Agent | https://ocsinventory-ng.org/ |
242243
| OctopusDeployServer | Octopus Deploy Server | https://octopus.com/ |
243244
| OctopusTentacle | Octopus Tentacle | https://octopus.com/ |

docs/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log
22

3-
## VERSION
3+
## 2407.1259
44

55
* Adds `OBSStudioAlt` - provides an alternative method for returning OSB Studio downloads
66
* Updates `MicrosoftTerminal` to return `.msixbundle` installers

0 commit comments

Comments
 (0)