Ionide.ProjInfo
0.60.3
See the version list below for details.
dotnet add package Ionide.ProjInfo --version 0.60.3
NuGet\Install-Package Ionide.ProjInfo -Version 0.60.3
<PackageReference Include="Ionide.ProjInfo" Version="0.60.3" />
paket add Ionide.ProjInfo --version 0.60.3
#r "nuget: Ionide.ProjInfo, 0.60.3"
// Install Ionide.ProjInfo as a Cake Addin
#addin nuget:?package=Ionide.ProjInfo&version=0.60.3
// Install Ionide.ProjInfo as a Cake Tool
#tool nuget:?package=Ionide.ProjInfo&version=0.60.3
MSBuild evaluation, fsproj file loading, and project system for F# tooling
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
-
net6.0
- FSharp.Core (>= 6.0.5)
- Ionide.ProjInfo.Sln (>= 0.60.3)
- Microsoft.Build (>= 17.2.0)
- Microsoft.Build.Framework (>= 17.2.0)
- SemanticVersioning (>= 2.0.2)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Ionide.ProjInfo:
Package | Downloads |
---|---|
FSharpLint.Core
API to programmatically run FSharpLint. |
|
Ionide.ProjInfo.FCS
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 |
|
DependencyManager.FsProj
This nuget package enables loading .fsproj files in .fsx scripts. To use it install nuget package and add command line option "--compilertool:directory_containing_dependencymanager" or if you are using ionide add the line to "FSharp.fsiExtraParameters". |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.61.1 | 242 | 12/9/2022 |
0.61.0 | 2,157 | 11/7/2022 |
0.60.3 | 527 | 10/20/2022 |
0.60.2 | 799 | 10/3/2022 |
0.60.1 | 561 | 9/10/2022 |
0.60.0 | 1,438 | 8/21/2022 |
0.59.2 | 1,026 | 8/5/2022 |
0.59.1 | 2,705 | 4/17/2022 |
0.59.0 | 486 | 4/16/2022 |
0.58.2 | 723 | 4/4/2022 |
0.58.1 | 508 | 4/3/2022 |
0.58.0 | 503 | 4/3/2022 |
0.57.2 | 558 | 3/20/2022 |
0.57.1 | 238 | 3/20/2022 |
0.57.0 | 242 | 3/20/2022 |
0.55.4 | 3,355 | 11/19/2021 |
0.55.3 | 787 | 11/19/2021 |
0.55.1 | 383 | 11/16/2021 |
0.55.0 | 618 | 11/5/2021 |
0.54.2 | 520 | 11/2/2021 |
0.54.1 | 551 | 10/17/2021 |
0.54.0 | 428 | 8/12/2021 |
0.53.1 | 6,363 | 6/23/2021 |
0.53.0 | 475 | 6/22/2021 |
0.52.0 | 1,599 | 4/16/2021 |
0.51.0 | 1,857 | 3/16/2021 |
0.50.0 | 503 | 3/13/2021 |
0.49.0 | 635 | 3/3/2021 |
0.48.0 | 557 | 2/11/2021 |
0.46.0 | 951 | 1/11/2021 |
0.45.2 | 950 | 12/22/2020 |
0.45.1 | 497 | 12/22/2020 |
0.45.0 | 679 | 12/19/2020 |
### Fixed
* - [Handle traversing inaccessible directories during probing](https://github.com/ionide/proj-info/pull/175) (thanks @christiansheridan)