Releases: jeffkl/MSBuildProjectCreator
Releases · jeffkl/MSBuildProjectCreator
6.0.1
What's New
- Add ability to create a NuGet package feed by @jeffkl in #114
- Add support for .NET 6 by @jeffkl in #100
What's Changed
- Bump NuGetPackageVersion from 5.10.0 to 5.11.0 by @dependabot in #112
- Bump MicrosoftBuildPackageVersion from 16.10.0 to 16.11.0 by @dependabot in #113
- Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 by @dependabot in #105
Full Changelog: v5.0.0...v6.0.1
5.0.0
What's Changed
- Set TargetFramework property when TargetFrameworks contains a single value by @jeffkl in #106
- Cache assembly loads by @jeffkl in #107
- Rename projects to align with assembly names by @jeffkl in #108
- Build out-of-process by @jeffkl in #111
Breaking Changes
- Build out-of-process (#111)
Builds are now executed out of process and so projects must be saved before building.
Full Changelog: v4.0.4...v5.0.0