The format is based on and uses the types of changes according to Keep a Changelog, and this project adheres to Semantic Versioning.
For older change log history see the historic changelog.
- xWebAdministration
- Set
testRunTitle
for PublishTestResults task so that a helpful name is displayed in Azure DevOps for each test file artifact. - Update Visual Studio Code workspace settings for the repository.
- Set a display name on all the jobs and tasks in the CI pipeline.
- Set
- xWebAdministration
- Update GitVersion.yml with the correct regular expression.
- xWebsite
- Fixed HTTPS binding issue causing failure when CertificateSubject matches multiple certificates.
- xWebAdministration
- Added continuous delivery with a new CI pipeline (issue #547).
- Added CONTRIBUTION.md.
- xWebAdministration.Common
- Added new helper function
Get-WebConfigurationPropertyValue
to help return a value of aWebConfigurationProperty
. This helper function is unable to be unit tested because it is using a type that cannot be mocked.
- Added new helper function
- xWebAppPoolDefaults
- Changed to use the new helper function
Get-WebConfigurationPropertyValue
so that the resource can be properly unit tested.
- Changed to use the new helper function
- xWebConfigProperty
- Changed to use the new helper function
Get-WebConfigurationPropertyValue
so that the resource can be properly unit tested.
- Changed to use the new helper function
- WebApplicationHandler
- Fix Test-TargetResource to compare only properties that are specified in the configuration (issue #544).
- xWebConfigProperty
- In some cases a verbose message was not outputted with any text, now all verbose messages are correctly shown.
- xWebSite
- In some cases a verbose message was not outputted with any text, now all verbose messages are correctly shown.
- CommonTestHelper
- Removed unused functions
Get-InvalidArgumentRecord
andGet-InvalidOperationRecord
.
- Removed unused functions