Skip to content

Releases: microsoft/slngen

3.0.32

24 Feb 18:33
9911361
Compare
Choose a tag to compare

What's New

  • Add --nowarn argument to suppress warnings (#100)
  • Add Configuration and Platform command-line arguments (#103)

3.0.28

20 Feb 21:17
b6350bd
Compare
Choose a tag to compare

What's New

  • Send raw telemetry through logger pipeline (#96)
  • Fix NullReferenceException in global property parsing (#96)
  • Enable SourceLink (#97)

3.0.24

18 Feb 20:46
7dd6bff
Compare
Choose a tag to compare

What's New

  • Support for /? and --nologo (#93)
  • Fix logging when running as a task (#94)

3.0.18

14 Feb 19:08
73758d5
Compare
Choose a tag to compare

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.30

15 Nov 17:34
Compare
Choose a tag to compare

What's New

  • Add well known project type guid for sfproj (#74)
    Thanks @johnthcall!

2.2.29

05 Nov 03:27
Compare
Choose a tag to compare

What's New

  • Change ProjectConfigurationPlatforms to be postSolution (#73)
    Thanks @johnthcall !

2.2.28

31 Oct 04:11
Compare
Choose a tag to compare

What's New

  • Fixed parent linking and root parent linking (#72)
    Thanks @efoleymsft !

2.2.27

29 Oct 21:24
5f27c0f
Compare
Choose a tag to compare

What's New

  • Don't include Win32 as a platform (#70)

2.2.26

24 Oct 16:09
4611298
Compare
Choose a tag to compare

What's New

  • Add all values for Platform to the solution (#69)

2.2.24

08 Jul 01:05
Compare
Choose a tag to compare

What's New

  • SlnHierarchy: Properly handle directory separator. (#65)
    Thanks @afabre!