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

Commit 194eaf9

Browse files
Merge pull request #2446 from SharePoint/dev
January 2020 Intermediate Release 2
2 parents b865a76 + dd092dc commit 194eaf9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.17.2001.2]
9+
10+
###
11+
- No changed to PnP PowerShell but an updated reference to an updated intermediate release of PnP Sites Core which fixes an issue with PnP Provisioning.
12+
813
## [3.17.2001.1]
914

1015
### Changed

Commands/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
// You can specify all the values or you can default the Build and Revision Numbers
4949
// by using the '*' as shown below:
5050
// [assembly: AssemblyVersion("1.0.*")]
51-
[assembly: AssemblyVersion("3.17.2001.1")]
52-
[assembly: AssemblyFileVersion("3.17.2001.1")]
51+
[assembly: AssemblyVersion("3.17.2001.2")]
52+
[assembly: AssemblyFileVersion("3.17.2001.2")]
5353
[assembly: InternalsVisibleTo("SharePointPnP.PowerShell.Tests")]

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.17.2001.1
1+
3.17.2001.2

0 commit comments

Comments
 (0)