Skip to content

Releases: jeffkl/MSBuildProjectCreator

v1.2.10

23 Mar 22:31
a749872

Choose a tag to compare

What's New

  • Get MSBuild path from VS Setup API (#25)

v1.2.8

14 Dec 15:43
cd7319a

Choose a tag to compare

What's New

  • Support for Visual Studio 2019 / MSBuild 16.0 (#23)

v1.2.5

11 Jun 21:53
6f4e2b6

Choose a tag to compare

What's New

  • Minor update to MSBuildAssemblyResolver (#21)
  • Add TryGetProject to get a project with special evaluation context (#21)
  • Add support for Choose, When, and Otherwise (#21)
  • Add Sdk to add an SDK reference (#21)

v.1.2.3

08 Jun 16:12
d732d86

Choose a tag to compare

What's New

  • Fix issue with MSBuildAssemblyResolver (#19)

v1.2.2

08 Jun 00:28
ebb32d9

Choose a tag to compare

What's New

  • Add BuildEngine implementation (#18)

v1.2.1

07 Jun 21:12
88ec2c2

Choose a tag to compare

What's New

  • Add AssemblyResolve logic and MSBuildTestBase class (#17)

Apps will now be responsible for locating MSBuild assemblies.

v1.1.6

04 Jun 20:35
f898b9a

Choose a tag to compare

What's New

  • Fix package dependencies via custom .nuspec (#15)

v1.1.4

23 May 19:57

Choose a tag to compare

What's New

  • Use lock on BuildManager for TryBuild(), add TryGetPropertyValue(), and add TryGetItems() (#14)

Breaking Changes

There were breaking changes in v1.1.1 if you're coming from 1.0.

v1.1.1

22 May 22:33
67401f4

Choose a tag to compare

What's New

  • Improve BuildOutput to get message event Message as a list of strings (#11)

Breaking Changes

  • BuildOutput.Messages is now a list of message strings and MessageEvents contains the events.
  • BuildOutput.Messages now has High, Normal, and Low` properties to get the filtered messages.
  • To get the message events, use BuildOuput.MessageEvents
  • BuildOutput.Errors is now a list of message strings from the error events.
  • To get the error events, use BuildOutput.ErrorEvents
  • BuildOutput.Warnings is now a list of message strings from the warning events
  • To get the warning events, use BuildOutput.WarningEvents

v1.0.11

22 May 17:45
ca9e394

Choose a tag to compare

What's New

  • Skip adding metadata if value is null (#9)