Server Man
Well-Known Member
- May 17, 2015
- Windows 10
- Chrome 81.0.4044.138
PowerShellGet 3.0 preview 3 is now available on the PowerShell Gallery. The focus of this release is the -RequiredResource parameter for Install-PSResource which now allows for json, hashtable, or .json files as input. For a full list of the issues addressed by this release please refer to this GitHub project.
Note: For background information on PowerShellGet 3.0 please refer to the blog post for the first preview release and the second preview release.
How to install the module
To install this version of PowerShellGet open any PowerShell console and run: Install-Module -Name PowerShellGet -AllowPrerelease -Force
New Features of this release
New Features
Bug Fix
GitHub is the best place to track the bugs/feature requests related to this module. We have used a combination of projects and labels on our GitHub repo to track issues for this upcoming release. We are using the label Resolved-3.0 to mark issues that we plan to release at some point before we release the module as GA (generally available). To track issues/features to particular preview and GA releases we are using GitHub projects which are titled to reflect the release.
The focus feature for our next preview release (preview 4) is publishing functionality.
How to Give feedback and Get Support
We cannot overstate how critical user feedback is at this stage in the development of the module. Feedback from preview releases help inform design decisions without incurring a breaking change once generally available and used in production. In order to help us to make key decisions around the behavior of the module please give us feedback by opening issues in our GitHub repository.
Sydney Smith PowerShell Team
The post PowerShellGet 3.0 Preview 3 appeared first on PowerShell.
Continue reading...
Note: For background information on PowerShellGet 3.0 please refer to the blog post for the first preview release and the second preview release.
How to install the module
To install this version of PowerShellGet open any PowerShell console and run: Install-Module -Name PowerShellGet -AllowPrerelease -Force
New Features of this release
New Features
- RequiredResource parameter for Install-PSResource
- RequiredResourceFile parameter for Install-PSResource
- IncludeXML parameter in Save-PSResource
Bug Fix
- Resolved paths in Install-PSResource and Save-PSResource
GitHub is the best place to track the bugs/feature requests related to this module. We have used a combination of projects and labels on our GitHub repo to track issues for this upcoming release. We are using the label Resolved-3.0 to mark issues that we plan to release at some point before we release the module as GA (generally available). To track issues/features to particular preview and GA releases we are using GitHub projects which are titled to reflect the release.
The focus feature for our next preview release (preview 4) is publishing functionality.
How to Give feedback and Get Support
We cannot overstate how critical user feedback is at this stage in the development of the module. Feedback from preview releases help inform design decisions without incurring a breaking change once generally available and used in production. In order to help us to make key decisions around the behavior of the module please give us feedback by opening issues in our GitHub repository.
Sydney Smith PowerShell Team
The post PowerShellGet 3.0 Preview 3 appeared first on PowerShell.
Continue reading...