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 with 10 updates #22

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 Jan 23, 2025

Bumps the other group with 16 updates:

Package From To
Fake.Api.Github 5.23.1 6.1.3
Fake.Core.Process 5.23.1 6.1.3
Fake.IO.FileSystem 5.23.1 6.1.3
Fake.Core.ReleaseNotes 5.23.1 6.1.3
Fake.Core.Target 5.23.1 6.1.3
Fake.DotNet.Cli 5.23.1 6.1.3
Fake.DotNet.MSBuild 5.23.1 6.1.3
Fake.Api.Github 5.23.1 5.23.1
Fake.Core.Process 5.23.1 5.23.1
Fake.Core.ReleaseNotes 5.23.1 5.23.1
Fake.Core.Target 5.23.1 5.23.1
Fake.Extensions.Release 0.3.1 1.0.0
Fake.IO.FileSystem 5.23.1 5.23.1
Fake.Tools.Git 5.23.1 5.23.1
Fake.Tools.Git 5.23.1 6.1.3
Argu 6.1.1 6.2.5

Updates Fake.Api.Github from 5.23.1 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

6.0.0

ENHANCEMENT: Site UI fixes and documentation link fixes.

6.0.0-beta001

BUGFIX: Error detecting msbuild version on Linux, thanks @​yazeedobaid - fsprojects/FAKE#2709 ENHANCEMENT: Add ignoreConflicts parameter to paket push, thanks @​gdziadkiewicz - fsprojects/FAKE#2720 ENHANCEMENT: Add GitHub API to create a pull request, thanks @​yazeedobaid - fsprojects/FAKE#2724

6.0.0-alpha004

BUGFIX: Fix build by pinning Microsoft.build packages now that .NET 7 is out and fix links in website, thanks @​yazeedobaid - fsprojects/FAKE#2721 BUGFIX: Fix docs URL in Choco template., thanks @​yazeedobaid - fsprojects/FAKE#2718

6.0.0-alpha003

6.0.0-alpha002

  • ENHANCEMENT: Fix website assets loading

6.0.0-alpha001

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

6.0.0 - 2023-02-20

  • ENHANCEMENT: Site UI fixes and documentation link fixes.

6.0.0-beta001 - 2022-12-21

6.0.0-alpha004 - 2022-11-17

6.0.0-alpha003 - 2022-11-11

6.0.0-alpha002 - 2022-11-02

  • ENHANCEMENT: Fix website assets loading

6.0.0-alpha001 - 2022-11-01

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.Process from 5.23.1 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

6.0.0

ENHANCEMENT: Site UI fixes and documentation link fixes.

6.0.0-beta001

BUGFIX: Error detecting msbuild version on Linux, thanks @​yazeedobaid - fsprojects/FAKE#2709 ENHANCEMENT: Add ignoreConflicts parameter to paket push, thanks @​gdziadkiewicz - fsprojects/FAKE#2720 ENHANCEMENT: Add GitHub API to create a pull request, thanks @​yazeedobaid - fsprojects/FAKE#2724

6.0.0-alpha004

BUGFIX: Fix build by pinning Microsoft.build packages now that .NET 7 is out and fix links in website, thanks @​yazeedobaid - fsprojects/FAKE#2721 BUGFIX: Fix docs URL in Choco template., thanks @​yazeedobaid - fsprojects/FAKE#2718

6.0.0-alpha003

6.0.0-alpha002

  • ENHANCEMENT: Fix website assets loading

6.0.0-alpha001

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

6.0.0 - 2023-02-20

  • ENHANCEMENT: Site UI fixes and documentation link fixes.

6.0.0-beta001 - 2022-12-21

6.0.0-alpha004 - 2022-11-17

6.0.0-alpha003 - 2022-11-11

6.0.0-alpha002 - 2022-11-02

  • ENHANCEMENT: Fix website assets loading

6.0.0-alpha001 - 2022-11-01

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 5.23.1 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

6.0.0

ENHANCEMENT: Site UI fixes and documentation link fixes.

6.0.0-beta001

BUGFIX: Error detecting msbuild version on Linux, thanks @​yazeedobaid - fsprojects/FAKE#2709 ENHANCEMENT: Add ignoreConflicts parameter to paket push, thanks @​gdziadkiewicz - fsprojects/FAKE#2720 ENHANCEMENT: Add GitHub API to create a pull request, thanks @​yazeedobaid - fsprojects/FAKE#2724

6.0.0-alpha004

BUGFIX: Fix build by pinning Microsoft.build packages now that .NET 7 is out and fix links in website, thanks @​yazeedobaid - fsprojects/FAKE#2721 BUGFIX: Fix docs URL in Choco template., thanks @​yazeedobaid - fsprojects/FAKE#2718

6.0.0-alpha003

6.0.0-alpha002

  • ENHANCEMENT: Fix website assets loading

6.0.0-alpha001

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

6.0.0 - 2023-02-20

  • ENHANCEMENT: Site UI fixes and documentation link fixes.

6.0.0-beta001 - 2022-12-21

6.0.0-alpha004 - 2022-11-17

6.0.0-alpha003 - 2022-11-11

6.0.0-alpha002 - 2022-11-02

  • ENHANCEMENT: Fix website assets loading

6.0.0-alpha001 - 2022-11-01

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.ReleaseNotes from 5.23.1 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

6.0.0

ENHANCEMENT: Site UI fixes and documentation link fixes.

6.0.0-beta001

BUGFIX: Error detecting msbuild version on Linux, thanks @​yazeedobaid - fsprojects/FAKE#2709 ENHANCEMENT: Add ignoreConflicts parameter to paket push, thanks @​gdziadkiewicz - fsprojects/FAKE#2720 ENHANCEMENT: Add GitHub API to create a pull request, thanks @​yazeedobaid - fsprojects/FAKE#2724

6.0.0-alpha004

BUGFIX: Fix build by pinning Microsoft.build packages now that .NET 7 is out and fix links in website, thanks @​yazeedobaid - fsprojects/FAKE#2721 BUGFIX: Fix docs URL in Choco template., thanks @​yazeedobaid - fsprojects/FAKE#2718

6.0.0-alpha003

6.0.0-alpha002

  • ENHANCEMENT: Fix website assets loading

6.0.0-alpha001

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

6.0.0 - 2023-02-20

  • ENHANCEMENT: Site UI fixes and documentation link fixes.

6.0.0-beta001 - 2022-12-21

6.0.0-alpha004 - 2022-11-17

6.0.0-alpha003 - 2022-11-11

6.0.0-alpha002 - 2022-11-02

  • ENHANCEMENT: Fix website assets loading

6.0.0-alpha001 - 2022-11-01

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.Process from 5.23.1 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 fi...

Description has been truncated

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 23, 2025
@dependabot dependabot bot force-pushed the dependabot/nuget/other-4dad536bc1 branch from c68fb64 to 6ae8ffd Compare January 23, 2025 20:59
Bumps the other group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [Fake.Api.Github](https://github.com/fsprojects/Fake) | `5.23.1` | `6.1.3` |
| [Fake.Core.Process](https://github.com/fsprojects/Fake) | `5.23.1` | `6.1.3` |
| [Fake.IO.FileSystem](https://github.com/fsprojects/Fake) | `5.23.1` | `6.1.3` |
| [Fake.Core.ReleaseNotes](https://github.com/fsprojects/Fake) | `5.23.1` | `6.1.3` |
| [Fake.Core.Target](https://github.com/fsprojects/Fake) | `5.23.1` | `6.1.3` |
| [Fake.DotNet.Cli](https://github.com/fsprojects/Fake) | `5.23.1` | `6.1.3` |
| [Fake.DotNet.MSBuild](https://github.com/fsprojects/Fake) | `5.23.1` | `6.1.3` |
| [Fake.Api.Github](https://github.com/fsprojects/Fake) | `5.23.1` | `5.23.1` |
| [Fake.Core.Process](https://github.com/fsprojects/Fake) | `5.23.1` | `5.23.1` |
| [Fake.Core.ReleaseNotes](https://github.com/fsprojects/Fake) | `5.23.1` | `5.23.1` |
| [Fake.Core.Target](https://github.com/fsprojects/Fake) | `5.23.1` | `5.23.1` |
| [Fake.Extensions.Release](https://github.com/Freymaurer/Fake.Extensions.Release) | `0.3.1` | `1.0.0` |
| [Fake.IO.FileSystem](https://github.com/fsprojects/Fake) | `5.23.1` | `5.23.1` |
| Fake.Tools.Git | `5.23.1` | `5.23.1` |
| Fake.Tools.Git | `5.23.1` | `6.1.3` |
| [Argu](https://github.com/fsprojects/Argu) | `6.1.1` | `6.2.5` |


Updates `Fake.Api.Github` from 5.23.1 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@5.23.1...6.1.3)

Updates `Fake.Core.Process` from 5.23.1 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@5.23.1...6.1.3)

Updates `Fake.IO.FileSystem` from 5.23.1 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@5.23.1...6.1.3)

Updates `Fake.Core.ReleaseNotes` from 5.23.1 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@5.23.1...6.1.3)

Updates `Fake.Core.Process` from 5.23.1 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@5.23.1...6.1.3)

Updates `Fake.Core.Target` from 5.23.1 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@5.23.1...6.1.3)

Updates `Fake.IO.FileSystem` from 5.23.1 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@5.23.1...6.1.3)

Updates `Fake.Core.Process` from 5.23.1 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@5.23.1...6.1.3)

Updates `Fake.DotNet.Cli` from 5.23.1 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@5.23.1...6.1.3)

Updates `Fake.DotNet.MSBuild` from 5.23.1 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@5.23.1...6.1.3)

Updates `Fake.IO.FileSystem` from 5.23.1 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@5.23.1...6.1.3)

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

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

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

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

Updates `Fake.Extensions.Release` from 0.3.1 to 1.0.0
- [Release notes](https://github.com/Freymaurer/Fake.Extensions.Release/releases)
- [Changelog](https://github.com/Freymaurer/Fake.Extensions.Release/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/Freymaurer/Fake.Extensions.Release/commits/v.1.0.0)

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

Updates `Fake.Tools.Git` from 5.23.1 to 5.23.1

Updates `Fake.Core.Process` from 5.23.1 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@5.23.1...6.1.3)

Updates `Fake.IO.FileSystem` from 5.23.1 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@5.23.1...6.1.3)

Updates `Fake.Tools.Git` from 5.23.1 to 6.1.3

Updates `Argu` from 6.1.1 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.1.1...6.2.5)

---
updated-dependencies:
- dependency-name: Fake.Api.Github
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.Core.Process
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.IO.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.Core.ReleaseNotes
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.Core.Process
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.Core.Target
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.IO.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.Core.Process
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.DotNet.Cli
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.DotNet.MSBuild
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.IO.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.Api.Github
  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-patch
  dependency-group: other
- dependency-name: Fake.Core.ReleaseNotes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Fake.Core.Target
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Fake.Extensions.Release
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.IO.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Fake.Tools.Git
  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-major
  dependency-group: other
- dependency-name: Fake.IO.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Fake.Tools.Git
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: Argu
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/other-4dad536bc1 branch from 6ae8ffd to bbd7a12 Compare January 28, 2025 21:14
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