ShellUI v0.1.1
ShellUI v0.1.1 🔧
Hotfix release - Package publishing fix
🐛 Bug Fixes
Fixed Package Publishing
- Prevented
ShellUI.Corefrom being published separately - SetIsPackable=falseonShellUI.Coreproject - Updated release workflow - Now only publishes the 2 intended packages:
- ✅
ShellUI.CLI- CLI tool for component management - ✅
ShellUI.Components- Component library package
- ✅
- Updated documentation - README now correctly reflects that only 2 packages are published
What Changed
ShellUI.Coreis an internal dependency ofShellUI.Componentsand should not be published as a standalone package- Future releases will only publish the 2 intended packages
📦 Installation
No changes to installation process:
# Install CLI globally
dotnet tool install -g ShellUI.CLI
# Initialize your project
shellui init
# Add components
shellui add button badge alert cardOr via NuGet:
dotnet add package ShellUI.Components🔗 Links
- Documentation: https://shellui.dev
- GitHub: https://github.com/shellui-dev/shellui
- NuGet: https://www.nuget.org/packages/ShellUI.Components
Full Changelog: v0.1.0...v0.1.1