-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelium.psd1
More file actions
47 lines (47 loc) · 1.83 KB
/
helium.psd1
File metadata and controls
47 lines (47 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Module manifest for module 'helium'
# Generated by: David Stein
# Generated on: 4/19/2023
# Last updated: 04/20/2026
@{
RootModule = '.\helium.psm1'
ModuleVersion = '1.5.2'
# CompatiblePSEditions = @()
GUID = '00631599-1008-4991-a1cf-3e793e21cff1'
Author = 'Skatterbrainz'
CompanyName = 'Brainz be Skattered'
Copyright = '(c) 2023-2026 Skatterbrainz. All rights reserved.'
Description = 'Assorted Utilities to make your day happier than inhaling a party balloon.'
PowerShellVersion = '5.1'
# PowerShellHostName = ''
# PowerShellHostVersion = ''
# DotNetFrameworkVersion = ''
# ClrVersion = ''
# ProcessorArchitecture = ''
# RequiredModules = @('psIni')
# RequiredAssemblies = @()
# ScriptsToProcess = @()
# TypesToProcess = @()
# FormatsToProcess = @()
# NestedModules = @()
FunctionsToExport = '*'
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
# DscResourcesToExport = @()
# ModuleList = @()
# FileList = @()
PrivateData = @{
PSData = @{
Tags = @('helium', 'windows', 'utility', 'skatterbrainz', 'url', 'ldap', 'grep', 'event', 'browser', 'profiles', 'chrome', 'firefox', 'edge', 'resource', 'sed', 'string', 'text', 'wlan', 'network', 'modules', 'linux', 'excel', 'phone', 'markdown', 'gallery')
LicenseUri = 'https://github.com/Skatterbrainz/helium/blob/master/LICENSE'
ProjectUri = 'https://github.com/Skatterbrainz/helium'
IconUri = 'https://user-images.githubusercontent.com/11505001/233167377-5462ad29-5e4e-4b68-9517-1c472baec287.png'
# ReleaseNotes = ''
# Prerelease = ''
RequireLicenseAcceptance = $false
# ExternalModuleDependencies = @()
} # End of PSData hashtable
} # End of PrivateData hashtable
# HelpInfoURI = ''
# DefaultCommandPrefix = ''
}