Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

v2.0

Compare
Choose a tag to compare
@winscripter winscripter released this 23 Jun 10:27
· 40 commits to main since this release
63d5aa4
  1. Every property from the following types are no longer init-only and now have the 'set' accessor:
    DescendantConfiguration
    Folder
    Project
    SlnxModel
    ... except SlnxFactory

  2. From the SlnxFactory class, Fields named 'Folders' and 'Projects' are now init-only properties

  3. These types are now classes instead of structs:
    DescendantConfiguration
    Folder
    Project
    SlnxFactory
    SlnxModel

  4. Folder and Project now introduce more constructors, and also methods inspired by the Fluent interface (Method chaining)

  5. SlnxModel now has another Store method that takes an optional XmlWriterSettings and returns a string representing the SLNX content directly.

  6. XML Documentation was updated