Skip to content

Commit c425fc6

Browse files
committed
Update module 2409.1419
1 parent 77a9042 commit c425fc6

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

Evergreen/Evergreen.psd1

+9-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Aaron Parker
55
#
6-
# Generated on: 9/22/2024
6+
# Generated on: 9/26/2024
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2409.1385'
15+
ModuleVersion = '2409.1419'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -69,10 +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', 'ConvertTo-DotNetVersionClass',
74-
'Get-EvergreenAppFromLibrary', 'Get-EvergreenEndpointFromApi',
75-
'Get-EvergreenLibrary', 'New-EvergreenLibrary', 'Save-EvergreenApp',
72+
FunctionsToExport = @('ConvertTo-DotNetVersionClass', 'Export-EvergreenApp',
73+
'Export-EvergreenManifest', 'Find-EvergreenApp', 'Get-EvergreenApp',
74+
'Get-EvergreenAppFromApi', 'Get-EvergreenAppFromLibrary',
75+
'Get-EvergreenEndpointFromApi', 'Get-EvergreenLibrary',
76+
'New-EvergreenLibrary', 'Save-EvergreenApp',
7677
'Start-EvergreenLibraryUpdate', 'Test-EvergreenApp')
7778

7879
# 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 = @()
8283
# VariablesToExport = @()
8384

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

8990
# DSC resources to export from this module

docs/apps.md

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

3-
Evergreen `2409.1385` supports the following applications:
3+
Evergreen `2409.1419` supports the following applications:
44

55
| Name | Application | Link |
66
| ------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
@@ -232,6 +232,7 @@ Evergreen `2409.1385` supports the following applications:
232232
| NanaZip | NanaZip | https://github.com/M2Team/NanaZip |
233233
| Naps2 | Ben Olden-Cooligan NAPS2 | https://www.naps2.com/ |
234234
| NavimaticsWinFSP | Navimatics WinFSP | https://winfsp.dev/rel/ |
235+
| NetPad | NetPad | https://github.com/tareqimbasher/NetPad |
235236
| NETworkManager | NETworkManager | https://github.com/BornToBeRoot/NETworkManager |
236237
| NevcairielLAVFilters | Nevcairiel LAV Filters | https://github.com/Nevcairiel/LAVFilters |
237238
| NodeJs | Node.js | https://nodejs.org/ |

docs/changelog.md

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

3-
## VERSION
3+
## 2409.1419
44

55
* Adds `NetPad`
66
* 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)

0 commit comments

Comments
 (0)