bruno-garcia / log4net.ElasticSearch

log4net appender to ElasticSearch
https://bruno-garcia.github.io/log4net.ElasticSearch/
Other
219 stars 92 forks source link

No new Release? #129

Open KamranShahid opened 3 years ago

KamranShahid commented 3 years ago

Just checking the repository and it seems there isn't much activity recently. What's the plan with latest release. log4net itself have released 2.0.12 release but this repository is referencing 2.0.8.

I myself have copied code and updated the things with log4net and removed support of .net framework 4.0/4.5 and let it work for .net standard 2.0 only Only thing i am stucked is the usage of netwtonsoft. trying to let smae thing work with System.Text.Json but CustomDataContractResolver is getting stucked

bruno-garcia commented 3 years ago

There are no changes to release at this point.

You're free to pin the version to log4net in the latest version on your own project. Bumping it here will create friction to users who can't upgrade yet.

What do you find yourself copying that's related to this library? I don't follow.