daddel80 / notepadpp-multireplace

MultiReplace is a plugin for Notepad++ enabling multi-string replacement, allowing list saving and loading. It provides CSV syntax highlighting and enabling precise column targeting. Additionally, it introduces conditional and computational operations within the replacement string.
GNU General Public License v2.0
20 stars 7 forks source link

Update version info in the RC file #18

Closed vinsworldcom closed 1 year ago

vinsworldcom commented 1 year ago

Add some helpers to make updating version much easier and have it report correctly from the command line:

(Get-Item .\MultiReplace.dll).VersionInfo

Fix #17

daddel80 commented 1 year ago

Thanks for fixing. I'm still not this familiar with the standards.

vinsworldcom commented 1 year ago

I'm still not this familiar with the standards.

You're doing great! I'm just trying to help out with the "easy" fixes. The bulk of functionality you've implemented is working great - keep focused on that!

Cheers.