You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Private data to pass to the module specified in ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
64
+
PrivateData=@{
65
+
66
+
#Support for PowerShellGet galleries.
67
+
PSData=@{
68
+
69
+
# Tags applied to this module. These help with module discovery in online galleries.
The bin folder exists to store binary data. And scripts related to the type system.
4
+
5
+
This may include your own C#-based library, third party libraries you want to include (watch the license!), or a script declaring type accelerators (effectively aliases for .NET types)
6
+
7
+
For more information on Type Accelerators, see the help on Set-PSFTypeAlias
0 commit comments