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

Commit 99f8d0f

Browse files
committed
Modernization binaries for December release of PnP PowerShell + bump AngleSharp to 0.14 (includes adding AngleSharp.Css)
1 parent 4bb3340 commit 99f8d0f

6 files changed

+19
-11
lines changed
512 Bytes
Binary file not shown.

Binaries/SharePointPnP.Modernization.Framework.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
512 Bytes
Binary file not shown.

Binaries/release/SharePointPnP.Modernization.Framework.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Commands/PnP.PowerShell.Commands.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,11 @@
402402
</Otherwise>
403403
</Choose>
404404
<ItemGroup>
405-
<Reference Include="AngleSharp, Version=0.9.9.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
406-
<HintPath>..\packages\AngleSharp.0.9.9\lib\net45\AngleSharp.dll</HintPath>
405+
<Reference Include="AngleSharp, Version=0.14.0.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
406+
<HintPath>..\packages\AngleSharp.0.14.0\lib\net461\AngleSharp.dll</HintPath>
407+
</Reference>
408+
<Reference Include="AngleSharp.Css, Version=0.14.2.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
409+
<HintPath>..\packages\AngleSharp.Css.0.14.2\lib\net461\AngleSharp.Css.dll</HintPath>
407410
</Reference>
408411
<Reference Include="Microsoft.ApplicationInsights, Version=2.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
409412
<HintPath>..\packages\Microsoft.ApplicationInsights.2.8.1\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
@@ -535,6 +538,9 @@
535538
<Reference Include="System.Spatial, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
536539
<HintPath>..\packages\System.Spatial.5.8.4\lib\net40\System.Spatial.dll</HintPath>
537540
</Reference>
541+
<Reference Include="System.Text.Encoding.CodePages, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
542+
<HintPath>..\packages\System.Text.Encoding.CodePages.4.5.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
543+
</Reference>
538544
<Reference Include="System.Text.Encodings.Web, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
539545
<HintPath>..\packages\System.Text.Encodings.Web.4.7.1\lib\net461\System.Text.Encodings.Web.dll</HintPath>
540546
</Reference>

Commands/packages.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="AngleSharp" version="0.9.9" targetFramework="net45" />
3+
<package id="AngleSharp" version="0.14.0" targetFramework="net461" />
4+
<package id="AngleSharp.Css" version="0.14.2" targetFramework="net461" />
45
<package id="AppForSharePointWebToolkit" version="3.1.1" targetFramework="net45" />
56
<package id="Microsoft.ApplicationInsights" version="2.8.1" targetFramework="net45" requireReinstallation="true" />
67
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
@@ -47,6 +48,7 @@
4748
<package id="System.Runtime.Extensions" version="4.1.0" targetFramework="net45" />
4849
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net461" />
4950
<package id="System.Spatial" version="5.8.4" targetFramework="net45" />
51+
<package id="System.Text.Encoding.CodePages" version="4.5.0" targetFramework="net461" />
5052
<package id="System.Text.Encodings.Web" version="4.7.1" targetFramework="net461" />
5153
<package id="System.Text.Json" version="4.7.2" targetFramework="net461" />
5254
<package id="System.Threading" version="4.0.11" targetFramework="net45" />

0 commit comments

Comments
 (0)