Releases: microsoft/MSBuildLocator
Releases · microsoft/MSBuildLocator
v1.9.1
What's Changed
- Update Microsoft.Build.Locator.csproj to target .net 8 by @JanProvaznik in #330
New Contributors
- @JanProvaznik made their first contribution in #330
Full Changelog: v1.8.1...v1.9.1
v1.8.1
What's Changed
- Limit CI build triggers by @rainersigwald in #285
- Build with .NET SDK 8 in PR builds by @rainersigwald in #286
- Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 by @dependabot in #289
- Bump xunit from 2.7.0 to 2.7.1 by @dependabot in #290
- Bump xunit from 2.7.1 to 2.8.0 by @dependabot in #293
- Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 by @dependabot in #292
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #295
- Bump Microsoft.VisualStudio.Setup.Configuration.Interop from 3.9.2164 to 3.10.2154 by @dependabot in #294
- Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 by @dependabot in #296
- Bump xunit from 2.8.0 to 2.8.1 by @dependabot in #297
- Bump Nerdbank.GitVersioning from 3.6.133 to 3.6.139 by @dependabot in #298
- Bump xunit from 2.8.1 to 2.9.0 by @dependabot in #301
- Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 by @dependabot in #300
- Bump Nerdbank.GitVersioning from 3.6.139 to 3.6.141 by @dependabot in #305
- Bump Microsoft.VisualStudio.Setup.Configuration.Interop from 3.10.2154 to 3.11.2177 by @dependabot in #306
- Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 by @dependabot in #307
- Bump Nerdbank.GitVersioning from 3.6.141 to 3.6.143 by @dependabot in #308
- Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 by @dependabot in #309
- enable tsa and policheck + update upload-artifact version by @YuliiaKovalova in #311
- Add tsaoptions file by @YuliiaKovalova in #312
- Bump xunit from 2.9.0 to 2.9.1 by @dependabot in #310
- Bump xunit from 2.9.1 to 2.9.2 by @dependabot in #313
- Bump Nerdbank.GitVersioning from 3.6.143 to 3.6.146 by @dependabot in #314
- Bump Microsoft.VisualStudio.Setup.Configuration.Interop from 3.11.2177 to 3.12.2149 by @dependabot in #316
- Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 by @dependabot in #317
- Bump Nerdbank.GitVersioning from 3.6.146 to 3.7.112 by @dependabot in #319
- Update NuGet package icon. by @teo-tsirpanis in #318
- Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 by @dependabot in #321
- Bump xunit from 2.9.2 to 2.9.3 by @dependabot in #323
- Bump xunit.runner.visualstudio from 3.0.0 to 3.0.1 by @dependabot in #324
- Bump Shouldly from 4.2.1 to 4.3.0 by @dependabot in #326
- Bump Nerdbank.GitVersioning from 3.7.112 to 3.7.115 by @dependabot in #325
- Update tsa config by @AR-May in #327
- Fix area path in tsa config by @AR-May in #328
- Return SDKs from all dotnet location by @JoeRobich in #329
New Contributors
- @teo-tsirpanis made their first contribution in #318
- @AR-May made their first contribution in #327
Full Changelog: v1.7.8...v1.8.1
v1.7.8
What's Changed
- Onboarding MicroBuild by @MichalPavlik in #280
- Add ApplyDotNetSdkEnvironmentVariables for custom MSBuild path(s) by @YuliiaKovalova in #283
- Update the place for AllowQueryAllRuntimeVersions by @YuliiaKovalova in #281
- Port the changes from main - ApplyDotNetSdkEnvironmentVariables, AllowQueryAllRuntimeVersions by @YuliiaKovalova in #284
Full Changelog: v1.7.1...v1.7.8
v1.7.1
What's Changed
- Update MSBuildLocator.cs by @chrisdaiii in #270
- Update condition for max version limitation & add package tags by @YuliiaKovalova in #265
New Contributors
- @chrisdaiii made their first contribution in #270
Full Changelog: v1.6.10...v1.7.1
MSBuildLocator 1.6.10
What's Changed
- Enable .NET SDK package validation by @rainersigwald in #240
- Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 by @dependabot in #241
- update warning presence in Microsoft.Build.Locator.targets by @YuliiaKovalova in #233
- add probing of all available path candidates + return missed DOTNET_HOST_PATH set change by @YuliiaKovalova in #243
- Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 by @dependabot in #245
- Bump xunit from 2.5.0 to 2.5.1 by @dependabot in #246
- Release DOTNET_ROOT handling changes and packages warning presence condition by @YuliiaKovalova in #247
Full Changelog: v1.2.6...v1.6.10
MSBuildLocator 1.2.6
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
Minor update to the stable release of Microsoft.Build.Locator. It is available on nuget.org.
Bug Fixes since 1.0.13:
- Fix potential null-reference if "VSCMD_VER" is not set (#34). Thanks @DustinCampbell!
Other improvements:
1.0.13
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).