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 #251 from OfficeDev/dev
Browse files Browse the repository at this point in the history
March 2016 Release
  • Loading branch information
erwinvanhunen committed Mar 6, 2016
2 parents 55cbe96 + fe1d3a5 commit 4464a8a
Show file tree
Hide file tree
Showing 22 changed files with 19 additions and 3 deletions.
Binary file modified Binaries/PnPPowerShellCommands15.msi
Binary file not shown.
Binary file modified Binaries/PnPPowerShellCommands16.msi
Binary file not shown.
1 change: 1 addition & 0 deletions Commands/Branding/SetMasterPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Microsoft.SharePoint.Client;
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using System;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
Binary file modified Commands/ModuleFiles/OfficeDevPnP.PowerShell.V15.Commands.psd1
Binary file not shown.
Binary file modified Commands/ModuleFiles/OfficeDevPnP.PowerShell.V16.Commands.psd1
Binary file not shown.
4 changes: 2 additions & 2 deletions Commands/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
// 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("2.1.1602.2")]
[assembly: AssemblyFileVersion("2.1.1602.2")]
[assembly: AssemblyVersion("2.2.1603.0")]
[assembly: AssemblyFileVersion("2.2.1603.0")]
1 change: 1 addition & 0 deletions Commands/Publishing/RemoveWikiPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Microsoft.SharePoint.Client;
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using System;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/Web/AddFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Management.Automation;
using Microsoft.SharePoint.Client;
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/Web/AddFolder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Management.Automation;
using Microsoft.SharePoint.Client;
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/Web/GetFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Microsoft.SharePoint.Client;
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using System;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/Web/GetPropertyBag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Microsoft.SharePoint.Client;
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using System;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/Web/RemoveFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using Resources = OfficeDevPnP.PowerShell.Commands.Properties.Resources;
using System;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/Web/RemovePropertyBagValue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Microsoft.SharePoint.Client;
using System.Management.Automation;
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/Web/SetPropertyBagValue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Management.Automation;
using Microsoft.SharePoint.Client;
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/WebParts/AddWebPartToWebPartPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using File = System.IO.File;
using System;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/WebParts/AddWebPartToWikiPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using File = System.IO.File;
using System;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/WebParts/GetWebPart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Linq;
using System.Management.Automation;
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/WebParts/GetWebPartProperty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds;
using System;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/WebParts/GetWebPartXml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Microsoft.SharePoint.Client;
using OfficeDevPnP.Core.Utilities;
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using OfficeDevPnP.PowerShell.Commands.Base;
using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds;
Expand Down
1 change: 1 addition & 0 deletions Commands/WebParts/RemoveWebPart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds;
using System;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
1 change: 1 addition & 0 deletions Commands/WebParts/SetWebPartProperty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds;
using System;
using OfficeDevPnP.Core.Utilities;

namespace OfficeDevPnP.PowerShell.Commands
{
Expand Down
2 changes: 1 addition & 1 deletion Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Product Id="*"
Name="$(var.ProductName)"
Language="1033"
Version="2.1.1602.2"
Version="2.2.1603.0"
Manufacturer="OfficeDev PnP"
UpgradeCode="630fe2af-dc42-467d-94c8-6eefd065cbfa">

Expand Down

0 comments on commit 4464a8a

Please sign in to comment.