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

Commit 0395715

Browse files
committed
September 2020 Release
1 parent 53b4495 commit 0395715

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Commands/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
// by using the '*' as shown below:
5252
// [assembly: AssemblyVersion("1.0.*")]
5353
#if !PNPPSCORE
54-
[assembly: AssemblyVersion("3.24.2008.1")]
55-
[assembly: AssemblyFileVersion("3.24.2008.1")]
54+
[assembly: AssemblyVersion("3.25.2009.0")]
55+
[assembly: AssemblyFileVersion("3.25.2009.0")]
5656
#else
5757
[assembly: AssemblyVersion("4.0.0.0")]
5858
[assembly: AssemblyFileVersion("4.0.0.0")]

Commands/Site/SetSite.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@ private bool IsTenantProperty() =>
412412
#pragma warning restore CS0618 // Type or member is obsolete
413413
RestrictedToGeo.HasValue ||
414414
SocialBarOnSitePagesDisabled.HasValue ||
415+
AnonymousLinkExpirationInDays.HasValue ||
416+
ParameterSpecified(nameof(OverrideTenantAnonymousLinkExpirationPolicy)) ||
415417
#endif
416-
LocaleId.HasValue ||
417-
AnonymousLinkExpirationInDays.HasValue ||
418-
ParameterSpecified(nameof(OverrideTenantAnonymousLinkExpirationPolicy));
418+
LocaleId.HasValue;
419419
}
420420
}

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.24.2008.1
1+
3.25.2009.0

0 commit comments

Comments
 (0)