This repository was archived by the owner on Feb 8, 2025. It is now read-only.
v2.0
-
Every property from the following types are no longer init-only and now have the 'set' accessor:
DescendantConfiguration
Folder
Project
SlnxModel
... except SlnxFactory -
From the SlnxFactory class, Fields named 'Folders' and 'Projects' are now init-only properties
-
These types are now classes instead of structs:
DescendantConfiguration
Folder
Project
SlnxFactory
SlnxModel -
Folder and Project now introduce more constructors, and also methods inspired by the Fluent interface (Method chaining)
-
SlnxModel now has another Store method that takes an optional XmlWriterSettings and returns a string representing the SLNX content directly.
-
XML Documentation was updated