This repository was archived by the owner on Jan 19, 2021. It is now read-only.
File tree 2 files changed +14
-3
lines changed
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.
5
5
6
6
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
7
7
8
- ## [ 2.28.1807 .0] Unreleased
8
+ ## [ 2.29.1808 .0] unreleased
9
9
### Added
10
10
11
11
### Changed
@@ -14,6 +14,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
14
14
15
15
### Contributors
16
16
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
+
17
28
## [ 2.27.1806.0]
18
29
### Added
19
30
- Added Grant-PnPTenantServicePrincipalPermission to explicitely grant a permission on a resource for the tenant.
Original file line number Diff line number Diff line change 44
44
// You can specify all the values or you can default the Build and Revision Numbers
45
45
// by using the '*' as shown below:
46
46
// [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 " ) ]
49
49
[ assembly: InternalsVisibleTo ( "SharePointPnP.PowerShell.Tests" ) ]
You can’t perform that action at this time.
0 commit comments