Releases: microsoft/slngen
Releases · microsoft/slngen
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)
2.0.29
What's New
- Fix solutions with oddly formated project guids (#20)
Thanks @kingerja!
2.0.27
What's New
- Use property values along with ConditionedProperties to determine the configurations/platforms to use (#18)
2.0.26
What's New
- Respect user specified platform and configuration (#17)
2.0.24
What's New
- Fix NullReferenceException in SlnProject (#15)
- Add F# to the list of known project type GUIDs (#16)
- Add support for Solution Items (#10)
2.0.20
What's New
- Get correct casing for project paths (#9)