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

Add copy_local: true for Ionide.KeepAChangelog.Tasks and Dotnet.ReproducibleBuilds. #2131

Merged
merged 2 commits into from Mar 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions src/Fantomas.CoreGlobalTool/paket.references
Expand Up @@ -4,5 +4,5 @@ Argu
StreamJsonRpc
Thoth.Json.Net
SerilogTraceListener
Ionide.KeepAChangelog.Tasks
Dotnet.ReproducibleBuilds
Ionide.KeepAChangelog.Tasks copy_local: true
Dotnet.ReproducibleBuilds copy_local: true
7 changes: 3 additions & 4 deletions 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
MAB.DotIgnore
4 changes: 2 additions & 2 deletions src/Fantomas/paket.references
@@ -1,4 +1,4 @@
FSharp.Compiler.Service
FSharp.Core
Ionide.KeepAChangelog.Tasks
Dotnet.ReproducibleBuilds
Ionide.KeepAChangelog.Tasks copy_local: true
Dotnet.ReproducibleBuilds copy_local: true