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

Commit

Permalink
Merge pull request #2188 from SharePoint/dev
Browse files Browse the repository at this point in the history
August 2019 Intermediate Release 1
  • Loading branch information
erwinvanhunen authored Jul 29, 2019
2 parents 7ea10fa + fa72e18 commit 83ad7e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Commands/ClientSidePages/ConvertToClientSidePage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ protected override void ExecuteCmdlet()
ListItem page = null;
if (this.PublishingPage)
{
this.ClientContext.Web.EnsureProperty(p => p.ServerRelativeUrl);
page = Identity.GetPage(this.ClientContext.Web, CacheManager.Instance.GetPublishingPagesLibraryName(this.ClientContext));
}
else
Expand Down
1 change: 1 addition & 0 deletions Commands/ClientSidePages/ExportClientSidePageMapping.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ protected override void ExecuteCmdlet()

if (PublishingPage != null)
{
this.ClientContext.Web.EnsureProperty(p => p.ServerRelativeUrl);
page = PublishingPage.GetPage(this.ClientContext.Web, CacheManager.Instance.GetPublishingPagesLibraryName(this.ClientContext));
}

Expand Down
4 changes: 2 additions & 2 deletions Commands/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.1908.0")]
[assembly: AssemblyFileVersion("3.12.1908.0")]
[assembly: AssemblyVersion("3.12.1908.1")]
[assembly: AssemblyFileVersion("3.12.1908.1")]
[assembly: InternalsVisibleTo("SharePointPnP.PowerShell.Tests")]
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.1908.0
3.12.1908.1

0 comments on commit 83ad7e8

Please sign in to comment.