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

Commit 3af670b

Browse files
committed
Updated version numbers preparing for master merge
1 parent 49e3d56 commit 3af670b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Commands/Branding/ApplyProvisioningTemplate.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ protected override void ExecuteCmdlet()
8888
WriteProgress(new ProgressRecord(0, string.Format("Applying template to {0}", SelectedWeb.Url), message) { PercentComplete = (100 / total) * step });
8989
};
9090

91-
applyingInformation.MessageDelegate = (message, type) =>
91+
applyingInformation.MessagesDelegate = (message, type) =>
9292
{
9393
if (type == ProvisioningMessageType.Warning)
9494
{
Binary file not shown.

Commands/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.3.2.0")]
35-
[assembly: AssemblyFileVersion("1.3.2.0")]
34+
[assembly: AssemblyVersion("1.4.0.0")]
35+
[assembly: AssemblyFileVersion("1.4.0.0")]

0 commit comments

Comments
 (0)