Jacob Lalonde
Jacob Lalonde
@HeartofTheForce any reason you deleted your PR @nblumhardt I'm looking into this btw.
@bk2204 unless I'm an idiot, and reading this wrong couldn't we use [this post hook](https://git-scm.com/docs/githooks#post-receive) to handle this automated unlocking of files when pushed to a remote?
@damieng would you mind if I switched everything over to standard 2.0 at this point? Is there any peer dependencies that I don't see that require 4.5?
@damieng so far things are going good. The issues I'm encountering are around the new ElasticSearch.Net packages as many of the accessory methods are gone now (Create in ElasticSearchResponse is...
2.3.1's dependencies  makes me believe so. The big issue is `IElasticClient` no longer exists, as we have the low level client and then the nest client. (Also why did...