Skip to content

Commit 6e74578

Browse files
(MAINT) Sync changes and update ms.date (#10813)
This change syncs the changes from #10811 across the versions and updates the `ms.date` metadata to match the current date.
1 parent 2bb259c commit 6e74578

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how you can use classes to create your own custom types.
33
Locale: en-US
4-
ms.date: 11/13/2023
4+
ms.date: 01/19/2024
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Classes
@@ -129,7 +129,7 @@ class Book {
129129
$this.$Property = $Properties.$Property
130130
}
131131
}
132-
# Method to calculate reading time as 30 seconds per page
132+
# Method to calculate reading time as 2 minutes per page
133133
[timespan] GetReadingTime() {
134134
if ($this.PageCount -le 0) {
135135
throw 'Unable to determine reading time from page count.'

reference/7.2/Microsoft.PowerShell.Core/About/about_Classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how you can use classes to create your own custom types.
33
Locale: en-US
4-
ms.date: 11/13/2023
4+
ms.date: 01/19/2024
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-7.2&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Classes
@@ -129,7 +129,7 @@ class Book {
129129
$this.$Property = $Properties.$Property
130130
}
131131
}
132-
# Method to calculate reading time as 30 seconds per page
132+
# Method to calculate reading time as 2 minutes per page
133133
[timespan] GetReadingTime() {
134134
if ($this.PageCount -le 0) {
135135
throw 'Unable to determine reading time from page count.'

reference/7.3/Microsoft.PowerShell.Core/About/about_Classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how you can use classes to create your own custom types.
33
Locale: en-US
4-
ms.date: 11/13/2023
4+
ms.date: 01/19/2024
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-7.3&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Classes
@@ -129,7 +129,7 @@ class Book {
129129
$this.$Property = $Properties.$Property
130130
}
131131
}
132-
# Method to calculate reading time as 30 seconds per page
132+
# Method to calculate reading time as 2 minutes per page
133133
[timespan] GetReadingTime() {
134134
if ($this.PageCount -le 0) {
135135
throw 'Unable to determine reading time from page count.'

reference/7.4/Microsoft.PowerShell.Core/About/about_Classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how you can use classes to create your own custom types.
33
Locale: en-US
4-
ms.date: 11/13/2023
4+
ms.date: 01/19/2024
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Classes
@@ -129,7 +129,7 @@ class Book {
129129
$this.$Property = $Properties.$Property
130130
}
131131
}
132-
# Method to calculate reading time as 30 seconds per page
132+
# Method to calculate reading time as 2 minutes per page
133133
[timespan] GetReadingTime() {
134134
if ($this.PageCount -le 0) {
135135
throw 'Unable to determine reading time from page count.'

reference/7.5/Microsoft.PowerShell.Core/About/about_Classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes how you can use classes to create your own custom types.
33
Locale: en-US
4-
ms.date: 11/13/2023
4+
ms.date: 01/19/2024
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about Classes

0 commit comments

Comments
 (0)