Skip to content

Releases: microsoft/slngen

6.3.0

07 Oct 20:57
59563ea
Compare
Choose a tag to compare

What's Changed

  • Be more strict about locating MSBuild.exe by @jeffkl in #279

Full Changelog: v6.2.1...v6.3.0

6.2.1

21 Sep 21:19
2b6a970
Compare
Choose a tag to compare

What's Changed

  • Always use backslash when writing solution files by @jeffkl in #268

Full Changelog: v6.1.10...v6.2.1

6.1.10

02 Sep 15:37
4b8a000
Compare
Choose a tag to compare

What's Changed

  • Use same ordering for platform/configuration as projects. by @jeffkl in #265

Full Changelog: v6.1.7...v6.1.10

6.1.7

30 Aug 17:33
dbfd779
Compare
Choose a tag to compare

What's New

  • Fix references to net46 instead of net461 (#262)

6.1.0

11 Aug 19:58
5a7ca1d
Compare
Choose a tag to compare

What's New

  • Preserve folder GUIDs in existing solutions (#248)

6.0.9

05 Aug 23:01
3a726ba
Compare
Choose a tag to compare

What's New

  • Fix assembly binding to Newtonsoft.Json (#247)

6.0.8

04 Aug 20:35
288a9a8
Compare
Choose a tag to compare

What's New

  • Remove unneeded PackageReferences (#240)
    Thanks @ViktorHofer!
  • Support for .wapproj projects (#246)
  • Prototype Visual Studio extension (#237)

6.0.1

26 Jul 17:42
72c20cc
Compare
Choose a tag to compare

What's New

  • Change .NET global tool to be just a shim that runs appropriate version of SlnGen (#231)
    SlnGen now ships multiple runtimes and the appropriate one is found depending on what version of MSBuild you're targeting.

5.3.10

21 Jun 16:27
06b64cb
Compare
Choose a tag to compare

What's New

5.3.0

27 May 19:32
0bac489
Compare
Choose a tag to compare

What's New

  • Allow project Configuration to map to first solution Configuration (#212)