This fixes some things that annoyed me.
💥 BREAKING CHANGES
- #14 The
SolutionParser.Parse()
and SolutionParser.TryParse()
now return ISolution
instead of Solution
, so that one can mock the result in a test-scenario
- #11 Renamed
ProjectType.CSharpClassLibrary
to ProjectType.CSharp