Skip to content

Releases: microsoft/vs-solutionpersistence

v1.0.52

04 Mar 20:26
19c3ca7
Compare
Choose a tag to compare

What's Changed

This update is mostly focused on updating behavior of the sln file reader to match behavior of legacy parsers in cases where the sln file has inconsistent content.

New Contributors

Full Changelog: v1.0.28...v1.0.52

v1.0.28

20 Dec 22:06
0b6f82a
Compare
Choose a tag to compare

Changes:

  • #83: Solution folders with duplicate ids should not error when reading sln files to preserve legacy behavior.

What's Changed

  • Solution folders with duplicate ids should not error when reading sln… by @richardstanton in #83

Full Changelog: v1.0.26...v1.0.28

v1.0.26

25 Nov 23:37
87ee8ea
Compare
Choose a tag to compare

Changes:

  • #81: Change RemoveFolder behavior to recursively remove child items.

This list of changes was auto generated.

v1.0.24

25 Nov 22:25
47f9b31
Compare
Choose a tag to compare

Changes:

  • #80: SolutionModel: Fix typo in error

This list of changes was auto generated.

v1.0.23

20 Nov 05:23
eb339e2
Compare
Choose a tag to compare

What's Changed

  • Fix handling of nested solution folders with same name. by @richardstanton in #75
  • Add SolutionArgumentException with error types by @edvilme in #74
  • SolutionArgumentExceptions, SolutionException: Suppress warnings by @edvilme in #76
  • Update Invalid Name Characters by @chzuluag in #77
  • Move distill rules from reader to writer. by @richardstanton in #78

New Contributors

Full Changelog: v1.0.9...v1.0.23

v1.0.9

14 Oct 21:49
3489af8
Compare
Choose a tag to compare

Initial published release of vs-solutionpersistence. Contains shared serializers and models for Visual Studio solution files. Handles traditional .sln file and new .slnx file.

Changes:

  • #66: Set project URL.

This list of changes was auto generated.

v1.0.8

14 Oct 21:06
d697e40
Compare
Choose a tag to compare

Initial release of vs-solutionpersistence. Contains shared serializers and models for Visual Studio solution files. Handles traditional .sln file and new .slnx file.