Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.02 KB

Get-PnPChangeLog.md

File metadata and controls

60 lines (42 loc) · 1.02 KB
Module Name schema applicable online version external help file title
PnP.PowerShell
2.0.0
SharePoint Online
PnP.PowerShell.dll-Help.xml
Get-PnPChangeLog

Get-PnPChangeLog

SYNOPSIS

Returns the changelog for PnP PowerShell

SYNTAX

Get-PnPChangeLog [-Nightly]

DESCRIPTION

This cmdlets returns the changelog in markdown format. It is retrieved dynamically from GitHub.

EXAMPLES

EXAMPLE 1

Get-PnPChangeLog

Returns the changelog for the currently released version.

EXAMPLE 2

Get-PnPChangeLog -Nightly

Returns the changelog for the current nightly build.

PARAMETERS

-Nightly

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

RELATED LINKS

Microsoft 365 Patterns and Practices