[PR #27] [MERGED] Dev distribution update #27

Closed
opened 2026-09-04 00:49:45 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/27
Author: @HueByte
Created: 2/24/2026
Status: Merged
Merged: 2/24/2026
Merged by: @HueByte

Base: devHead: dev_distribution_update


📝 Commits (3)

  • 0455153 feat: add Chocolatey package and Linux/macOS install script with automated publishing
  • 6295831 feat: update nuspec metadata and add PATH setup functionality for terminal access
  • e2bab3d Merge branch 'dev' into dev_distribution_update

📊 Changes

11 files changed (+468 additions, -10 deletions)

View changed files

📝 .github/workflows/release.yml (+19 -0)
📝 docs/articles/getting-started.md (+30 -10)
📝 docs/changelog/v0.2.8.md (+6 -0)
packaging/choco/echohub.nuspec (+26 -0)
packaging/choco/tools/LICENSE.txt (+21 -0)
packaging/choco/tools/VERIFICATION.txt (+17 -0)
packaging/choco/tools/chocolateyInstall.ps1 (+18 -0)
packaging/choco/tools/chocolateyUninstall.ps1 (+3 -0)
scripts/install.sh (+223 -0)
📝 src/EchoHub.Client/Program.cs (+3 -0)
src/EchoHub.Client/Services/PathSetup.cs (+102 -0)

📄 Description

Summary

Added choco and curl support


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RedWizardsLab/EchoHub/pull/27 **Author:** [@HueByte](https://github.com/HueByte) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `dev` ← **Head:** `dev_distribution_update` --- ### 📝 Commits (3) - [`0455153`](https://github.com/RedWizardsLab/EchoHub/commit/045515369c3e8c9652e8582701a8a12d090f5fce) feat: add Chocolatey package and Linux/macOS install script with automated publishing - [`6295831`](https://github.com/RedWizardsLab/EchoHub/commit/6295831045e80d8f4e6b40a791b3e7ea6cd396a6) feat: update nuspec metadata and add PATH setup functionality for terminal access - [`e2bab3d`](https://github.com/RedWizardsLab/EchoHub/commit/e2bab3d0d9c878783fb08e82e124196de026e6d7) Merge branch 'dev' into dev_distribution_update ### 📊 Changes **11 files changed** (+468 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+19 -0) 📝 `docs/articles/getting-started.md` (+30 -10) 📝 `docs/changelog/v0.2.8.md` (+6 -0) ➕ `packaging/choco/echohub.nuspec` (+26 -0) ➕ `packaging/choco/tools/LICENSE.txt` (+21 -0) ➕ `packaging/choco/tools/VERIFICATION.txt` (+17 -0) ➕ `packaging/choco/tools/chocolateyInstall.ps1` (+18 -0) ➕ `packaging/choco/tools/chocolateyUninstall.ps1` (+3 -0) ➕ `scripts/install.sh` (+223 -0) 📝 `src/EchoHub.Client/Program.cs` (+3 -0) ➕ `src/EchoHub.Client/Services/PathSetup.cs` (+102 -0) </details> ### 📄 Description # Summary Added choco and curl support --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:49:45 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#27