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

Commit 0d5d134

Browse files
committed
Fixed namespaces
1 parent 475a891 commit 0d5d134

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Commands/Graph/AddMicrosoft365GroupOwner.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using PnP.PowerShell.Commands.Base.PipeBinds;
77
using System.Management.Automation;
88

9-
namespace SharePointPnP.PowerShell.Commands.Graph
9+
namespace PnP.PowerShell.Commands.Graph
1010
{
1111
[Cmdlet(VerbsCommon.Add, "PnPMicrosoft365GroupOwner")]
1212
[Alias("Add-PnPUnifiedGroupOwner")]

Commands/PnP.PowerShell.Commands.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@
643643
<Compile Include="Files\RestoreFileVersion.cs" />
644644
<Compile Include="Files\RemoveFileVersion.cs" />
645645
<Compile Include="Files\GetFileVersion.cs" />
646+
<Compile Include="Graph\AddMicrosoft365GroupOwner.cs" />
646647
<Compile Include="Graph\ClearMicrosoft365GroupMember.cs" />
647648
<Compile Include="Graph\ClearMicrosoft365GroupOwner.cs" />
648649
<Compile Include="Graph\RemoveMicrosoft365GroupOwner.cs" />

0 commit comments

Comments
 (0)