Skip to content

Tags: microsoft/MSBuildLocator

Tags

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version from 1.10 to 1.11 (#362)

v1.10.12

Toggle v1.10.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #357 from microsoft/main

Changes for the 1.10 release series.

v1.10.2

Toggle v1.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update MicroBuildSigningPlugin version and parameters (#345)

* Update MicroBuildSigningPlugin version and parameters

* Update MicroBuild plugin configuration in pipeline

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Microsoft.Build.Locator.csproj to target .net 8 (#330)

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Return SDKs from all dotnet location (#329)

* Return SDKs from all dotnet location

* Preserve ordering of returned SDKs across dotnet instances.

* Yield return all the available SDKs

* Add query option to search all dotnet locations

* Fix up comment wording

Co-authored-by: Rainer Sigwald <raines@microsoft.com>

* Use TryAdd

* bump the version to 1.8

---------

Co-authored-by: Rainer Sigwald <raines@microsoft.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>

v1.7.8

Toggle v1.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update the place for AllowQueryAllRuntimeVersions (#281)

* update the plae for AllowQueryAllRuntimeVersions and bump Microsoft.VisualStudio.Setup.Configuration.Interop version

* undo version updates

* fix review comments

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update condition for max version limitation & add package tags (#265)

v1.6.10

Toggle v1.6.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release DOTNET_ROOT handling changes and packages warning presence co…

…ndition

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version.json to 1.6 (#239)

v1.2.6

Toggle v1.2.6's commit message
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>