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

Commit 7c15b9d

Browse files
committed
Merge pull request #18 from erwinvanhunen/dev
Extra master merge
2 parents 41a0681 + 97327e5 commit 7c15b9d

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

Commands/OfficeDevPnP.PowerShell.Commands.csproj

+13-7
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@
5858
<Choose>
5959
<When Condition=" '$(Configuration)' == 'debug' Or '$(Configuration)' == 'release' ">
6060
<ItemGroup>
61-
<Reference Include="OfficeDevPnP.Core">
62-
<HintPath>..\packages\OfficeDevPnPCore16.1.4.0815.0\lib\net45\OfficeDevPnP.Core.dll</HintPath>
63-
</Reference>
6461
<Reference Include="Microsoft.Office.SharePoint.Tools, Version=16.1.3912.1204, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
6562
<HintPath>..\packages\Microsoft.SharePointOnline.CSOM.16.1.3912.1204\lib\net45\Microsoft.Office.SharePoint.Tools.dll</HintPath>
6663
<Private>True</Private>
@@ -81,10 +78,6 @@
8178
<SpecificVersion>False</SpecificVersion>
8279
<HintPath>..\packages\Microsoft.SharePointOnline.CSOM.16.1.3912.1204\lib\net45\Microsoft.Office.Client.TranslationServices.dll</HintPath>
8380
</Reference>
84-
<Reference Include="Microsoft.Online.SharePoint.Client.Tenant, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
85-
<SpecificVersion>False</SpecificVersion>
86-
<HintPath>..\packages\Microsoft.SharePointOnline.CSOM.16.1.3912.1204\lib\net45\Microsoft.Online.SharePoint.Client.Tenant.dll</HintPath>
87-
</Reference>
8881
<Reference Include="Microsoft.SharePoint.Client.DocumentManagement, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
8982
<SpecificVersion>False</SpecificVersion>
9083
<HintPath>..\packages\Microsoft.SharePointOnline.CSOM.16.1.3912.1204\lib\net45\Microsoft.SharePoint.Client.DocumentManagement.dll</HintPath>
@@ -113,6 +106,14 @@
113106
<SpecificVersion>False</SpecificVersion>
114107
<HintPath>..\packages\Microsoft.SharePointOnline.CSOM.16.1.3912.1204\lib\net45\Microsoft.SharePoint.Client.WorkflowServices.dll</HintPath>
115108
</Reference>
109+
<Reference Include="Microsoft.Online.SharePoint.Client.Tenant, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
110+
<SpecificVersion>False</SpecificVersion>
111+
<HintPath>..\packages\Microsoft.SharePointOnline.CSOM.16.1.3912.1204\lib\net45\Microsoft.Online.SharePoint.Client.Tenant.dll</HintPath>
112+
</Reference>
113+
<Reference Include="OfficeDevPnP.Core, Version=1.5.915.0, Culture=neutral, processorArchitecture=MSIL">
114+
<SpecificVersion>False</SpecificVersion>
115+
<HintPath>..\packages\OfficeDevPnPCore16.1.4.0815.1\lib\net45\OfficeDevPnP.Core.dll</HintPath>
116+
</Reference>
116117
</ItemGroup>
117118
</When>
118119
<Otherwise>
@@ -173,6 +174,10 @@
173174
<SpecificVersion>False</SpecificVersion>
174175
<HintPath>..\ReferenceAssemblies\15\Microsoft.Office.Client.Education.dll</HintPath>
175176
</Reference>
177+
<Reference Include="OfficeDevPnP.Core, Version=1.5.915.0, Culture=neutral, processorArchitecture=MSIL">
178+
<HintPath>..\packages\OfficeDevPnPCore15.1.4.0815.1\lib\net45\OfficeDevPnP.Core.dll</HintPath>
179+
<Private>True</Private>
180+
</Reference>
176181
</ItemGroup>
177182
</Otherwise>
178183
</Choose>
@@ -193,6 +198,7 @@
193198
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
194199
<Private>True</Private>
195200
</Reference>
201+
196202
<Reference Include="System" />
197203
<Reference Include="System.Configuration" />
198204
<Reference Include="System.Core" />

Commands/app.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
</dependentAssembly>
1717
<dependentAssembly>
1818
<assemblyIdentity name="Microsoft.SharePoint.Client.Runtime" publicKeyToken="71e9bce111e9429c" culture="neutral" />
19-
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" />
19+
<bindingRedirect oldVersion="0.0.0.0-16.1.3912.1204" newVersion="16.1.3912.1204" />
2020
</dependentAssembly>
2121
<dependentAssembly>
2222
<assemblyIdentity name="Microsoft.SharePoint.Client" publicKeyToken="71e9bce111e9429c" culture="neutral" />
23-
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" />
23+
<bindingRedirect oldVersion="0.0.0.0-16.1.3912.1204" newVersion="16.1.3912.1204" />
2424
</dependentAssembly>
2525
<dependentAssembly>
2626
<assemblyIdentity name="Microsoft.SharePoint.Client.Search" publicKeyToken="71e9bce111e9429c" culture="neutral" />

Commands/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.19.208020213" targetFramework="net45" />
77
<package id="Microsoft.SharePointOnline.CSOM" version="16.1.3912.1204" targetFramework="net45" />
88
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
9-
<package id="OfficeDevPnPCore15" version="1.4.0815.0" targetFramework="net45" />
10-
<package id="OfficeDevPnPCore16" version="1.4.0815.0" targetFramework="net45" />
9+
<package id="OfficeDevPnPCore15" version="1.4.0815.1" targetFramework="net45" />
10+
<package id="OfficeDevPnPCore16" version="1.4.0815.1" targetFramework="net45" />
1111
</packages>

Setup/Product.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Product Id="*"
1414
Name="$(var.ProductName)"
1515
Language="1033"
16-
Version="1.3.0.0"
16+
Version="1.3.1.0"
1717
Manufacturer="OfficeDev PnP"
1818
UpgradeCode="630fe2af-dc42-467d-94c8-6eefd065cbfa">
1919

0 commit comments

Comments
 (0)