Skip to content

Releases: microsoft/MSBuildLocator

v1.7.8

14 Mar 13:09
6daa2be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.8

v1.7.1

12 Feb 18:27
922d78d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.10...v1.7.1

MSBuildLocator 1.6.10

08 Sep 17:27
e0281df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.6...v1.6.10

MSBuildLocator 1.2.6

28 Aug 15:37
Compare
Choose a tag to compare
Reference MicroBuild.Core unconditionally

The conditional reference caused this package to not apply to the .NET Core build, meaning that the NuGet package was only partially signed, not including the netcoreapp2.0 one.

Fixes #71.

Co-authored-by: Ben Villalobos <bevillal@microsoft.com>

1.0.18

29 May 22:27
415a605
Compare
Choose a tag to compare

Minor update to the stable release of Microsoft.Build.Locator. It is available on nuget.org.

Bug Fixes since 1.0.13:

Other improvements:

  • Register MSBuild from path (#35)
  • Report better version for VS preview consoles (#32)

1.0.13

06 Apr 20:11
Compare
Choose a tag to compare

This is the first stable release of Microsoft.Build.Locator. It is available on nuget.org.

Bug Fixes since 1.0.7-preview:

  • Be more tolerant of errors in Visual Studio installation (#19). Thanks, @vicancy!
  • Only redirect loads of assemblies that match MSBuild's PublicKeyToken as well as assembly names (#24).

Other improvements:

  • Better documentation for the example project (#15). Thanks, @nopppers!

v1.0.7-preview

22 Feb 18:14
e60d679
Compare
Choose a tag to compare
v1.0.7-preview Pre-release
Pre-release

Bug Fixes:

  • Suggest referencing Microsoft.Build packages from NuGet using the correct NuGet metadata #13

Feature additions:

  • Proactively error if MSBuild is already loaded when registering an instance #14