Skip to content

Releases: microsoft/vs-solutionpersistence

v1.0.52

Choose a tag to compare

@richardstanton richardstanton released this 04 Mar 20:26
19c3ca7

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

Choose a tag to compare

@richardstanton richardstanton released this 20 Dec 22:06
0b6f82a

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

Choose a tag to compare

@richardstanton richardstanton released this 25 Nov 23:37
87ee8ea

Changes:

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

This list of changes was auto generated.

v1.0.24

Choose a tag to compare

@richardstanton richardstanton released this 25 Nov 22:25
47f9b31

Changes:

  • #80: SolutionModel: Fix typo in error

This list of changes was auto generated.

v1.0.23

Choose a tag to compare

@richardstanton richardstanton released this 20 Nov 05:23
eb339e2

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

Choose a tag to compare

@richardstanton richardstanton released this 14 Oct 21:49
3489af8

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

Choose a tag to compare

@richardstanton richardstanton released this 14 Oct 21:06
d697e40

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