Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions UnitySetup/UnitySetup.psd1
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,7 +14,7 @@
RootModule = 'UnitySetup'

# Version number of this module.
ModuleVersion = '5.5'
ModuleVersion = '6.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand DownExpand Up@@ -54,7 +54,8 @@

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(
@{ModuleName = "powershell-yaml"; ModuleVersion = "0.3"; Guid = "6a75a662-7f53-425a-9777-ee61284407da" }
@{ModuleName = "powershell-yaml"; ModuleVersion = "0.3"; Guid = "6a75a662-7f53-425a-9777-ee61284407da" },
@{ModuleName = "PsIni"; ModuleVersion = "3.1.3"; Guid = "98e1dc0f-2f03-4ca1-98bb-fd7b4b6ac652" }
)

# Assemblies that must be loaded prior to importing this module
Expand DownExpand Up@@ -155,4 +156,3 @@
# DefaultCommandPrefix = ''

}

Loading