diff --git a/Binaries/PnPPowerShellCommands15.msi b/Binaries/PnPPowerShellCommands15.msi index 5a6c9fbd7..8407a4274 100644 Binary files a/Binaries/PnPPowerShellCommands15.msi and b/Binaries/PnPPowerShellCommands15.msi differ diff --git a/Binaries/PnPPowerShellCommands16.msi b/Binaries/PnPPowerShellCommands16.msi index 1bc785efb..4a8df2952 100644 Binary files a/Binaries/PnPPowerShellCommands16.msi and b/Binaries/PnPPowerShellCommands16.msi differ diff --git a/Commands/Branding/SetMasterPage.cs b/Commands/Branding/SetMasterPage.cs index a39668abc..0f477fc52 100644 --- a/Commands/Branding/SetMasterPage.cs +++ b/Commands/Branding/SetMasterPage.cs @@ -2,6 +2,7 @@ using Microsoft.SharePoint.Client; using OfficeDevPnP.PowerShell.CmdletHelpAttributes; using System; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/ModuleFiles/OfficeDevPnP.PowerShell.V15.Commands.psd1 b/Commands/ModuleFiles/OfficeDevPnP.PowerShell.V15.Commands.psd1 index 2344de6bf..3b0323a34 100644 Binary files a/Commands/ModuleFiles/OfficeDevPnP.PowerShell.V15.Commands.psd1 and b/Commands/ModuleFiles/OfficeDevPnP.PowerShell.V15.Commands.psd1 differ diff --git a/Commands/ModuleFiles/OfficeDevPnP.PowerShell.V16.Commands.psd1 b/Commands/ModuleFiles/OfficeDevPnP.PowerShell.V16.Commands.psd1 index ffb314849..df132d6d6 100644 Binary files a/Commands/ModuleFiles/OfficeDevPnP.PowerShell.V16.Commands.psd1 and b/Commands/ModuleFiles/OfficeDevPnP.PowerShell.V16.Commands.psd1 differ diff --git a/Commands/Properties/AssemblyInfo.cs b/Commands/Properties/AssemblyInfo.cs index 3162e31d2..581951163 100644 --- a/Commands/Properties/AssemblyInfo.cs +++ b/Commands/Properties/AssemblyInfo.cs @@ -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")] diff --git a/Commands/Publishing/RemoveWikiPage.cs b/Commands/Publishing/RemoveWikiPage.cs index 860cfde14..7939b637b 100644 --- a/Commands/Publishing/RemoveWikiPage.cs +++ b/Commands/Publishing/RemoveWikiPage.cs @@ -2,6 +2,7 @@ using Microsoft.SharePoint.Client; using OfficeDevPnP.PowerShell.CmdletHelpAttributes; using System; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/Web/AddFile.cs b/Commands/Web/AddFile.cs index 09e23ca24..833b7d334 100644 --- a/Commands/Web/AddFile.cs +++ b/Commands/Web/AddFile.cs @@ -3,6 +3,7 @@ using System.Management.Automation; using Microsoft.SharePoint.Client; using OfficeDevPnP.PowerShell.CmdletHelpAttributes; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/Web/AddFolder.cs b/Commands/Web/AddFolder.cs index 3911b64ea..fc838b506 100644 --- a/Commands/Web/AddFolder.cs +++ b/Commands/Web/AddFolder.cs @@ -2,6 +2,7 @@ using System.Management.Automation; using Microsoft.SharePoint.Client; using OfficeDevPnP.PowerShell.CmdletHelpAttributes; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/Web/GetFile.cs b/Commands/Web/GetFile.cs index ed678f2b5..7ee3c746d 100644 --- a/Commands/Web/GetFile.cs +++ b/Commands/Web/GetFile.cs @@ -3,6 +3,7 @@ using Microsoft.SharePoint.Client; using OfficeDevPnP.PowerShell.CmdletHelpAttributes; using System; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/Web/GetPropertyBag.cs b/Commands/Web/GetPropertyBag.cs index 9353e90d0..89952d536 100644 --- a/Commands/Web/GetPropertyBag.cs +++ b/Commands/Web/GetPropertyBag.cs @@ -3,6 +3,7 @@ using Microsoft.SharePoint.Client; using OfficeDevPnP.PowerShell.CmdletHelpAttributes; using System; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/Web/RemoveFile.cs b/Commands/Web/RemoveFile.cs index d3039f53a..662ee2952 100644 --- a/Commands/Web/RemoveFile.cs +++ b/Commands/Web/RemoveFile.cs @@ -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 { diff --git a/Commands/Web/RemovePropertyBagValue.cs b/Commands/Web/RemovePropertyBagValue.cs index 63ce2f6c7..dfd1bc101 100644 --- a/Commands/Web/RemovePropertyBagValue.cs +++ b/Commands/Web/RemovePropertyBagValue.cs @@ -2,6 +2,7 @@ using Microsoft.SharePoint.Client; using System.Management.Automation; using OfficeDevPnP.PowerShell.CmdletHelpAttributes; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/Web/SetPropertyBagValue.cs b/Commands/Web/SetPropertyBagValue.cs index eebc8b998..81d85b867 100644 --- a/Commands/Web/SetPropertyBagValue.cs +++ b/Commands/Web/SetPropertyBagValue.cs @@ -3,6 +3,7 @@ using System.Management.Automation; using Microsoft.SharePoint.Client; using OfficeDevPnP.PowerShell.CmdletHelpAttributes; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/WebParts/AddWebPartToWebPartPage.cs b/Commands/WebParts/AddWebPartToWebPartPage.cs index de8ce7ad2..62f789a7e 100644 --- a/Commands/WebParts/AddWebPartToWebPartPage.cs +++ b/Commands/WebParts/AddWebPartToWebPartPage.cs @@ -5,6 +5,7 @@ using OfficeDevPnP.PowerShell.CmdletHelpAttributes; using File = System.IO.File; using System; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/WebParts/AddWebPartToWikiPage.cs b/Commands/WebParts/AddWebPartToWikiPage.cs index d7273d37c..303a28970 100644 --- a/Commands/WebParts/AddWebPartToWikiPage.cs +++ b/Commands/WebParts/AddWebPartToWikiPage.cs @@ -5,6 +5,7 @@ using OfficeDevPnP.PowerShell.CmdletHelpAttributes; using File = System.IO.File; using System; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/WebParts/GetWebPart.cs b/Commands/WebParts/GetWebPart.cs index 4393ce6d1..a1684e279 100644 --- a/Commands/WebParts/GetWebPart.cs +++ b/Commands/WebParts/GetWebPart.cs @@ -4,6 +4,7 @@ using System.Linq; using System.Management.Automation; using OfficeDevPnP.PowerShell.CmdletHelpAttributes; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/WebParts/GetWebPartProperty.cs b/Commands/WebParts/GetWebPartProperty.cs index fd6e3870e..f6bdf3383 100644 --- a/Commands/WebParts/GetWebPartProperty.cs +++ b/Commands/WebParts/GetWebPartProperty.cs @@ -4,6 +4,7 @@ using OfficeDevPnP.PowerShell.CmdletHelpAttributes; using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds; using System; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/WebParts/GetWebPartXml.cs b/Commands/WebParts/GetWebPartXml.cs index 30315053c..b47fe4c45 100644 --- a/Commands/WebParts/GetWebPartXml.cs +++ b/Commands/WebParts/GetWebPartXml.cs @@ -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; diff --git a/Commands/WebParts/RemoveWebPart.cs b/Commands/WebParts/RemoveWebPart.cs index 6f757fb0e..60d90aa63 100644 --- a/Commands/WebParts/RemoveWebPart.cs +++ b/Commands/WebParts/RemoveWebPart.cs @@ -4,6 +4,7 @@ using OfficeDevPnP.PowerShell.CmdletHelpAttributes; using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds; using System; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Commands/WebParts/SetWebPartProperty.cs b/Commands/WebParts/SetWebPartProperty.cs index 220c32aff..20912f625 100644 --- a/Commands/WebParts/SetWebPartProperty.cs +++ b/Commands/WebParts/SetWebPartProperty.cs @@ -3,6 +3,7 @@ using OfficeDevPnP.PowerShell.CmdletHelpAttributes; using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds; using System; +using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.PowerShell.Commands { diff --git a/Setup/Product.wxs b/Setup/Product.wxs index 6b70856bd..4b7521b95 100644 --- a/Setup/Product.wxs +++ b/Setup/Product.wxs @@ -16,7 +16,7 @@