Start maintenance: - [x] support netstandard2.0 and net40. - [x] nuget https://www.nuget.org/packages/ini-parser-new -> [2.6.2](https://www.nuget.org/packages/ini-parser-new/2.6.2) - [x] issue templates - [ ] start documentation For those who were using [ini-parser 2.5.2](https://www.nuget.org/packages/ini-parser/2.5.2), this release adds support for `net40` and `netstandard2.0` with (almost) no API change. --- Feel free to post (again) your PR and issues. Extra contributors for this project would be welcome. I know there are other nugets but these have no maintainer name or public github. --- I have some questions for the future of this project. Input is welcome. - assembly name and code namespace - should I rename in order to allow the old and new project to live together? - or not rename for a smooth transition from the unmaintained project? - namespaces - I feel there are too many namespaces in sources, don't you? - what to do with [upstream pending changes](https://github.com/sandrock/ini-parser-dotnet/labels/from%20upstream)? #2
Start maintenance:
For those who were using ini-parser 2.5.2, this release adds support for
net40andnetstandard2.0with (almost) no API change.Feel free to post (again) your PR and issues. Extra contributors for this project would be welcome.
I know there are other nugets but these have no maintainer name or public github.
I have some questions for the future of this project. Input is welcome.