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

Commit 83ad7e8

Browse files
Merge pull request #2188 from SharePoint/dev
August 2019 Intermediate Release 1
2 parents 7ea10fa + fa72e18 commit 83ad7e8

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Commands/ClientSidePages/ConvertToClientSidePage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ protected override void ExecuteCmdlet()
162162
ListItem page = null;
163163
if (this.PublishingPage)
164164
{
165+
this.ClientContext.Web.EnsureProperty(p => p.ServerRelativeUrl);
165166
page = Identity.GetPage(this.ClientContext.Web, CacheManager.Instance.GetPublishingPagesLibraryName(this.ClientContext));
166167
}
167168
else

Commands/ClientSidePages/ExportClientSidePageMapping.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ protected override void ExecuteCmdlet()
113113

114114
if (PublishingPage != null)
115115
{
116+
this.ClientContext.Web.EnsureProperty(p => p.ServerRelativeUrl);
116117
page = PublishingPage.GetPage(this.ClientContext.Web, CacheManager.Instance.GetPublishingPagesLibraryName(this.ClientContext));
117118
}
118119

Commands/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
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.12.1908.0")]
52-
[assembly: AssemblyFileVersion("3.12.1908.0")]
51+
[assembly: AssemblyVersion("3.12.1908.1")]
52+
[assembly: AssemblyFileVersion("3.12.1908.1")]
5353
[assembly: InternalsVisibleTo("SharePointPnP.PowerShell.Tests")]

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.1908.0
1+
3.12.1908.1

0 commit comments

Comments
 (0)