prjseal / PasswordGenerator

A library which generates random passwords with different settings to meet the OWASP requirements
MIT License
178 stars 43 forks source link

typo in assembly version #7

Closed thitu closed 5 years ago

thitu commented 5 years ago

I am getting an error that leads me to believe that this here is a typo based on the screenshot.

password-generator-error

It should be version 2.0.0, no?

prjseal commented 5 years ago

Ah yes it could be. I saw that today in the project. I will release 2.0.1 tonight

prjseal commented 5 years ago

Thanks for raising this. I've updated the package version to 2.0.1 It is also only compatible with .net standard 2.0 upwards now and .net framework 4.6.1 upwards

Please test it out and let me know.

You might have to wait for the package to be published, 15 minutes from now.

thitu commented 5 years ago

🤔 that did not work.

I've looked at other dependencies that I am using and none have both values of Version and AssemblyVersion defined.

I'll fork your project and test locally over the weekend and create a PR if necessary based on what I find.

prjseal commented 5 years ago

Thanks for letting me know. Have a look in packages.config and make sure that the version is not 22.0.0 anymore

thitu commented 5 years ago

Closing this. After some more digging, the release resolved my issue. Thank you.