Angular Template Not Auto-Incrementing Version & Missing Project Properties
Opened this issue · 0 comments
WillStrohl commented
Sponsorship
If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effort via GitHub Sponsors:
- None, please continue to work for me for free :P
- Absolutely, I get value out of this!
- Maybe later
- I'm already a sponsor... Woot!
Describe the bug
A clear and concise description of what the bug is.
Software Versions
- DNN: N/A
- Hotcakes: N/A
- Visual Studio: N/A
To Reproduce
Steps to reproduce the behavior:
- Latest generator...
- Go through the steps to create an Angular project.
- Open it in VS.
- Build in debug, then release mode.
- Change the version in the
package
line of the main manifest file. - Rebuild in release mode.
Expected behavior
The resulting project should have an AssemblyInfo.cs
class, resulting in a Properties
menu/file item in Solution Explorer.
After the second build, the version numbers should have incremented the same as other projects, in both manifests and in the AssemblyInfo.cs
file.
Actual behavior
The version numbers are untouched, and the AssemblyInfo.cs
file is missing.
Screenshots
N/A
Error log
No errors.
Additional context
None.