Releases: microsoft/slngen
Releases · microsoft/slngen
3.0.37
What's New
- Only show Platform conditioned values for legacy projects (#110)
3.0.36
What's New
- Add support for .scopeproj (#109)
3.0.35
What's New
- Fix how values for Configuration and Platform are parsed from the command-line arguments (#106)
3.0.33
What's New
- Update existing solution but re-use solution GUID and project GUID (#105)
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 !