Skip to content

Commit

Permalink
Update lock file (#2178)
Browse files Browse the repository at this point in the history
* Update paket entries for System.IO.Abstractions.

* Update fantomas-tool.

* Add changelog entry for 2168.
  • Loading branch information
nojaf committed Apr 1, 2022
1 parent 319361b commit b6828ff
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]
},
"fantomas-tool": {
"version": "4.7.0",
"version": "4.7.5",
"commands": [
"fantomas"
]
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [Unreleased]

### Fixed
* SRTP or condition disappear when non-generic type is used. [#2168](https://github.com/fsprojects/fantomas/issues/2168)

## [4.7.5] - 2022-03-27

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ nuget Argu
nuget BenchmarkDotNet
nuget editorconfig
nuget MAB.DotIgnore
nuget System.IO.Abstractions
nuget System.IO.Abstractions.TestingHelpers
nuget Ionide.KeepAChangelog.Tasks copy_local: true
nuget Dotnet.ReproducibleBuilds copy_local: true

Expand Down
6 changes: 3 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,10 @@ NUGET
System.Runtime (>= 4.3)
System.Text.Encoding (>= 4.3)
System.Threading.Tasks (>= 4.3)
System.IO.Abstractions (16.1.10)
System.IO.Abstractions (16.1.25)
System.IO.FileSystem.AccessControl (>= 4.7) - restriction: || (&& (== net6.0) (< net5.0)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp3.1) (== netstandard2.0)
System.IO.Abstractions.TestingHelpers (16.1.10)
System.IO.Abstractions (>= 16.1.10)
System.IO.Abstractions.TestingHelpers (16.1.25)
System.IO.Abstractions (>= 16.1.25)
System.IO.FileSystem (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
Expand Down
4 changes: 1 addition & 3 deletions src/Fantomas/paket.references
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FSharp.Compiler.Service
FSharp.Core
Ionide.KeepAChangelog.Tasks copy_local: true
Dotnet.ReproducibleBuilds copy_local: true
System.IO.Abstractions
System.IO.Abstractions.TestingHelpers
Dotnet.ReproducibleBuilds copy_local: true

0 comments on commit b6828ff

Please sign in to comment.