This repository was archived by the owner on Feb 8, 2025. It is now read-only.
Releases: winscripter/Slnx
Releases · winscripter/Slnx
v3.0.1
v3.0.0
- Added support for asynchronous conversion of
SlnxModel
to string - Improved read performance
- Support for parsing <Properties> and <Property> elements
- Documentation was updated
v2.0.1
- Changed configuration from Debug to Release for performance reasons
- The ProjectType enum underlying type is now
int
instead ofbyte
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
v1.0
This is the first version of Slnx.