[PR #162] [MERGED] CLI is now a dotnet tool #1099

Open
opened 2026-01-29 16:57:19 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/162
Author: @robertmuehsig
Created: 9/3/2018
Status: Merged
Merged: 9/25/2018
Merged by: @GregorBiswanger

Base: masterHead: dev/move-to-globaltool


📝 Commits (3)

📊 Changes

6 files changed (+23 additions, -17 deletions)

View changed files

📝 .travis.yml (+1 -0)
📝 ElectronNET.CLI/ElectronNET.CLI.csproj (+4 -3)
📝 ElectronNET.WebApp/ElectronNET.WebApp.csproj (+0 -3)
📝 NuGet.config (+1 -2)
📝 buildAll.cmd (+8 -5)
📝 buildAll.sh (+9 -4)

📄 Description

Moving from the "old" way to the new proposed dotnet tool world.

Will enable us to install "electronize" on as a "global dotnet tool".

e.g. just invoke it from the cmd via "electronize ..."


🔄 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/ElectronNET/Electron.NET/pull/162 **Author:** [@robertmuehsig](https://github.com/robertmuehsig) **Created:** 9/3/2018 **Status:** ✅ Merged **Merged:** 9/25/2018 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `dev/move-to-globaltool` --- ### 📝 Commits (3) - [`c9d53d2`](https://github.com/ElectronNET/Electron.NET/commit/c9d53d2fc1ad270f8bc47941dbb5f1be1d9967b6) draft - [`1b7dc7c`](https://github.com/ElectronNET/Electron.NET/commit/1b7dc7c0c4821049cf68232dfa2a5b0fd9fe4440) next try - [`d50984a`](https://github.com/ElectronNET/Electron.NET/commit/d50984a4650a39e22c7071afb72904ec1d1107e7) path fix ### 📊 Changes **6 files changed** (+23 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) 📝 `ElectronNET.CLI/ElectronNET.CLI.csproj` (+4 -3) 📝 `ElectronNET.WebApp/ElectronNET.WebApp.csproj` (+0 -3) 📝 `NuGet.config` (+1 -2) 📝 `buildAll.cmd` (+8 -5) 📝 `buildAll.sh` (+9 -4) </details> ### 📄 Description Moving from the "old" way to the new proposed dotnet tool world. Will enable us to install "electronize" on as a "global dotnet tool". e.g. just invoke it from the cmd via "electronize ..." --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:57:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1099