Skip to content

Commit 20b39e8

Browse files
committed
fix changelog
1 parent ffab40b commit 20b39e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- The parameter `SourcePath` was removed and replaced with `MediaPath`
1616
- The parameter `IAcceptLicenseTerms` was removed and replaced with a
1717
boolean parameter `AcceptLicenseTerms`
18-
- The parameter `SourceCredential` was removed. Because of this the
18+
- The parameter `SourceCredential` was removed. Because of this, the
1919
functionality that allowed copying the media from a UNC path using
2020
those credentials was also removed. If this was something you used,
2121
please open an issue.
2222
- The version validation no longer gets the current version from the
2323
installed package (using `Get-Package`), but instead from the registry.
2424
- The read-only property `CurrentVersion` was removed and replaced with
2525
the more appropriate property `ProductVersion`.
26-
- Prior when install was successful the resource checked whether there
26+
- Prior when install was successful, the resource checked whether there
2727
were any pending rename operations. Since the install returns 3010
2828
if a restart is needed it is now assumed that the setup process takes
2929
care of this. If that is not the case, and this check is needed, then
@@ -82,7 +82,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8282
- Fixed issue with AddNode where cluster IP information was not being passed to
8383
setup.exe ([issue #1171](https://github.com/dsccommunity/SqlServerDsc/issues/1171)).
8484
- SqlRSSetup
85-
- The DSC resource has been refactored to class-based resource.
85+
- The DSC resource has been refactored into a class-based resource.
8686

8787

8888
### Fixed

0 commit comments

Comments
 (0)