-
Notifications
You must be signed in to change notification settings - Fork 0
Release 1.0.8 #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fixing a weird bug that has to do with currentuser scope paths for po…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR releases version 1.0.8 of the DevSetup module, which adds cross-platform support for Linux and macOS alongside the existing Windows functionality. The major enhancement includes support for Homebrew package manager on non-Windows platforms and improved command-line parameter handling.
Key changes:
- Added cross-platform support with Homebrew integration for Linux/macOS
- Enhanced command parameter sets with more granular options for update, export, list, and uninstall operations
- Improved documentation with installation instructions and MIT license
Reviewed Changes
Copilot reviewed 23 out of 24 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Added installation instructions and usage examples |
| LICENSE | Added MIT license for the project |
| DevSetup/Public/Use-DevSetup.ps1 | Enhanced parameter sets for better command handling and cross-platform support |
| DevSetup/Private/Utils/Get-DevSetupVersion.ps1 | Fixed GitHub release retrieval to get latest version properly |
| DevSetup/Private/Utils/Get-DevSetupPath.ps1 | Added cross-platform home directory detection |
| DevSetup/Private/Providers/Homebrew/Install-Homebrew.ps1 | New Homebrew package manager installer for Linux/macOS |
| DevSetup/Private/Providers/Core/Install-CoreDependencies.ps1 | Integrated Homebrew support for non-Windows platforms |
| DevSetup/Private/Commands/Update-DevSetup.ps1 | Enhanced update functionality with version checking and branch selection |
| DevSetup/Private/Commands/Export-DevSetupEnv.ps1 | Added path-based export functionality |
| DevSetup/DevSetup.psd1 | Updated module version to 1.0.8 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
DevSetup/Private/Providers/Powershell/Test-PowershellModuleInstalled.ps1
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…talled.ps1 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This is a merge for release 1.0.8 into main.