Skip to content

Release 4.0 - #114

Merged
Josh Wittner (jwittner) merged 37 commits into
masterfrom
develop
May 30, 2018
Merged

Release 4.0#114
Josh Wittner (jwittner) merged 37 commits into
masterfrom
develop

Conversation

@jwittner

@jwittner Josh Wittner (jwittner) commented May 21, 2018

Copy link
Copy Markdown
Member

Prerequisites

PowerShellGet >= 1.6.0

Necessary for -AllowPrerelease flag on Install-Module.

PS> Install-Module -Name PowerShellGet -Repository PSGallery -Scope CurrentUser -Force -AllowClobber
PS> Remove-Module PowerShellGet
PS> Import-Module PowerShellGet

UnitySetup == 4.0.96-develop

PS> Install-Module -Name UnitySetup -AllowPrerelease -RequiredVersion 4.0.96-develop -Scope CurrentUser -Repository PSGallery

Enhancements

Fixes

Cmdlet Smoke Tests

Please explore the below Cmdlets via help <cmdlet> to attempt to understand them, use them, and report any ideas or issues as issues here on GitHub.

  • Find-UnitySetupInstaller
  • Get-UnityProjectInstance
  • Get-UnitySetupInstance
  • Install-UnitySetupInstance
  • Select-UnitySetupInstance
  • Uninstall-UnitySetupInstance
  • Start-UnityEditor
  • ConvertTo-UnitySetupComponent
  • Get-UnityLicense

DSC Resource Smoke Tests

Please explore the features of the resource, create a configuration, and apply it to a Local Configuration Manager. Recommend standing up a VM or Container for testing these.

  • xUnitySetupInstance
  • xUnityLicense

Robert Onulak (Ziugy) and others added 30 commits April 2, 2018 16:24
HotFix - Develop - Updated regex for back catalog versions
Redirect standard streams for Start-UnityEditor
No more write-host for Install-UnitySetupInstance
… unsupported. Drops 'Setup' in favor of just stating 'Windows' on Windows platform. Updates README.md and -Examples to match with Setup changes.
Version bump for incoming changes
Made 'Project' parameter positional on Start cmd
Add license query and management support
License DSC Fixes and Sample improvement
@Ziugy

Copy link
Copy Markdown
Member

I've been using this version on my personal Windows PC and a Mac build machine without any issues thus far. Will run through the check list again some time today to help verify this again.

@jwittner
Josh Wittner (jwittner) merged commit fd647aa into master May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants