Skip to content

Releases: jeffkl/MSBuildProjectCreator

6.0.1

27 Aug 04:07
6e1b454
Compare
Choose a tag to compare

What's New

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

24 Aug 21:04
406e63d
Compare
Choose a tag to compare

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

4.0.4

14 Jul 22:38
bc23f26
Compare
Choose a tag to compare

What's New

  • Fix assembly binding (#97)

4.0.1

16 Jun 22:17
5494c83
Compare
Choose a tag to compare

What's New

  • Drop support for .NETCoreApp, only support .NET Framework v4.7.2 and .NET 5.0
  • MSBuild 16.10

3.0.5

16 Apr 20:54
8b2feaa
Compare
Choose a tag to compare

What's New

  • Target net472, netcoreapp2.1, and net5.0 (#81)

3.0.3

16 Apr 17:59
e656eac
Compare
Choose a tag to compare

What's New

  • Drop support for older frameworks (#77)
  • Fix package repository logic (#80)

2.1.1

04 Mar 18:29
315857e
Compare
Choose a tag to compare

What's New

  • Add functionality to build with global properties (#59)

2.0.1

11 Dec 23:07
0ff2619
Compare
Choose a tag to compare

What's New

  • Support .NET 5 (#58)

1.4.6

12 Aug 18:25
9ccf910
Compare
Choose a tag to compare

What's New

  • Add FileCustom method to add custom files to package repositories (#56)

1.4.5

04 Aug 18:49
85ac0de
Compare
Choose a tag to compare

What's New

  • Use same build session for restore and build (#54)