Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 45eb71c

Browse files
committed
July 2020 Release
1 parent 3e106bb commit 45eb71c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
77

8-
## [3.23.2007.0] (not yet released)
8+
## [3.24.2008.0]
9+
10+
## [3.23.2007.0]
911

1012
### Added
1113
- Added `-WithRightsAssignedDetailed` parameter to `Get-PnPUser` allowing for fine grained (broken) permissions on item, list and site level to be shown [PR #2754](https://github.com/pnp/PnP-PowerShell/pull/2754)

Commands/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
// by using the '*' as shown below:
5252
// [assembly: AssemblyVersion("1.0.*")]
5353
#if !NETSTANDARD2_1
54-
[assembly: AssemblyVersion("3.22.2006.2")]
55-
[assembly: AssemblyFileVersion("3.22.2006.2")]
54+
[assembly: AssemblyVersion("3.23.2007.0")]
55+
[assembly: AssemblyFileVersion("3.23.2007.0")]
5656
#else
5757
[assembly: AssemblyVersion("4.0.0.0")]
5858
[assembly: AssemblyFileVersion("4.0.0.0")]

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.22.2006.2
1+
3.23.2007.0

0 commit comments

Comments
 (0)