​VS2017, VS2015,PowerShell Module​
Released: 5-20-2018
You can now enable module packaging in the project properties. Modules that you import in the script that you are packaging can be embedded in resulting executable. When running the executable on target machines, there is no need to manually deploy or install these modules. Required and nested modules will also be included.
You can now require elevation of your packaged script so that UAC elevation is required.
You can now add file version, description, product name, product version and copyright to your exectuables.