This repository was archived by the owner on Jan 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
66The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
77
8- ## [ 2.28.1807 .0] Unreleased
8+ ## [ 2.29.1808 .0] unreleased
99### Added
1010
1111### Changed
@@ -14,6 +14,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1414
1515### Contributors
1616
17+ ## [ 2.28.1807.0]
18+ ### Changed
19+ - Added IncludeClassification to Get-PnPUnifiedGroup
20+ - Updated documentation for Get-PnPSearchCrawlLog
21+ - Added -NewFileName to Add-PnPFile cmdlet
22+
23+ ### Contributors
24+ - vipulkelkar
25+ - wobba
26+ - koenzomers
27+
1728## [ 2.27.1806.0]
1829### Added
1930- Added Grant-PnPTenantServicePrincipalPermission to explicitely grant a permission on a resource for the tenant.
Original file line number Diff line number Diff line change 4444// You can specify all the values or you can default the Build and Revision Numbers
4545// by using the '*' as shown below:
4646// [assembly: AssemblyVersion("1.0.*")]
47- [ assembly: AssemblyVersion ( "2.27.1806.1 " ) ]
48- [ assembly: AssemblyFileVersion ( "2.27.1806.1 " ) ]
47+ [ assembly: AssemblyVersion ( "2.28.1807.0 " ) ]
48+ [ assembly: AssemblyFileVersion ( "2.28.1807.0 " ) ]
4949[ assembly: InternalsVisibleTo ( "SharePointPnP.PowerShell.Tests" ) ]
You can’t perform that action at this time.
0 commit comments