Commit 49392e2
committed
Enable NuGet publishing via GitHub Actions
Added a GitHub Actions workflow to automate publishing to NuGet.
The workflow triggers on `push` events for tags matching the
`*.*.*` pattern (semantic versioning) and supports manual
execution via `workflow_dispatch`. A `test` job was added
with a matrix strategy to ensure compatibility across multiple
operating systems.1 parent acf2306 commit 49392e2
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments