Skip to content

Releases: microsoft/slngen

3.0.37

27 Feb 19:21
200abaf
Compare
Choose a tag to compare

What's New

  • Only show Platform conditioned values for legacy projects (#110)

3.0.36

26 Feb 16:16
d191fb3
Compare
Choose a tag to compare

What's New

  • Add support for .scopeproj (#109)

3.0.35

25 Feb 23:03
d7c2101
Compare
Choose a tag to compare

What's New

  • Fix how values for Configuration and Platform are parsed from the command-line arguments (#106)

3.0.33

25 Feb 05:32
60b4aec
Compare
Choose a tag to compare

What's New

  • Update existing solution but re-use solution GUID and project GUID (#105)

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 !