Commit 601d388
Fix CS7034: pin AssemblyVersion/FileVersion in OpenCvSharp.Analyzers.csproj
The repo's CI passes -p:Version=4.13.0.YYYYMMDD at pack time. That date
component (e.g. 20260524) exceeds ushort.MaxValue (65535), which is the
limit for each component of an AssemblyVersion. Setting AssemblyVersion and
FileVersion to a fixed 1.0.0.0 avoids the CS7034 error while leaving the
NuGet package Version free to use the date-based scheme.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f4d35ad commit 601d388
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
0 commit comments