Skip to content

Releases: jeffkl/MSBuildProjectCreator

6.0.6

27 Aug 20:31
47cb8d3

Choose a tag to compare

What's Changed

  • Fix TryBuild when specifying global properties and target outputs by @jeffkl in #119

Full Changelog: v6.0.5...v6.0.6

6.0.5

27 Aug 17:59
ba6dc76

Choose a tag to compare

What's Changed

  • Fix library generation if class name contains a period by @jeffkl in #118

Full Changelog: v6.0.4...v6.0.5

6.0.4

27 Aug 16:55
d6a898c

Choose a tag to compare

What's Changed

Full Changelog: v6.0.2...v6.0.4

6.0.2

27 Aug 15:17
22025f6

Choose a tag to compare

What's Changed

  • Adopt SourceLink for symbols and push a .snupkg by @jeffkl in #115

Full Changelog: v6.0.1...v6.0.2

6.0.1

27 Aug 04:07
6e1b454

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

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

Choose a tag to compare

What's New

  • Fix assembly binding (#97)

4.0.1

16 Jun 22:17
5494c83

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

Choose a tag to compare

What's New

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

3.0.3

16 Apr 17:59
e656eac

Choose a tag to compare

What's New

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