From c425fc6ad4a86441c8ecad7a95104b152adc7038 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Thu, 26 Sep 2024 01:09:04 +0000 Subject: [PATCH] Update module 2409.1419 --- Evergreen/Evergreen.psd1 | 17 +++++++++-------- docs/apps.md | 5 +++-- docs/changelog.md | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Evergreen/Evergreen.psd1 b/Evergreen/Evergreen.psd1 index f0d76771..bae9e2a7 100644 --- a/Evergreen/Evergreen.psd1 +++ b/Evergreen/Evergreen.psd1 @@ -3,7 +3,7 @@ # # Generated by: Aaron Parker # -# Generated on: 9/22/2024 +# Generated on: 9/26/2024 # @{ @@ -12,7 +12,7 @@ RootModule = 'Evergreen.psm1' # Version number of this module. -ModuleVersion = '2409.1385' +ModuleVersion = '2409.1419' # Supported PSEditions # CompatiblePSEditions = @() @@ -69,10 +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', 'ConvertTo-DotNetVersionClass', - 'Get-EvergreenAppFromLibrary', 'Get-EvergreenEndpointFromApi', - 'Get-EvergreenLibrary', 'New-EvergreenLibrary', 'Save-EvergreenApp', +FunctionsToExport = @('ConvertTo-DotNetVersionClass', '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. @@ -82,8 +83,8 @@ 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', +AliasesToExport = 'sea', 'gea', 'fea', 'tea', 'iea', 'Invoke-EvergreenLibraryUpdate', + 'Get-EvergreenLibraryApp', 'Invoke-EvergreenApp', 'Get-EvergreenEndpoint' # DSC resources to export from this module diff --git a/docs/apps.md b/docs/apps.md index 41648e80..39031994 100644 --- a/docs/apps.md +++ b/docs/apps.md @@ -1,6 +1,6 @@ -# 350 Supported applications +# 351 Supported applications -Evergreen `2409.1385` supports the following applications: +Evergreen `2409.1419` supports the following applications: | Name | Application | Link | | ------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | @@ -232,6 +232,7 @@ Evergreen `2409.1385` supports the following applications: | NanaZip | NanaZip | https://github.com/M2Team/NanaZip | | Naps2 | Ben Olden-Cooligan NAPS2 | https://www.naps2.com/ | | NavimaticsWinFSP | Navimatics WinFSP | https://winfsp.dev/rel/ | +| NetPad | NetPad | https://github.com/tareqimbasher/NetPad | | NETworkManager | NETworkManager | https://github.com/BornToBeRoot/NETworkManager | | NevcairielLAVFilters | Nevcairiel LAV Filters | https://github.com/Nevcairiel/LAVFilters | | NodeJs | Node.js | https://nodejs.org/ | diff --git a/docs/changelog.md b/docs/changelog.md index aeb48bdd..19fea901 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Change log -## VERSION +## 2409.1419 * Adds `NetPad` * Adds new `ConvertTo-DotNetVersionClass` - converts the `Version` number exported by `Get-EvergreenApp` to a .NET compliant version class [#717](https://github.com/aaronparker/evergreen/issues/717)