gsscoder/commandline

Migrating from 2.3.0 to 2.4.3

ajtruckle opened this issue · 3 comments

Are there any code breaking changes for migrating from 2.3.0 to 2.4.3?

Thanks.

Andrew

I'm pretty sure there's not. There's a couple of PRs that would create breaking changes but those have been put on hold.

Any real breaking changes (that we can honestly detect) would be in a v3.0 release.

There is a breaking change, because it requires netstandard2.0, so this breaks compatibility with .NET Framework <4.6.1. See also #509.

Thanks @ramondeklein . Fortunately I default to 4.6.2.

Andrew