Skip to content

Releases: microsoft/slngen

2.2.22

13 Jun 20:47
6c61e8c
Compare
Choose a tag to compare

Testing release automation

2.2.9

31 May 16:15
8f0ebac
Compare
Choose a tag to compare

What's New

  • Fix InvalidOperationException when generating a solution for a single project. (#57)

2.2.6

23 May 17:07
56de9d5
Compare
Choose a tag to compare

What's New

  • Add property indicating if a project can be deployed by Visual Studio (#55)

2.2.2

10 Apr 02:02
54c7b2e
Compare
Choose a tag to compare

What's New

  • Change version to 2.2
  • Refactor how hierarchy is created (#51)
  • Fix support for cross targeting projects (#52)

2.1.7

05 Apr 17:13
3c4c25b
Compare
Choose a tag to compare

What's New

  • Remove framework assembly references (#49)

2.1.5

03 Oct 15:10
681d6d2
Compare
Choose a tag to compare

What's New

  • Create parent directory before saving solution file (#45)

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)