diff --git a/Binaries/SharePointPnP.Modernization.Framework.dll b/Binaries/SharePointPnP.Modernization.Framework.dll index efe979e12..26df5889e 100644 Binary files a/Binaries/SharePointPnP.Modernization.Framework.dll and b/Binaries/SharePointPnP.Modernization.Framework.dll differ diff --git a/Binaries/release/SharePointPnP.Modernization.Framework.dll b/Binaries/release/SharePointPnP.Modernization.Framework.dll index 1ea57343d..fa2921764 100644 Binary files a/Binaries/release/SharePointPnP.Modernization.Framework.dll and b/Binaries/release/SharePointPnP.Modernization.Framework.dll differ diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c6b2cfc..f0cd0974a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [3.10.1905.1 - May 2019 Intermediate Release] +## [3.9.1905.2 - May 2019 Intermediate Release 2] + +### Changed +- Updated core provisioning to handle token parser issue + +## [3.9.1905.1 - May 2019 Intermediate Release] ### Added diff --git a/Commands/Properties/AssemblyInfo.cs b/Commands/Properties/AssemblyInfo.cs index bea3fadcb..efb5946f6 100644 --- a/Commands/Properties/AssemblyInfo.cs +++ b/Commands/Properties/AssemblyInfo.cs @@ -48,6 +48,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.9.1905.1")] -[assembly: AssemblyFileVersion("3.9.1905.1")] +[assembly: AssemblyVersion("3.9.1905.2")] +[assembly: AssemblyFileVersion("3.9.1905.2")] [assembly: InternalsVisibleTo("SharePointPnP.PowerShell.Tests")] \ No newline at end of file diff --git a/version.txt b/version.txt index 053fe59c5..5b62efa2a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.9.1905.1 \ No newline at end of file +3.9.1905.2 \ No newline at end of file