From 6f1d46291757bf203ad3d8c26bd2f3f3fd13399c Mon Sep 17 00:00:00 2001 From: nojaf Date: Mon, 7 Mar 2022 21:17:44 +0100 Subject: [PATCH 1/2] Add copy_local: true for Ionide.KeepAChangelog.Tasks and Dotnet.ReproducibleBuilds. --- src/Fantomas.Client/paket.references | 4 ++-- src/Fantomas.CoreGlobalTool/paket.references | 4 ++-- src/Fantomas.Extras/paket.references | 7 +++---- src/Fantomas/paket.references | 4 ++-- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/Fantomas.Client/paket.references b/src/Fantomas.Client/paket.references index 4e0bc55081..900875c1c0 100644 --- a/src/Fantomas.Client/paket.references +++ b/src/Fantomas.Client/paket.references @@ -1,5 +1,5 @@ -Ionide.KeepAChangelog.Tasks -Dotnet.ReproducibleBuilds +Ionide.KeepAChangelog.Tasks copy_local: true +Dotnet.ReproducibleBuilds copy_local: true group client FSharp.Core diff --git a/src/Fantomas.CoreGlobalTool/paket.references b/src/Fantomas.CoreGlobalTool/paket.references index cb2a4d73fe..45bfe93974 100644 --- a/src/Fantomas.CoreGlobalTool/paket.references +++ b/src/Fantomas.CoreGlobalTool/paket.references @@ -4,5 +4,5 @@ Argu StreamJsonRpc Thoth.Json.Net SerilogTraceListener -Ionide.KeepAChangelog.Tasks -Dotnet.ReproducibleBuilds \ No newline at end of file +Ionide.KeepAChangelog.Tasks copy_local: true +Dotnet.ReproducibleBuilds copy_local: true \ No newline at end of file diff --git a/src/Fantomas.Extras/paket.references b/src/Fantomas.Extras/paket.references index 7a4f42f5ae..deb2132611 100644 --- a/src/Fantomas.Extras/paket.references +++ b/src/Fantomas.Extras/paket.references @@ -1,6 +1,5 @@ FSharp.Core -Ionide.KeepAChangelog.Tasks -Dotnet.ReproducibleBuilds +Ionide.KeepAChangelog.Tasks copy_local: true +Dotnet.ReproducibleBuilds copy_local: true editorconfig -MAB.DotIgnore -Microsoft.SourceLink.GitHub \ No newline at end of file +MAB.DotIgnore \ No newline at end of file diff --git a/src/Fantomas/paket.references b/src/Fantomas/paket.references index e1a9c2d75f..d2919492e9 100644 --- a/src/Fantomas/paket.references +++ b/src/Fantomas/paket.references @@ -1,4 +1,4 @@ FSharp.Compiler.Service FSharp.Core -Ionide.KeepAChangelog.Tasks -Dotnet.ReproducibleBuilds \ No newline at end of file +Ionide.KeepAChangelog.Tasks copy_local: true +Dotnet.ReproducibleBuilds copy_local: true \ No newline at end of file From 000cb4c5009bb28644a1d00af9845ecfd758090b Mon Sep 17 00:00:00 2001 From: nojaf Date: Mon, 7 Mar 2022 21:21:35 +0100 Subject: [PATCH 2/2] Add changelog entry. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45bbcbfb1a..e45b85a20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Comment after equals in record type is lost. [#2001](https://github.com/fsprojects/fantomas/issues/2001) * Comment after match keyword is lost. [#1851](https://github.com/fsprojects/fantomas/issues/1851) * Preserve in keyword on next line. [#1182](https://github.com/fsprojects/fantomas/issues/1182) +* Remove Ionide.KeepAChangelog.Tasks and Dotnet.ReproducibleBuilds as NuGet dependencies. [#2131](https://github.com/fsprojects/fantomas/pull/2131) ## [4.7.0] - 2022-03-04