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

Commit 32b4233

Browse files
Merge pull request #369 from OfficeDev/dev
June 2016 Intermediate Release
2 parents e865757 + 81e8024 commit 32b4233

10 files changed

+8
-4
lines changed
4 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Commands/Branding/GetProvisioningTemplate.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,13 @@ private void ExtractTemplate(XMLPnPSchemaVersion schema, string path, string pac
197197
}
198198
}
199199

200+
var fileSystemConnector = new FileSystemConnector(path, "");
200201
if (extension == ".pnp")
201202
{
202-
var fileSystemConnector = new FileSystemConnector(path, "");
203203
creationInformation.FileConnector = new OpenXMLConnector(packageName, fileSystemConnector);
204+
} else
205+
{
206+
creationInformation.FileConnector = fileSystemConnector;
204207
}
205208
#pragma warning disable 618
206209
creationInformation.PersistBrandingFiles = PersistBrandingFiles || PersistComposedLookFiles;
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Commands/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
// You can specify all the values or you can default the Build and Revision Numbers
4545
// by using the '*' as shown below:
4646
// [assembly: AssemblyVersion("1.0.*")]
47-
[assembly: AssemblyVersion("2.5.1606.0")]
48-
[assembly: AssemblyFileVersion("2.5.1606.0")]
47+
[assembly: AssemblyVersion("2.5.1606.1")]
48+
[assembly: AssemblyFileVersion("2.5.1606.1")]
4949
[assembly: InternalsVisibleTo("SharePointPnP.PowerShell.Tests")]

Setup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<Product Id="*"
2525
Name="$(var.ProductName)"
2626
Language="1033"
27-
Version="2.5.1606.0"
27+
Version="2.5.1606.1"
2828
Manufacturer="SharePoint PnP"
2929
UpgradeCode="630fe2af-dc42-467d-94c8-6eefd065cbfa">
3030

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
**2016-05-09**
1212
* Namespace, Assembly and Project rename from OfficeDevPnP.PowerShell to SharePointPnP.PowerShell
13+
1314
**2016-04-08**
1415
* Added -ExtensibilityHandlers parameter to Get-SPOPRovisioningTemplate
1516

0 commit comments

Comments
 (0)