Skip to content

Commit 548de82

Browse files
PingCastle 3.3.0.12 (#287)
- Fixed EOL Date - Changelog update to point to Netwrix community --------- Signed-off-by: HerbieSmith-Netwrix <Herbert.Smith@netwrix.com>
1 parent 014b577 commit 548de82

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Healthcheck/Rules/HeatlcheckRuleStaledObsoleteW10.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class HeatlcheckRuleStaledObsoleteW10 : RuleBase<HealthcheckData>
6666
}
6767
break;
6868
case 19045:
69-
if (healthcheckData.GenerationDate > new DateTime(2025, 05, 13))
69+
if (healthcheckData.GenerationDate > new DateTime(2025, 10, 14))
7070
{
7171
AddRawDetail("Windows 10 22H2", osVersion.data.Number, osVersion.data.NumberActive);
7272
totalActive += osVersion.data.NumberActive;

PingCastleAutoUpdater/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
3333
// en utilisant '*', comme indiqué ci-dessous :
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.3.0.11")]
36-
[assembly: AssemblyFileVersion("3.3.0.11")]
35+
[assembly: AssemblyVersion("3.3.0.12")]
36+
[assembly: AssemblyFileVersion("3.3.0.12")]

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// Numéro de build
2929
// Révision
3030
//
31-
[assembly: AssemblyVersion("3.3.0.11")]
32-
[assembly: AssemblyFileVersion("3.3.0.11")]
31+
[assembly: AssemblyVersion("3.3.0.12")]
32+
[assembly: AssemblyFileVersion("3.3.0.12")]

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.3.0.12
2+
The change log will no longer be maintained, please go to the Netwrix PingCastle Community news to see the change log. Direct link: https://community.netwrix.com/c/products/pingcastle/news
3+
14
3.3.0.11
25
Migrate from ProvisioningAPI to Graph API
36
Fixed some typos

0 commit comments

Comments
 (0)