Blazored / TextEditor

Rich text editor for Blazor applications - Uses Quill JS
MIT License
271 stars 58 forks source link

Version number on DLL file is wrong #61

Open trickshot2012 opened 1 year ago

trickshot2012 commented 1 year ago

Thank you for your work on Blazored.Texteditor !

Describe the bug Not really a bug but quite irritating when you check version numbers on DLL file: I just updated my Blazored.Texteditor NuGet Package from Version 1.0.8 to 1.1.0 The Product Version number of the DLL file is now 1.0.0 The File Version number is now 1.0.0.0

To Reproduce Steps to reproduce the behavior: Check properties of DLL file

Expected behavior Expected Product Version 1.1.0 Expected File Version 1.1.0.0

Screenshots

Version 1.0.8 grafik

Version 1.1.0 grafik

ADefWebserver commented 1 year ago

I will consider a PR from the community for this. Thank you