Skip to content

Commit

Permalink
proj-info bugfix update and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Apr 4, 2022
1 parent 5778b64 commit 3e2d6ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@

* [Update to .NET 6](https://github.com/fsharp/FsAutoComplete/pull/903) (Thanks @dsyme!)
* [Update to FCS 41.0.3](https://github.com/fsharp/FsAutoComplete/pull/890)
* [Update to Ionide.ProjInfo 0.58.1 to get fixes around the project loader loop](https://github.com/fsharp/FsAutoComplete/pull/904), [project cache](https://github.com/ionide/proj-info/pull/139), and [legacy project support](https://github.com/ionide/proj-info/pull/131)
* [Update to Ionide.ProjInfo 0.58.2 to get fixes around the project loader loop](https://github.com/fsharp/FsAutoComplete/pull/904), [project cache](https://github.com/ionide/proj-info/pull/139), and [legacy project support](https://github.com/ionide/proj-info/pull/131)
* [Completions for types are much better now](https://github.com/fsharp/FsAutoComplete/pull/908) (thanks @tboby!)
* [Completions triggers on the first typed character](https://github.com/fsharp/FsAutoComplete/pull/909) (thanks @tboby!)

### Fixed

* [Record stub generation works again](https://github.com/fsharp/FsAutoComplete/pull/905)
* The fsautocomplete.netcore.zip file that was previously added to the release announcement on GitHub is back again.


## [0.51.0] - 2022-03-13

### Fixed
Expand Down
18 changes: 9 additions & 9 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,25 +100,25 @@ NUGET
FSharp.Core (>= 6.0.1)
Microsoft.NETFramework.ReferenceAssemblies (>= 1.0.2)
Newtonsoft.Json (>= 13.0.1)
Ionide.ProjInfo (0.58.1)
Ionide.ProjInfo (0.58.2)
FSharp.Core (>= 6.0.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo.Sln (>= 0.58.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo.Sln (>= 0.58.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Microsoft.Build (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Microsoft.Build.Framework (>= 17.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
SemanticVersioning (>= 2.0.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo.FCS (0.58.1)
Ionide.ProjInfo.FCS (0.58.2)
FSharp.Compiler.Service (>= 41.0.3 < 42.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
FSharp.Core (>= 6.0.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo (>= 0.58.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo.ProjectSystem (0.58.1)
Ionide.ProjInfo (>= 0.58.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo.ProjectSystem (0.58.2)
FSharp.Compiler.Service (>= 41.0.3 < 42.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
FSharp.Control.Reactive (>= 5.0.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
FSharp.Core (>= 6.0.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo (>= 0.58.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo.FCS (>= 0.58.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo.Sln (>= 0.58.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo (>= 0.58.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo.FCS (>= 0.58.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo.Sln (>= 0.58.2) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Newtonsoft.Json (>= 13.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net6.0))
Ionide.ProjInfo.Sln (0.58.1)
Ionide.ProjInfo.Sln (0.58.2)
McMaster.NETCore.Plugins (1.4) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net5.0))
Microsoft.DotNet.PlatformAbstractions (>= 3.1.6) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp2.1))
Microsoft.Extensions.DependencyModel (>= 5.0) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp2.1))
Expand Down

0 comments on commit 3e2d6ef

Please sign in to comment.