All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added pipeline support to
Remove-LoopbackAdapter
.
- Fix error generated from DevCon still updating the registry.
- Fixed GitVersion to prevent build failures.
- Convert build pipeline to use GitTools Azure DevOps extension tasks instead of deprecated GitVersion extension.
- Fix build problems preventing help from being compiled and added to the module.
- Fix the XML help file output path.
- Fix CI pipeline deployment stage.
- Minor style tweaks for consistency.
- Change
psakefile.ps1
to detect Azure Pipelines correctly. - Added PowerShell Gallery badge to
README.md
. - Remove AppVeyor CI pipeline and updated to new Continuous Delivery pattern using Azure DevOps - fixes Issue #16.
- Renamed
master
branch tomain
. - Moved source files into
Private
andPublic
folders insource
.
- Using FullName to prevent issues with the path environment variable.
- Improved repository structure.
- Added unit tests and integration tests.
- Added CI process for AppVeyor and Azure Pipelines.
- Cleanup README.MD markdown.
- Improved detection of OS bits.
- New-LoopbackAdapter:
- Added delay to ensure New adapter is available to CIM.
- Exception now causes function to stop correctly.
- Initial Release.