Skip to content

Commit 36ff309

Browse files
committed
removed reference to PnP.Framework.Transformation
1 parent 86f0651 commit 36ff309

File tree

5 files changed

+4
-352
lines changed

5 files changed

+4
-352
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7777

7878
### Removed
7979

80+
- Removed `Invoke-PnPTransformation` cmdlet as it was never supported.
8081
- Removed `Publish-PnPCompanyApp` cmdlet as it was not supported anymore. [#4387](https://github.com/pnp/powershell/pull/4387)
8182
- Removed `-UserVoiceForFeedbackEnabled` parameter from `Set-PnPTenant` cmdlet as it was obsolete. [#4387](https://github.com/pnp/powershell/pull/4387)
8283
- Removed `Set-PnPLabel` and `Reset-PnPLabel` aliases. You need to use `Set-PnPRetentionLabel` and `Reset-PnPRetentionLabel` respectively. [#4387](https://github.com/pnp/powershell/pull/4387)

src/Commands/Base/Completers/PageCompleter.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
using System;
21
using System.Collections;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Management.Automation;
65
using System.Management.Automation.Language;
7-
using System.Reflection.Metadata;
8-
using System.Threading;
9-
using System.Threading.Tasks;
10-
using AngleSharp.Css.Values;
11-
using Microsoft.SharePoint.Client;
12-
using PnP.Core.Transformation.Model;
13-
using PnP.PowerShell.Commands.Extensions;
146

157
namespace PnP.PowerShell.Commands.Base.Completers
168
{

src/Commands/Pages/GetPage.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-

2-
using PnP.Core.Transformation.Model;
3-
using PnP.PowerShell.Commands.Base.Completers;
1+
using PnP.PowerShell.Commands.Base.Completers;
42
using PnP.PowerShell.Commands.Base.PipeBinds;
53
using System;
64
using System.Management.Automation;

src/Commands/PnP.PowerShell.csproj

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<None Remove="Resources\parker.ico" />
5353
</ItemGroup>
5454

55-
<ItemGroup>
55+
<ItemGroup>
5656
<PackageReference Include="Microsoft.SharePointOnline.CSOM" Version="16.1.*" />
5757
<PackageReference Include="PnP.Framework" Version="1.17.*-*" Condition="'$(PnPFrameworkPath)' == '' and '$(IsRelease)' != '1'" />
5858
<PackageReference Include="PnP.Framework" Version="1.17.*-*" Condition="'$(IsRelease)' == '1'" />
@@ -66,17 +66,8 @@
6666
<PackageReference Include="PnP.Core.Admin" Version="1.14.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
6767
<PackageReference Include="PnP.Core.Admin" Version="1.14.*-*" Condition="'$(IsRelease)' == '1'" />
6868

69-
<!-- currently for the following packages we only refer to the nightlies -->
70-
<!-- <PackageReference Include="PnP.Core.Transformation" Version="1.6.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
71-
<PackageReference Include="PnP.Core.Transformation" Version="*" Condition="'$(IsRelease)' == '1'" /> -->
72-
73-
<PackageReference Include="PnP.Core.Transformation" Version="1.14.*-*" />
74-
75-
<!-- <PackageReference Include="PnP.Core.Transformation.SharePoint" Version="1.6.*-*" Condition="'$(PnPCoreSdkPath)' == '' and '$(IsRelease)' != '1'" />
76-
<PackageReference Include="PnP.Core.Transformation.SharePoint" Version="*" Condition="'$(IsRelease)' == '1'" /> -->
77-
<PackageReference Include="PnP.Core.Transformation.SharePoint" Version="1.14.*-*" />
7869
<ProjectReference Include="..\ALC\PnP.PowerShell.ALC.csproj" />
79-
70+
8071
</ItemGroup>
8172

8273
<ItemGroup>

src/Commands/Transformation/InvokeTransformation.cs

Lines changed: 0 additions & 330 deletions
This file was deleted.

0 commit comments

Comments
 (0)