A long overdue release of many bug fixes and refactorings.
Pytocs now supports emitting more modern C# syntax like:
- local functions
- value tuples
- tuple decomposition
The project was moved to .NET 6.0
Pytocs no longer supports Python 2 syntax, and supports (approximately) Python 3.7 - 3.8 constructs.
Thanks to @SpocWeb for their contributions!