UpendoVentures/generator-upendodnn

Angular Template Not Auto-Incrementing Version & Missing Project Properties

Opened this issue · 0 comments

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:

  1. Latest generator...
  2. Go through the steps to create an Angular project.
  3. Open it in VS.
  4. Build in debug, then release mode.
  5. Change the version in the package line of the main manifest file.
  6. 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.