We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad456a4 commit 3793215Copy full SHA for 3793215
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.58.4] - 2023-02-04
4
+
5
+* Fix crash due to missing dependency on Microsoft.Extensions.Caching.Memory
6
7
## [0.58.3] - 2023-02-04
8
9
### Changed
src/FsAutoComplete/paket.references
@@ -21,3 +21,4 @@ Serilog.Sinks.File
21
System.CommandLine
22
System.Configuration.ConfigurationManager
23
FSharp.Data.Adaptive
24
+Microsoft.Extensions.Caching.Memory
0 commit comments