Skip to content

Commit

Permalink
Update module 2407.1259
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Jul 29, 2024
1 parent 8f088ba commit 0fe3721
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Evergreen/Evergreen.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Aaron Parker
#
# Generated on: 7/16/2024
# Generated on: 7/29/2024
#

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

# Version number of this module.
ModuleVersion = '2407.1230'
ModuleVersion = '2407.1259'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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 = @()
Expand All @@ -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 = @()
Expand Down
5 changes: 3 additions & 2 deletions docs/apps.md
Original file line number Diff line number Diff line change
@@ -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 |
| ------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down Expand Up @@ -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/ |
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 @@
# Change log

## VERSION
## 2407.1259

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

0 comments on commit 0fe3721

Please sign in to comment.