BoolBySigma / UpdateAssemblyInfo

SORRY THIS IS NO LONGER MAINTAINED
10 stars 9 forks source link

Fixed the regex value for VersionParser #19

Closed gandarez closed 7 years ago

gandarez commented 7 years ago

This PR refers to the issue #18

gandarez commented 7 years ago

I fixed few bugs on the source code please merge it if you agree.

image

ghost commented 7 years ago

Thank you for your fix.

I am working on a completely rebuilt implementation using typescript. In part for a more powerful handling of versions but mostly to be able to perform high coverage unit tests.

Looking forward to your input on that.

gandarez commented 7 years ago

Cool It's now working. Why typescript if there's no javascript coding.

ghost commented 7 years ago

Implementing the whole task in typescript instead of both powerhell and c# makes allows for unit tests and much easier debugging.