@@ -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