Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Binaries/PnPPowerShellCommands15.msi
Binary file not shown.
Binary file modified Binaries/PnPPowerShellCommands16.msi
Binary file not shown.
Binary file modified Commands/ModuleFiles/OfficeDevPnP.PowerShell.V15.Commands.psd1
Binary file not shown.
Binary file modified Commands/ModuleFiles/OfficeDevPnP.PowerShell.V16.Commands.psd1
Binary file not shown.
4 changes: 2 additions & 2 deletions Commands/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.1602.1")]
[assembly: AssemblyFileVersion("2.1.1602.1")]
[assembly: AssemblyVersion("2.1.1602.2")]
[assembly: AssemblyFileVersion("2.1.1602.2")]
2 changes: 1 addition & 1 deletion Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Product Id="*"
Name="$(var.ProductName)"
Language="1033"
Version="2.1.1602.0"
Version="2.1.1602.2"
Manufacturer="OfficeDev PnP"
UpgradeCode="630fe2af-dc42-467d-94c8-6eefd065cbfa">

Expand Down