Skip to content

Releases: microsoft/slngen

2.1.3

24 Sep 21:48
1e647ce
Compare
Choose a tag to compare

What's New

  • Fix issue with NuGet package not containg .targets files (#42)

2.1.2

28 Aug 18:03
Compare
Choose a tag to compare

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

31 Jul 18:11
896ad89
Compare
Choose a tag to compare

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

04 May 18:51
3126c4a
Compare
Choose a tag to compare

What's New

  • Catch InvalidProjectFileException and log more info (#23)

2.0.29

04 May 16:00
Compare
Choose a tag to compare

What's New

  • Fix solutions with oddly formated project guids (#20)
    Thanks @kingerja!

2.0.27

26 Feb 23:01
43364a2
Compare
Choose a tag to compare
2.0.27 Pre-release
Pre-release

What's New

  • Use property values along with ConditionedProperties to determine the configurations/platforms to use (#18)

2.0.26

16 Feb 19:16
a8c080c
Compare
Choose a tag to compare
2.0.26 Pre-release
Pre-release

What's New

  • Respect user specified platform and configuration (#17)

2.0.24

07 Feb 14:54
8a052ed
Compare
Choose a tag to compare
2.0.24 Pre-release
Pre-release

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

19 Dec 17:37
a4b150a
Compare
Choose a tag to compare
2.0.20 Pre-release
Pre-release

What's New

  • Get correct casing for project paths (#9)