Releases: microsoft/slngen
Releases · microsoft/slngen
2.2.22
Testing release automation
2.2.9
What's New
- Fix InvalidOperationException when generating a solution for a single project. (#57)
2.2.6
What's New
- Add property indicating if a project can be deployed by Visual Studio (#55)
2.2.2
What's New
- Change version to 2.2
- Refactor how hierarchy is created (#51)
- Fix support for cross targeting projects (#52)
2.1.7
What's New
- Remove framework assembly references (#49)
2.1.5
What's New
- Create parent directory before saving solution file (#45)
2.1.3
What's New
- Fix issue with NuGet package not containg .targets files (#42)
2.1.2
What's New
- Added option for flat hierarchy. (#40)
Set SlnGenFolders
to false
to disable folder generation in the Solution
Thanks @jp2masa!
2.0.40
What's New
- Add new project type GUIDs for .NET SDK projects (#32)
- Improve MSBuildProjectLoader (#33)
- Support for multi-targeting projects (#35)
v2.0.34
What's New
- Catch InvalidProjectFileException and log more info (#23)