Releases: microsoft/vs-solutionpersistence
Releases · microsoft/vs-solutionpersistence
v1.0.28
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
Changes:
- #81: Change RemoveFolder behavior to recursively remove child items.
This list of changes was auto generated.
v1.0.24
v1.0.23
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
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
Initial release of vs-solutionpersistence. Contains shared serializers and models for Visual Studio solution files. Handles traditional .sln file and new .slnx file.