Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@wgnf wgnf released this 01 Oct 19:12
· 14 commits to main since this release

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