Module Name | schema | applicable | online version | external help file | title |
---|---|---|---|---|---|
PnP.PowerShell |
2.0.0 |
SharePoint Online |
PnP.PowerShell.dll-Help.xml |
Get-PnPChangeLog |
Returns the changelog for PnP PowerShell
Get-PnPChangeLog [-Nightly]
This cmdlets returns the changelog in markdown format. It is retrieved dynamically from GitHub.
Get-PnPChangeLog
Returns the changelog for the currently released version.
Get-PnPChangeLog -Nightly
Returns the changelog for the current nightly build.
Return the changelog for the nightly build
Type: SwitchParameter
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False