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

Commit f9c1596

Browse files
Merge pull request #2898 from pnp/dev
September 2020 Point Release
2 parents 838af7f + 27f129d commit f9c1596

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.25.2009.1]
9+
10+
### Changed
11+
- Underlying PnP Sites Core library has been updated to fix an issue with the Provisioning Engine and Teams Provisioning.
12+
813
## [3.25.2009.0]
914

1015
### Added

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 !PNPPSCORE
54-
[assembly: AssemblyVersion("3.25.2009.0")]
55-
[assembly: AssemblyFileVersion("3.25.2009.0")]
54+
[assembly: AssemblyVersion("3.25.2009.1")]
55+
[assembly: AssemblyFileVersion("3.25.2009.1")]
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.25.2009.0
1+
3.25.2009.1

0 commit comments

Comments
 (0)