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

Binaries/PnPPowerShellCommands15.msi

4 KB
Binary file not shown.

Binaries/PnPPowerShellCommands16.msi

4 KB
Binary file not shown.

Commands/Branding/SetMasterPage.cs

+1
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
{
Binary file not shown.
Binary file not shown.

Commands/Properties/AssemblyInfo.cs

+2-2
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

+1
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

+1
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

+1
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

+1
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
{

Commands/Web/GetPropertyBag.cs

+1
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
{

Commands/Web/RemoveFile.cs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
44
using Resources = OfficeDevPnP.PowerShell.Commands.Properties.Resources;
55
using System;
6+
using OfficeDevPnP.Core.Utilities;
67

78
namespace OfficeDevPnP.PowerShell.Commands
89
{

Commands/Web/RemovePropertyBagValue.cs

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

67
namespace OfficeDevPnP.PowerShell.Commands
78
{

Commands/Web/SetPropertyBagValue.cs

+1
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/WebParts/AddWebPartToWebPartPage.cs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
66
using File = System.IO.File;
77
using System;
8+
using OfficeDevPnP.Core.Utilities;
89

910
namespace OfficeDevPnP.PowerShell.Commands
1011
{

Commands/WebParts/AddWebPartToWikiPage.cs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
66
using File = System.IO.File;
77
using System;
8+
using OfficeDevPnP.Core.Utilities;
89

910
namespace OfficeDevPnP.PowerShell.Commands
1011
{

Commands/WebParts/GetWebPart.cs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System.Linq;
55
using System.Management.Automation;
66
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
7+
using OfficeDevPnP.Core.Utilities;
78

89
namespace OfficeDevPnP.PowerShell.Commands
910
{

Commands/WebParts/GetWebPartProperty.cs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
55
using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds;
66
using System;
7+
using OfficeDevPnP.Core.Utilities;
78

89
namespace OfficeDevPnP.PowerShell.Commands
910
{

Commands/WebParts/GetWebPartXml.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Microsoft.SharePoint.Client;
2+
using OfficeDevPnP.Core.Utilities;
23
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
34
using OfficeDevPnP.PowerShell.Commands.Base;
45
using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds;

Commands/WebParts/RemoveWebPart.cs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
55
using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds;
66
using System;
7+
using OfficeDevPnP.Core.Utilities;
78

89
namespace OfficeDevPnP.PowerShell.Commands
910
{

Commands/WebParts/SetWebPartProperty.cs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
44
using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds;
55
using System;
6+
using OfficeDevPnP.Core.Utilities;
67

78
namespace OfficeDevPnP.PowerShell.Commands
89
{

Setup/Product.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Product Id="*"
1717
Name="$(var.ProductName)"
1818
Language="1033"
19-
Version="2.1.1602.2"
19+
Version="2.2.1603.0"
2020
Manufacturer="OfficeDev PnP"
2121
UpgradeCode="630fe2af-dc42-467d-94c8-6eefd065cbfa">
2222

0 commit comments

Comments
 (0)