Skip to content

Commit 8a1d894

Browse files
committed
Use consistent date format in markdown files
Change to international date format to match date format in `CHANGELOG/6.1.md` etc.
1 parent 70d4a89 commit 8a1d894

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

CHANGELOG/6.2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 6.2 Changelog
22

3-
## v6.2.3 - 09/12/2019
3+
## v6.2.3 - 2019-09-12
44

55
### Engine Updates and Fixes
66

@@ -15,7 +15,7 @@
1515
- Update DotNet SDK and runtime framework version (Internal 9946)
1616
- Fix macOS build break (#10207)
1717

18-
## v6.2.2 - 07/16/2019
18+
## v6.2.2 - 2019-07-16
1919

2020
### Breaking Changes
2121

@@ -36,7 +36,7 @@
3636
- Bump `System.Net.Http.WinHttpHandler` from `4.5.3` to `4.5.4` (#9789)
3737
- Enable building of MSIX package (#9289, #9715)
3838

39-
## v6.2.1 - 05/21/2019
39+
## v6.2.1 - 2019-05-21
4040

4141
### Engine Updates and Fixes
4242

@@ -74,7 +74,7 @@
7474
- Add component detection to all jobs (#8964)
7575
- Move artifacts to artifact staging directory before uploading (#9273)
7676

77-
## v6.2.0 - 03/28/2019
77+
## v6.2.0 - 2019-03-28
7878

7979
### Breaking Changes
8080

CHANGELOG/preview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Current preview Changelog
22

3-
## v7.0.0-rc.2 - 1/16/2020
3+
## v7.0.0-rc.2 - 2020-01-16
44

55
### Breaking Changes
6-
- Use `ISOWeek` for week numbers in `Get-Date` accounting for leap years (#11536) (Thanks @paalbra!)
6+
- Use `ISOWeek` for week numbers in `Get-Date` accounting for leap years #11536 (Thanks @paalbra!)
77

88
### Engine Updates and Fixes
99
- Revert the PRs that made `DBNull.Value` and `NullString.Value` treated as `$null` (#11584)
@@ -67,7 +67,7 @@
6767
### Documentation and Help Content
6868
- Fix broken link in debugging `README.md` (#11503)
6969

70-
## v7.0.0-rc.1 - 12/16/2019
70+
## v7.0.0-rc.1 - 2019-12-16
7171

7272
### Breaking Changes
7373
- Make update notification support `LTS` and default channels (#11132)
@@ -118,7 +118,7 @@
118118
- Refactor change logs into one log per release (#11165)
119119
- Fix `FWLinks` for PowerShell 7 online help documents (#11071)
120120

121-
## v7.0.0-preview.6 - 11/21/2019
121+
## v7.0.0-preview.6 - 2019-11-21
122122

123123
### Breaking Changes
124124

@@ -234,7 +234,7 @@
234234
- Fix to `Select-String` emphasis and `Import-DscResource` in CHANGELOG.md (#10890)
235235
- Remove the stale link from `powershell-beginners-guide.md` (#10926)
236236

237-
## v7.0.0-preview.5 - 10/23/2019
237+
## v7.0.0-preview.5 - 2019-10-23
238238

239239
### Breaking Changes
240240

@@ -342,7 +342,7 @@
342342
- Add processor architecture to distribution request template (#10661)
343343
- Add new PowerShell MoL book to learning PowerShell docs (#10602)
344344

345-
## v7.0.0-preview.4 - 09/19/2019
345+
## v7.0.0-preview.4 - 2019-09-19
346346

347347
### Engine Updates and Fixes
348348

@@ -414,7 +414,7 @@
414414
- Add a reference to `PSKoans` module to Learning Resources documentation (#10369) (Thanks @vexx32!)
415415
- Update `README.md` and `metadata.json` for `7.0.0-preview.3` (#10393)
416416

417-
## v7.0.0-preview.3 - 08/20/2019
417+
## v7.0.0-preview.3 - 2019-08-20
418418

419419
### Breaking Changes
420420

@@ -497,7 +497,7 @@
497497
- Create `Distribution_Request` issue template (#10253)
498498
- Fix: Removed dependency file with `Dependabot` (#10212) (Thanks @RDIL!)
499499

500-
## v7.0.0-preview.2 - 07/17/2019
500+
## v7.0.0-preview.2 - 2019-07-17
501501

502502
### Breaking Changes
503503

@@ -621,7 +621,7 @@
621621
- Update readme `gitter` badge (#9920) (Thanks @RDIL!)
622622
- Update `README` and `metadata.json` for `7.0.0-preview.1` release (#9767)
623623

624-
## v7.0.0-preview.1 - 05/30/2019
624+
## v7.0.0-preview.1 - 2019-05-30
625625

626626
### Breaking Changes
627627

docs/testing-guidelines/PowerShellCoreTestStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here are some statistics about our current test coverage:
1212
- More than 1200 tests have been created to validate the PowerShell Core cmdlets
1313

1414
## PowerShell Cmdlets
15-
The follow table represents the test coverage of the PowerShell Core Cmdlets in relation to the delivery platform as of 8/17/2016:
15+
The follow table represents the test coverage of the PowerShell Core Cmdlets in relation to the delivery platform as of 2016-08-17:
1616

1717
| Name | Linux | Windows | Test Coverage |
1818
|---|---|---|:---:|

0 commit comments

Comments
 (0)