From 344183b38f19d27618560ac474d97002d96992c4 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Thu, 28 Feb 2019 17:42:37 -0800 Subject: [PATCH] Fix names of shipped profiles --- RuleDocumentation/UseCompatibleCommands.md | 6 +++--- RuleDocumentation/UseCompatibleTypes.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RuleDocumentation/UseCompatibleCommands.md b/RuleDocumentation/UseCompatibleCommands.md index cd6cc0cee..082a62b1b 100644 --- a/RuleDocumentation/UseCompatibleCommands.md +++ b/RuleDocumentation/UseCompatibleCommands.md @@ -38,9 +38,9 @@ Platforms bundled by default are: | -------------------|---------------------- | --------------------------------------------------------------------- | | 3.0 | Windows Server 2012 | `win-8_x64_6.2.9200.0_3.0_x64_4.0.30319.42000_framework` | | 4.0 | Windows Server 2012R2 | `win-8_x64_6.3.9600.0_4.0_x64_4.0.30319.42000_framework` | -| 5.1 | Windows Server 2016 | `win-8_x64_10.0.14393.0_5.1.14393.2636_x64_4.0.30319.42000_framework` | -| 5.1 | Windows Server 2019 | `win-8_x64_10.0.17763.0_5.1.17763.134_x64_4.0.30319.42000_framework` | -| 5.1 | Windows 10 | `win-48_x64_10.0.17763.0_5.1.17763.134_x64_4.0.30319.42000_framework` | +| 5.1 | Windows Server 2016 | `win-8_x64_10.0.14393.0_5.1.14393.2791_x64_4.0.30319.42000_framework` | +| 5.1 | Windows Server 2019 | `win-8_x64_10.0.17763.0_5.1.17763.316_x64_4.0.30319.42000_framework` | +| 5.1 | Windows 10 | `win-48_x64_10.0.17763.0_5.1.17763.316_x64_4.0.30319.42000_framework` | | 6.1 | Windows Server 2019 | `win-8_x64_10.0.14393.0_6.1.3_x64_4.0.30319.42000_core` | | 6.1 | Windows Server 2016 | `win-8_x64_10.0.17763.0_6.1.3_x64_4.0.30319.42000_core` | | 6.1 | Windows 10 | `win-48_x64_10.0.17763.0_6.1.3_x64_4.0.30319.42000_core` | diff --git a/RuleDocumentation/UseCompatibleTypes.md b/RuleDocumentation/UseCompatibleTypes.md index 9dc004b5f..2497bd042 100644 --- a/RuleDocumentation/UseCompatibleTypes.md +++ b/RuleDocumentation/UseCompatibleTypes.md @@ -38,9 +38,9 @@ Platforms bundled by default are: | -------------------|---------------------- | --------------------------------------------------------------------- | | 3.0 | Windows Server 2012 | `win-8_x64_6.2.9200.0_3.0_x64_4.0.30319.42000_framework` | | 4.0 | Windows Server 2012R2 | `win-8_x64_6.3.9600.0_4.0_x64_4.0.30319.42000_framework` | -| 5.1 | Windows Server 2016 | `win-8_x64_10.0.14393.0_5.1.14393.2636_x64_4.0.30319.42000_framework` | -| 5.1 | Windows Server 2019 | `win-8_x64_10.0.17763.0_5.1.17763.134_x64_4.0.30319.42000_framework` | -| 5.1 | Windows 10 | `win-48_x64_10.0.17763.0_5.1.17763.134_x64_4.0.30319.42000_framework` | +| 5.1 | Windows Server 2016 | `win-8_x64_10.0.14393.0_5.1.14393.2791_x64_4.0.30319.42000_framework` | +| 5.1 | Windows Server 2019 | `win-8_x64_10.0.17763.0_5.1.17763.316_x64_4.0.30319.42000_framework` | +| 5.1 | Windows 10 | `win-48_x64_10.0.17763.0_5.1.17763.316_x64_4.0.30319.42000_framework` | | 6.1 | Windows Server 2019 | `win-8_x64_10.0.14393.0_6.1.3_x64_4.0.30319.42000_core` | | 6.1 | Windows Server 2016 | `win-8_x64_10.0.17763.0_6.1.3_x64_4.0.30319.42000_core` | | 6.1 | Windows 10 | `win-48_x64_10.0.17763.0_6.1.3_x64_4.0.30319.42000_core` |