Releases: microsoft/slngen
Releases · microsoft/slngen
6.0.9
What's New
- Fix assembly binding to Newtonsoft.Json (#247)
6.0.8
What's New
- Remove unneeded PackageReferences (#240)
Thanks @ViktorHofer!
- Support for .wapproj projects (#246)
- Prototype Visual Studio extension (#237)
6.0.1
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.0
What's New
- Allow project Configuration to map to first solution Configuration (#212)
5.2.0
What's New
- Allow specifying a project directory instead of a project file (#209)
Thanks @dfederm!
5.1.2
What's New
- Fix runtime issue loading System.Configuration.ConfigurationManager (#208)
5.1.0
What's New
- Add support for file system globbing of project paths. (#205)
Thanks @geeknoid!
- Target .NET Framework v4.6.1 so that globbing library can be used (#206)
5.0.5
What's New
- Support for running cross-platform (#198)