Releases: microsoft/slngen
Releases · microsoft/slngen
3.0.32
What's New
- Add --nowarn argument to suppress warnings (#100)
- Add Configuration and Platform command-line arguments (#103)
3.0.28
What's New
- Send raw telemetry through logger pipeline (#96)
- Fix NullReferenceException in global property parsing (#96)
- Enable SourceLink (#97)
3.0.24
What's New
- Support for /? and --nologo (#93)
- Fix logging when running as a task (#94)
3.0.18
What's New
This is the initial release of version 3.0 which implements the usage of the new MSBuild Static Graph API for parsing projects. It also drops support for MSBuild 14.0 and below as MSBuild 15.0 and above is now required.
We also introduced a .NET Core tool, which you can install by running:
dotnet tool install --global microsoft.visualstudio.slngen.tool
2.2.29
What's New
- Change ProjectConfigurationPlatforms to be postSolution (#73)
Thanks @johnthcall !
2.2.28
What's New
- Fixed parent linking and root parent linking (#72)
Thanks @efoleymsft !
2.2.27
What's New
- Don't include Win32 as a platform (#70)
2.2.26
What's New
- Add all values for Platform to the solution (#69)
2.2.24
What's New
- SlnHierarchy: Properly handle directory separator. (#65)
Thanks @afabre!