Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the other group across 1 directory with 13 updates #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 21, 2025

Bumps the other group with 13 updates in the / directory:

Package From To
Fake.Api.GitHub 6.0.0 6.1.3
FSharp.Core 8.0.403 8.0.301
Fake.Core.Process 6.0.0 6.1.3
Fake.IO.FileSystem 6.0.0 6.1.3
FSharp.Core 8.0.403 8.0.301
Fake.Core.ReleaseNotes 6.0.0 6.1.3
FSharp.Core 8.0.403 8.0.301
Fake.Core.Process 6.0.0 6.1.3
Fake.Core.Target 6.0.0 6.1.3
Fake.IO.FileSystem 6.0.0 6.1.3
FSharp.Core 8.0.403 8.0.301
Fake.Core.Process 6.0.0 6.1.3
Fake.DotNet.Cli 6.0.0 6.1.3
Fake.DotNet.MSBuild 6.0.0 6.1.3
Fake.IO.FileSystem 6.0.0 6.1.3
FSharp.Core 8.0.403 8.0.301
Fake.Core.Process 6.0.0 6.1.3
Fake.IO.FileSystem 6.0.0 6.1.3
Fake.Tools.Git 6.0.0 6.1.3
FSharp.Core 8.0.403 8.0.301
Argu 6.2.3 6.2.5
FSharp.Core 8.0.403 6.0.0
docfx 2.70.1 2.78.3
dotnet-repl 0.1.208 0.3.230
fsdocs-tool 20.0.0-alpha-018 20.0.1

Updates Fake.Api.GitHub from 6.0.0 to 6.1.3

Release notes

Sourced from Fake.Api.GitHub's releases.

6.1.3

ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2

ENHANCEMENT: Updated runtime-identifier to more recent runtimes. LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies. ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1

BUGFIX: Assembly resolver to pick a found SDK instead of first SDK, thanks @​Thorium - fsprojects/FAKE#2797 BUGFIX: Fix issue parsing global.json when using prerelease .NET SDKs, thanks @​numpsy - fsprojects/FAKE#2803 BUGFIX: Allow RunSettingsArguments to be set, thanks @​TheAngryByrd - fsprojects/FAKE#2771

6.1.0

BUGFIX: MSBuild.build adds a bad string at the end of properties, thanks @​0x53A - fsprojects/FAKE#2738 BUGFIX: Allow setting Msbuild max cpu on Linux, thanks @​TheAngryByrd - fsprojects/FAKE#2772 ENHANCEMENT: Added shorthash to git functions, thanks @​voronoipotato - fsprojects/FAKE#2752 ENHANCEMENT: Support for /tl:[auto:on:off] msbuild flag, thanks @​smoothdeveloper - fsprojects/FAKE#2768 ENHANCEMENT: Fixes for usage in .NET 8.0 enviroment projects. ENHANCEMENT: Add Context.setExecutionContextFromCommandLineArgs, thanks @​cataggar - fsprojects/FAKE#2750

Changelog

Sourced from Fake.Api.GitHub's changelog.

6.1.3 - 2024-09-26

  • ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2 - 2024-09-24

  • ENHANCEMENT: Updated runtime-identifier to more recent runtimes.
  • LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies.
  • ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1 - 2024-08-30

6.1.0 - 2024-07-27

Commits
  • 1e9cc79 Add 6.1.3 release notes
  • 04c2b47 Yet another SdkAssemblyResolver fix (#2835)
  • e36d8be Updated 6.1.2 release notes
  • f67f06e ResolveDotNetRoots to support resoving multiple .NET version paths (#2832)
  • 4d0bf7d Some maintenance updates to help upcoming .NET 8 migration (#2826)
  • 4fe8bcf Fix a few more FS3548 warnings (#2828)
  • d4d76bc Remove Expecto.TestResults (#2831)
  • 050e199 Add Femto as an example of running FAKE with a build project (#2806)
  • 223ab63 build.fsx: Reference System.Reactive instead of System.Reactive.Compatibility...
  • 96914ba Mac CI debugging (#2827)
  • Additional commits viewable in compare view

Updates FSharp.Core from 8.0.403 to 8.0.301

Release notes

Sourced from FSharp.Core's releases.

.NET 7.0.3

Release

.NET 6.0.11

Release

.NET 6.0.6

Release

.NET 6.0.5

Release

.NET 5.0.8

Release

Commits

Updates Fake.Core.Process from 6.0.0 to 6.1.3

Release notes

Sourced from Fake.Core.Process's releases.

6.1.3

ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2

ENHANCEMENT: Updated runtime-identifier to more recent runtimes. LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies. ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1

BUGFIX: Assembly resolver to pick a found SDK instead of first SDK, thanks @​Thorium - fsprojects/FAKE#2797 BUGFIX: Fix issue parsing global.json when using prerelease .NET SDKs, thanks @​numpsy - fsprojects/FAKE#2803 BUGFIX: Allow RunSettingsArguments to be set, thanks @​TheAngryByrd - fsprojects/FAKE#2771

6.1.0

BUGFIX: MSBuild.build adds a bad string at the end of properties, thanks @​0x53A - fsprojects/FAKE#2738 BUGFIX: Allow setting Msbuild max cpu on Linux, thanks @​TheAngryByrd - fsprojects/FAKE#2772 ENHANCEMENT: Added shorthash to git functions, thanks @​voronoipotato - fsprojects/FAKE#2752 ENHANCEMENT: Support for /tl:[auto:on:off] msbuild flag, thanks @​smoothdeveloper - fsprojects/FAKE#2768 ENHANCEMENT: Fixes for usage in .NET 8.0 enviroment projects. ENHANCEMENT: Add Context.setExecutionContextFromCommandLineArgs, thanks @​cataggar - fsprojects/FAKE#2750

Changelog

Sourced from Fake.Core.Process's changelog.

6.1.3 - 2024-09-26

  • ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2 - 2024-09-24

  • ENHANCEMENT: Updated runtime-identifier to more recent runtimes.
  • LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies.
  • ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1 - 2024-08-30

6.1.0 - 2024-07-27

Commits
  • 1e9cc79 Add 6.1.3 release notes
  • 04c2b47 Yet another SdkAssemblyResolver fix (#2835)
  • e36d8be Updated 6.1.2 release notes
  • f67f06e ResolveDotNetRoots to support resoving multiple .NET version paths (#2832)
  • 4d0bf7d Some maintenance updates to help upcoming .NET 8 migration (#2826)
  • 4fe8bcf Fix a few more FS3548 warnings (#2828)
  • d4d76bc Remove Expecto.TestResults (#2831)
  • 050e199 Add Femto as an example of running FAKE with a build project (#2806)
  • 223ab63 build.fsx: Reference System.Reactive instead of System.Reactive.Compatibility...
  • 96914ba Mac CI debugging (#2827)
  • Additional commits viewable in compare view

Updates Fake.IO.FileSystem from 6.0.0 to 6.1.3

Release notes

Sourced from Fake.IO.FileSystem's releases.

6.1.3

ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2

ENHANCEMENT: Updated runtime-identifier to more recent runtimes. LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies. ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1

BUGFIX: Assembly resolver to pick a found SDK instead of first SDK, thanks @​Thorium - fsprojects/FAKE#2797 BUGFIX: Fix issue parsing global.json when using prerelease .NET SDKs, thanks @​numpsy - fsprojects/FAKE#2803 BUGFIX: Allow RunSettingsArguments to be set, thanks @​TheAngryByrd - fsprojects/FAKE#2771

6.1.0

BUGFIX: MSBuild.build adds a bad string at the end of properties, thanks @​0x53A - fsprojects/FAKE#2738 BUGFIX: Allow setting Msbuild max cpu on Linux, thanks @​TheAngryByrd - fsprojects/FAKE#2772 ENHANCEMENT: Added shorthash to git functions, thanks @​voronoipotato - fsprojects/FAKE#2752 ENHANCEMENT: Support for /tl:[auto:on:off] msbuild flag, thanks @​smoothdeveloper - fsprojects/FAKE#2768 ENHANCEMENT: Fixes for usage in .NET 8.0 enviroment projects. ENHANCEMENT: Add Context.setExecutionContextFromCommandLineArgs, thanks @​cataggar - fsprojects/FAKE#2750

Changelog

Sourced from Fake.IO.FileSystem's changelog.

6.1.3 - 2024-09-26

  • ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2 - 2024-09-24

  • ENHANCEMENT: Updated runtime-identifier to more recent runtimes.
  • LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies.
  • ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1 - 2024-08-30

6.1.0 - 2024-07-27

Commits
  • 1e9cc79 Add 6.1.3 release notes
  • 04c2b47 Yet another SdkAssemblyResolver fix (#2835)
  • e36d8be Updated 6.1.2 release notes
  • f67f06e ResolveDotNetRoots to support resoving multiple .NET version paths (#2832)
  • 4d0bf7d Some maintenance updates to help upcoming .NET 8 migration (#2826)
  • 4fe8bcf Fix a few more FS3548 warnings (#2828)
  • d4d76bc Remove Expecto.TestResults (#2831)
  • 050e199 Add Femto as an example of running FAKE with a build project (#2806)
  • 223ab63 build.fsx: Reference System.Reactive instead of System.Reactive.Compatibility...
  • 96914ba Mac CI debugging (#2827)
  • Additional commits viewable in compare view

Updates FSharp.Core from 8.0.403 to 8.0.301

Release notes

Sourced from FSharp.Core's releases.

.NET 7.0.3

Release

.NET 6.0.11

Release

.NET 6.0.6

Release

.NET 6.0.5

Release

.NET 5.0.8

Release

Commits

Updates Fake.Core.ReleaseNotes from 6.0.0 to 6.1.3

Release notes

Sourced from Fake.Core.ReleaseNotes's releases.

6.1.3

ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2

ENHANCEMENT: Updated runtime-identifier to more recent runtimes. LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies. ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1

BUGFIX: Assembly resolver to pick a found SDK instead of first SDK, thanks @​Thorium - fsprojects/FAKE#2797 BUGFIX: Fix issue parsing global.json when using prerelease .NET SDKs, thanks @​numpsy - fsprojects/FAKE#2803 BUGFIX: Allow RunSettingsArguments to be set, thanks @​TheAngryByrd - fsprojects/FAKE#2771

6.1.0

BUGFIX: MSBuild.build adds a bad string at the end of properties, thanks @​0x53A - fsprojects/FAKE#2738 BUGFIX: Allow setting Msbuild max cpu on Linux, thanks @​TheAngryByrd - fsprojects/FAKE#2772 ENHANCEMENT: Added shorthash to git functions, thanks @​voronoipotato - fsprojects/FAKE#2752 ENHANCEMENT: Support for /tl:[auto:on:off] msbuild flag, thanks @​smoothdeveloper - fsprojects/FAKE#2768 ENHANCEMENT: Fixes for usage in .NET 8.0 enviroment projects. ENHANCEMENT: Add Context.setExecutionContextFromCommandLineArgs, thanks @​cataggar - fsprojects/FAKE#2750

Changelog

Sourced from Fake.Core.ReleaseNotes's changelog.

6.1.3 - 2024-09-26

  • ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2 - 2024-09-24

  • ENHANCEMENT: Updated runtime-identifier to more recent runtimes.
  • LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies.
  • ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1 - 2024-08-30

6.1.0 - 2024-07-27

Commits
  • 1e9cc79 Add 6.1.3 release notes
  • 04c2b47 Yet another SdkAssemblyResolver fix (#2835)
  • e36d8be Updated 6.1.2 release notes
  • f67f06e ResolveDotNetRoots to support resoving multiple .NET version paths (#2832)
  • 4d0bf7d Some maintenance updates to help upcoming .NET 8 migration (#2826)
  • 4fe8bcf Fix a few more FS3548 warnings (#2828)
  • d4d76bc Remove Expecto.TestResults (#2831)
  • 050e199 Add Femto as an example of running FAKE with a build project (#2806)
  • 223ab63 build.fsx: Reference System.Reactive instead of System.Reactive.Compatibility...
  • 96914ba Mac CI debugging (#2827)
  • Additional commits viewable in compare view

Updates FSharp.Core from 8.0.403 to 8.0.301

Release notes

Sourced from FSharp.Core's releases.

.NET 7.0.3

Release

.NET 6.0.11

Release

.NET 6.0.6

Release

.NET 6.0.5

Release

.NET 5.0.8

Release

Commits

Updates Fake.Core.Process from 6.0.0 to 6.1.3

Release notes

Sourced from Fake.Core.Process's releases.

6.1.3

ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2

ENHANCEMENT: Updated runtime-identifier to more recent runtimes. LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies. ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1

BUGFIX: Assembly resolver to pick a found SDK instead of first SDK, thanks @​Thorium - fsprojects/FAKE#2797 BUGFIX: Fix issue parsing global.json when using prerelease .NET SDKs, thanks @​numpsy - fsprojects/FAKE#2803 BUGFIX: Allow RunSettingsArguments to be set, thanks @​TheAngryByrd - fsprojects/FAKE#2771

6.1.0

BUGFIX: MSBuild.build adds a bad string at the end of properties, thanks @​0x53A - fsprojects/FAKE#2738 BUGFIX: Allow setting Msbuild max cpu on Linux, thanks @​TheAngryByrd - fsprojects/FAKE#2772 ENHANCEMENT: Added shorthash to git functions, thanks @​voronoipotato - fsprojects/FAKE#2752 ENHANCEMENT: Support for /tl:[auto:on:off] msbuild flag, thanks @​smoothdeveloper - fsprojects/FAKE#2768 ENHANCEMENT: Fixes for usage in .NET 8.0 enviroment projects. ENHANCEMENT: Add Context.setExecutionContextFromCommandLineArgs, thanks @​cataggar - fsprojects/FAKE#2750

Changelog

Sourced from Fake.Core.Process's changelog.

6.1.3 - 2024-09-26

  • ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2 - 2024-09-24

  • ENHANCEMENT: Updated runtime-identifier to more recent runtimes.
  • LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies.
  • ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1 - 2024-08-30

6.1.0 - 2024-07-27

Commits
  • 1e9cc79 Add 6.1.3 release notes
  • 04c2b47 Yet another SdkAssemblyResolver fix (#2835)
  • e36d8be Updated 6.1.2 release notes
  • f67f06e ResolveDotNetRoots to support resoving multiple .NET version paths (#2832)
  • 4d0bf7d Some maintenance updates to help upcoming .NET 8 migration (#2826)
  • 4fe8bcf Fix a few more FS3548 warnings (#2828)
  • d4d76bc Remove Expecto.TestResults (#2831)
  • 050e199 Add Femto as an example of running FAKE with a build project (#2806)
  • 223ab63 build.fsx: Reference System.Reactive instead of System.Reactive.Compatibility...
  • 96914ba Mac CI debugging (#2827)
  • Additional commits viewable in compare view

Updates Fake.Core.Target from 6.0.0 to 6.1.3

Release notes

Sourced from Fake.Core.Target's releases.

6.1.3

ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2

ENHANCEMENT: Updated runtime-identifier to more recent runtimes. LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies. ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1

BUGFIX: Assembly resolver to pick a found SDK instead of first SDK, thanks @​Thorium - fsprojects/FAKE#2797 BUGFIX: Fix issue parsing global.json when using prerelease .NET SDKs, thanks @​numpsy - fsprojects/FAKE#2803 BUGFIX: Allow RunSettingsArguments to be set, thanks @​TheAngryByrd - fsprojects/FAKE#2771

6.1.0

BUGFIX: MSBuild.build adds a bad string at the end of properties, thanks @​0x53A - fsprojects/FAKE#2738 BUGFIX: Allow setting Msbuild max cpu on Linux, thanks @​TheAngryByrd - fsprojects/FAKE#2772 ENHANCEMENT: Added shorthash to git functions, thanks @​voronoipotato - fsprojects/FAKE#2752 ENHANCEMENT: Support for /tl:[auto:on:off] msbuild flag, thanks @​smoothdeveloper - fsprojects/FAKE#2768 ENHANCEMENT: Fixes for usage in .NET 8.0 enviroment projects. ENHANCEMENT: Add Context.setExecutionContextFromCommandLineArgs, thanks @​cataggar - fsprojects/FAKE#2750

Changelog

Sourced from Fake.Core.Target's changelog.

6.1.3 - 2024-09-26

  • ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2 - 2024-09-24

  • ENHANCEMENT: Updated runtime-identifier to more recent runtimes.
  • LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies.
  • ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1 - 2024-08-30

6.1.0 - 2024-07-27

Commits
  • 1e9cc79 Add 6.1.3 release notes
  • 04c2b47 Yet another SdkAssemblyResolver fix (#2835)
  • e36d8be Updated 6.1.2 release notes
  • f67f06e ResolveDotNetRoots to support resoving multiple .NET version paths (#2832)
  • 4d0bf7d Some maintenance updates to help upcoming .NET 8 migration (#2826)
  • 4fe8bcf Fix a few more FS3548 warnings (#2828)
  • d4d76bc Remove Expecto.TestResults (#2831)
  • 050e199 Add Femto as an example of running FAKE with a build project (#2806)
  • 223ab63 build.fsx: Reference System.Reactive instead of System.Reactive.Compatibility...
  • 96914ba Mac CI debugging (#2827)
  • Additional commits viewable in compare view

Updates Fake.IO.FileSystem from 6.0.0 to 6.1.3

Release notes

Sourced from Fake.IO.FileSystem's releases.

6.1.3

ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2

ENHANCEMENT: Updated runtime-identifier to more recent runtimes. LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies. ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1

BUGFIX: Assembly resolver to pick a found SDK instead of first SDK, thanks @​Thorium - fsprojects/FAKE#2797 BUGFIX: Fix issue parsing global.json when using prerelease .NET SDKs, thanks @​numpsy - fsprojects/FAKE#2803 BUGFIX: Allow RunSettingsArguments to be set, thanks @​TheAngryByrd - fsprojects/FAKE#2771

6.1.0

BUGFIX: MSBuild.build adds a bad string at the end of properties, thanks @​0x53A - fsprojects/FAKE#2738 BUGFIX: Allow setting Msbuild max cpu on Linux, thanks @​TheAngryByrd - fsprojects/FAKE#2772 ENHANCEMENT: Added shorthash to git functions, thanks @​voronoipotato - fsprojects/FAKE#2752 ENHANCEMENT: Support for /tl:[auto:on:off] msbuild flag, thanks @​smoothdeveloper - fsprojects/FAKE#2768 ENHANCEMENT: Fixes for usage in .NET 8.0 enviroment projects. ENHANCEMENT: Add Context.setExecutionContextFromCommandLineArgs, thanks @​cataggar - fsprojects/FAKE#2750

Changelog

Sourced from Fake.IO.FileSystem's changelog.

6.1.3 - 2024-09-26

  • ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2 - 2024-09-24

  • ENHANCEMENT: Updated runtime-identifier to more recent runtimes.
  • LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies.
  • ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1 - 2024-08-30

6.1.0 - 2024-07-27

Commits
  • 1e9cc79 Add 6.1.3 release notes
  • 04c2b47 Yet another SdkAssemblyResolver fix (#2835)
  • e36d8be Updated 6.1.2 release notes
  • f67f06e ResolveDotNetRoots to support resoving multiple .NET version paths (#2832)
  • 4d0bf7d Some maintenance updates to help upcoming .NET 8 migration (#2826)
  • 4fe8bcf Fix a few more FS3548 warnings (#2828)
  • d4d76bc Remove Expecto.TestResults (#2831)
  • 050e199 Add Femto as an example of running FAKE with a build project (#2806)
  • 223ab63 build.fsx: Reference System.Reactive instead of System.Reactive.Compatibility...
  • 96914ba Mac CI debugging (#2827)
  • Additional commits viewable in compare view

Updates FSharp.Core from 8.0.403 to 8.0.301

Release notes

Sourced from FSharp.Core's releases.

.NET 7.0.3

Release

.NET 6.0.11

Release

.NET 6.0.6

Release

.NET 6.0.5

Release

.NET 5.0.8

Release

Commits

Updates Fake.Core.Process from 6.0.0 to 6.1.3

Release notes

Sourced from Fake.Core.Process's releases.

6.1.3

ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2

ENHANCEMENT: Updated runtime-identifier to more recent runtimes. LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies. ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1

BUGFIX: Assembly resolver to pick a found SDK instead of first SDK, thanks @​Thorium - fsprojects/FAKE#2797 BUGFIX: Fix issue parsing global.json when using prerelease .NET SDKs, thanks @​numpsy - fsprojects/FAKE#2803 BUGFIX: Allow RunSettingsArguments to be set, thanks @​TheAngryByrd - fsprojects/FAKE#2771

6.1.0

BUGFIX: MSBuild.build adds a bad string at the end of properties, thanks @​0x53A - fsprojects/FAKE#2738 BUGFIX: Allow setting Msbuild max cpu on Linux, thanks @​TheAngryByrd - fsprojects/FAKE#2772 ENHANCEMENT: Added shorthash to git functions, thanks @​voronoipotato - fsprojects/FAKE#2752 ENHANCEMENT: Support for /tl:[auto:on:off] msbuild flag, thanks @​smoothdeveloper - fsprojects/FAKE#2768 ENHANCEMENT: Fixes for usage in .NET 8.0 enviroment projects. ENHANCEMENT: Add Context.setExecutionContextFromCommandLineArgs, thanks @​cataggar - fsprojects/FAKE#2750

Changelog

Sourced from Fake.Core.Process's changelog.

6.1.3 - 2024-09-26

  • ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.

6.1.2 - 2024-09-24

  • ENHANCEMENT: Updated runtime-identifier to more recent runtimes.
  • LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies.
  • ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.

6.1.1 - 2024-08-30

6.1.0 - 2024-07-27

Commits
  • 1e9cc79 Add 6.1.3 release notes
  • 04c2b47 Yet another SdkAssemblyResolver fix (#2835)
  • e36d8be Updated 6.1.2 release notes
  • f67f06e ResolveDotNetRoots to support resoving multiple .NET version paths (#2832)
  • 4d0bf7d Some maintenance updates to help upcoming .NET 8 migration (#2826)
  • 4fe8bcf Fix a few more FS3548 warnin...

    Description has been truncated

Bumps the other group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Fake.Api.GitHub](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [FSharp.Core](https://github.com/dotnet/fsharp) | `8.0.403` | `8.0.301` |
| [Fake.Core.Process](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [Fake.IO.FileSystem](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [FSharp.Core](https://github.com/dotnet/fsharp) | `8.0.403` | `8.0.301` |
| [Fake.Core.ReleaseNotes](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [FSharp.Core](https://github.com/dotnet/fsharp) | `8.0.403` | `8.0.301` |
| [Fake.Core.Process](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [Fake.Core.Target](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [Fake.IO.FileSystem](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [FSharp.Core](https://github.com/dotnet/fsharp) | `8.0.403` | `8.0.301` |
| [Fake.Core.Process](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [Fake.DotNet.Cli](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [Fake.DotNet.MSBuild](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [Fake.IO.FileSystem](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [FSharp.Core](https://github.com/dotnet/fsharp) | `8.0.403` | `8.0.301` |
| [Fake.Core.Process](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [Fake.IO.FileSystem](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [Fake.Tools.Git](https://github.com/fsprojects/Fake) | `6.0.0` | `6.1.3` |
| [FSharp.Core](https://github.com/dotnet/fsharp) | `8.0.403` | `8.0.301` |
| [Argu](https://github.com/fsprojects/Argu) | `6.2.3` | `6.2.5` |
| [FSharp.Core](https://github.com/dotnet/fsharp) | `8.0.403` | `6.0.0` |
| [docfx](https://github.com/dotnet/docfx) | `2.70.1` | `2.78.3` |
| [dotnet-repl](https://github.com/jonsequitur/dotnet-repl) | `0.1.208` | `0.3.230` |
| [fsdocs-tool](https://github.com/fsprojects/FSharp.Formatting) | `20.0.0-alpha-018` | `20.0.1` |



Updates `Fake.Api.GitHub` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `FSharp.Core` from 8.0.403 to 8.0.301
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

Updates `Fake.Core.Process` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `Fake.IO.FileSystem` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `FSharp.Core` from 8.0.403 to 8.0.301
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

Updates `Fake.Core.ReleaseNotes` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `FSharp.Core` from 8.0.403 to 8.0.301
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

Updates `Fake.Core.Process` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `Fake.Core.Target` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `Fake.IO.FileSystem` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `FSharp.Core` from 8.0.403 to 8.0.301
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

Updates `Fake.Core.Process` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `Fake.DotNet.Cli` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `Fake.DotNet.MSBuild` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `Fake.IO.FileSystem` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `FSharp.Core` from 8.0.403 to 8.0.301
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

Updates `Fake.Core.Process` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `Fake.IO.FileSystem` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `Fake.Tools.Git` from 6.0.0 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.0.0...6.1.3)

Updates `FSharp.Core` from 8.0.403 to 8.0.301
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

Updates `Argu` from 6.2.3 to 6.2.5
- [Release notes](https://github.com/fsprojects/Argu/releases)
- [Changelog](https://github.com/fsprojects/Argu/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/Argu@6.2.3...6.2.5)

Updates `FSharp.Core` from 8.0.403 to 6.0.0
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

Updates `docfx` from 2.70.1 to 2.78.3
- [Release notes](https://github.com/dotnet/docfx/releases)
- [Changelog](https://github.com/dotnet/docfx/blob/main/RELEASENOTE.md)
- [Commits](dotnet/docfx@v2.70.1...v2.78.3)

Updates `dotnet-repl` from 0.1.208 to 0.3.230
- [Commits](https://github.com/jonsequitur/dotnet-repl/commits)

Updates `fsdocs-tool` from 20.0.0-alpha-018 to 20.0.1
- [Changelog](https://github.com/fsprojects/FSharp.Formatting/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/fsprojects/FSharp.Formatting/commits)

---
updated-dependencies:
- dependency-name: Fake.Api.GitHub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Fake.Core.Process
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Fake.IO.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Fake.Core.ReleaseNotes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Fake.Core.Process
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Fake.Core.Target
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Fake.IO.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Fake.Core.Process
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Fake.DotNet.Cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Fake.DotNet.MSBuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Fake.IO.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Fake.Core.Process
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Fake.IO.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Fake.Tools.Git
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Argu
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: docfx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: dotnet-repl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: fsdocs-tool
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants