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

Commit 4464a8a

Browse files
committed
Merge pull request #251 from OfficeDev/dev
March 2016 Release
2 parents 55cbe96 + fe1d3a5 commit 4464a8a

22 files changed

+19
-3
lines changed
4 KB
Binary file not shown.
4 KB
Binary file not shown.

Commands/Branding/SetMasterPage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using Microsoft.SharePoint.Client;
33
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
44
using System;
5+
using OfficeDevPnP.Core.Utilities;
56

67
namespace OfficeDevPnP.PowerShell.Commands
78
{
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Commands/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
// You can specify all the values or you can default the Build and Revision Numbers
4040
// by using the '*' as shown below:
4141
// [assembly: AssemblyVersion("1.0.*")]
42-
[assembly: AssemblyVersion("2.1.1602.2")]
43-
[assembly: AssemblyFileVersion("2.1.1602.2")]
42+
[assembly: AssemblyVersion("2.2.1603.0")]
43+
[assembly: AssemblyFileVersion("2.2.1603.0")]

Commands/Publishing/RemoveWikiPage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using Microsoft.SharePoint.Client;
33
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
44
using System;
5+
using OfficeDevPnP.Core.Utilities;
56

67
namespace OfficeDevPnP.PowerShell.Commands
78
{

Commands/Web/AddFile.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Management.Automation;
44
using Microsoft.SharePoint.Client;
55
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
6+
using OfficeDevPnP.Core.Utilities;
67

78
namespace OfficeDevPnP.PowerShell.Commands
89
{

Commands/Web/AddFolder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.Management.Automation;
33
using Microsoft.SharePoint.Client;
44
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
5+
using OfficeDevPnP.Core.Utilities;
56

67
namespace OfficeDevPnP.PowerShell.Commands
78
{

Commands/Web/GetFile.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using Microsoft.SharePoint.Client;
44
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
55
using System;
6+
using OfficeDevPnP.Core.Utilities;
67

78
namespace OfficeDevPnP.PowerShell.Commands
89
{

0 commit comments

Comments
 (0)