Ionide.ProjInfo.Sln 0.59.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ionide.ProjInfo.Sln --version 0.59.0
NuGet\Install-Package Ionide.ProjInfo.Sln -Version 0.59.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ionide.ProjInfo.Sln" Version="0.59.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ionide.ProjInfo.Sln --version 0.59.0
#r "nuget: Ionide.ProjInfo.Sln, 0.59.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ionide.ProjInfo.Sln as a Cake Addin
#addin nuget:?package=Ionide.ProjInfo.Sln&version=0.59.0

// Install Ionide.ProjInfo.Sln as a Cake Tool
#tool nuget:?package=Ionide.ProjInfo.Sln&version=0.59.0

MsBuild evaluation, fsproj file loading, and project system for F# tooling

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Ionide.ProjInfo.Sln:

Package Downloads
Ionide.ProjInfo

MSBuild evaluation, fsproj file loading, and project system for F# tooling

Ionide.ProjInfo.ProjectSystem

MSBuild evaluation, fsproj file loading, and project system for F# tooling

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.64.0 318 4/21/2024
0.63.0 3,639 2/6/2024
0.62.0 6,816 8/21/2023
0.62.0-nightly001 238 6/27/2023
0.61.3 8,255 4/1/2023
0.61.2 2,558 2/20/2023
0.61.1 632 12/9/2022
0.61.0 16,278 11/7/2022
0.60.3 877 10/20/2022
0.60.2 1,158 10/3/2022
0.60.1 915 9/10/2022
0.60.0 1,801 8/21/2022
0.59.2 1,948 8/5/2022
0.59.1 3,303 4/17/2022
0.59.0 835 4/16/2022
0.58.2 1,090 4/4/2022
0.58.1 874 4/3/2022
0.58.0 3,866 4/3/2022
0.57.2 934 3/20/2022
0.57.1 420 3/20/2022
0.57.0 432 3/20/2022
0.55.4 3,884 11/19/2021
0.55.3 998 11/19/2021
0.55.1 603 11/16/2021
0.55.0 855 11/5/2021
0.54.2 678 11/2/2021
0.54.1 714 10/17/2021
0.54.0 656 8/12/2021
0.53.1 19,250 6/23/2021
0.53.0 1,532 6/22/2021
0.52.0 2,164 4/16/2021
0.51.0 2,096 3/16/2021
0.50.0 750 3/13/2021
0.49.0 886 3/3/2021
0.48.0 1,203 2/11/2021
0.46.0 1,198 1/11/2021
0.45.2 1,180 12/22/2020
0.45.1 737 12/22/2020
0.45.0 942 12/19/2020

### Added
* [Support JSON output for the proj-info tool](https://github.com/ionide/proj-info/pull/150)
* [Support C#/VB project dll references in FCS APIs](https://github.com/ionide/proj-info/pull/148) (Thanks @nojaf!)
* [Support for projects that use references from .NET Workloads](https://github.com/ionide/proj-info/pull/152)

### Changed
* [Perf improvement on translating project data for Graph Workspaces](https://github.com/ionide/proj-info/pull/144) (Thanks @nojaf!)

### Fixed
* [Potential NullRef in the project system](https://github.com/ionide/proj-info/pull/143) (Thanks @knocte!)