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

Releases: winscripter/Slnx

v3.0.1

13 Oct 09:09
69cd4e6
Compare
Choose a tag to compare

Removed internal unused class named TextBuilderInternal

v3.0.0

11 Oct 14:24
7463a60
Compare
Choose a tag to compare
  1. Added support for asynchronous conversion of SlnxModel to string
  2. Improved read performance
  3. Support for parsing <Properties> and <Property> elements
  4. Documentation was updated

v2.0.1

05 Aug 11:53
c259ac2
Compare
Choose a tag to compare
  1. Changed configuration from Debug to Release for performance reasons
  2. The ProjectType enum underlying type is now int instead of byte

v2.0

23 Jun 10:27
63d5aa4
Compare
Choose a tag to compare
  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

v1.0

23 Jun 10:22
c83e9c5
Compare
Choose a tag to compare

This is the first version of Slnx.