We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec9941 commit e7bdb1aCopy full SHA for e7bdb1a
1 file changed
README.md
@@ -78,6 +78,7 @@ ContextMenuManager/
78
- [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) (to build)
79
- .NET 8 runtime (to run)
80
81
+
82
### Build and Run
83
84
#### Build
@@ -108,6 +109,7 @@ Output: `src\dist\<arch>\` containing `ContextMenuManager.exe` (and a `lib/` fol
108
109
dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=true -o src/dist
110
```
111
112
113
### Design Summary
114
115
| Action | How it’s done | Reversible |
@@ -229,3 +231,4 @@ MIT
229
231
230
232
233
234
0 commit comments