Releases: microsoft/vs-solutionpersistence
Releases · microsoft/vs-solutionpersistence
v1.0.52
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.
- Handle spaces in GlobalSection definition. by @Erarndt in #97
- Improve error message when duplicate project name is detected. by @richardstanton in #99
- Preserve legacy behavior when loading sln with duplicate project ids. by @richardstanton in #101
- Don't report error reading invalid project type guid in .sln files. by @richardstanton in #104
- Support for project types with no platforms. by @richardstanton in #105
New Contributors
Full Changelog: v1.0.28...v1.0.52
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.