Commit 53ab828
authored
fix: use plugin-version parameter for proto plugin packaging (#234)
The PackageProtoPlugin target was incorrectly using the Morphir Version
property instead of a dedicated plugin version parameter. This caused the
tarball to be created with the wrong version number (0.3.0-rc.1 instead
of 0.1.0).
Changes:
- Add PluginVersion parameter to Build.ProtoPlugin.cs
- Update PackageProtoPlugin to use PluginVersion instead of Version
- Update workflow to pass --plugin-version instead of --version
🤖 Generated with Claude Code1 parent d561941 commit 53ab828
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | | - | |
| 125 | + | |
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
| |||
0 commit comments