Align assembly names between debug and release
Open
type:compliance
- Dominant language
- C#
- Stars
- 40
- Forks
- 11
- Avg merge
- 21h 40m
- Merged PRs (30d)
- 1
Description
#### Broken rules:
Currently there is a mismatch for the assembly names between debug and release in for the Etabs adapter, meaning all of the following names exist:
Etabs2016_Adapter.dll
ETABS17_Adapter.dll
ETABS_Adapter.dll
ETABS2016_Adapter.dll
ETABS18_Adapter.dll
Etabs_Adapter.dll
#### Suggestions to restore compliance:
Align so that all assembly names are either ETABS or Etabs in terms of naming.
Contributor guide
Assessment
This issue has not been assessed yet.