Ionide.ProjInfo
0.61.1
dotnet add package Ionide.ProjInfo --version 0.61.1
NuGet\Install-Package Ionide.ProjInfo -Version 0.61.1
<PackageReference Include="Ionide.ProjInfo" Version="0.61.1" />
paket add Ionide.ProjInfo --version 0.61.1
#r "nuget: Ionide.ProjInfo, 0.61.1"
// Install Ionide.ProjInfo as a Cake Addin
#addin nuget:?package=Ionide.ProjInfo&version=0.61.1
// Install Ionide.ProjInfo as a Cake Tool
#tool nuget:?package=Ionide.ProjInfo&version=0.61.1
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.61.1)
- Microsoft.Build (>= 17.2.0)
- Microsoft.Build.Framework (>= 17.2.0)
- SemanticVersioning (>= 2.0.2)
-
net7.0
- FSharp.Core (>= 6.0.5)
- Ionide.ProjInfo.Sln (>= 0.61.1)
- 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 | 247 | 12/9/2022 |
0.61.0 | 2,327 | 11/7/2022 |
0.60.3 | 528 | 10/20/2022 |
0.60.2 | 800 | 10/3/2022 |
0.60.1 | 563 | 9/10/2022 |
0.60.0 | 1,439 | 8/21/2022 |
0.59.2 | 1,040 | 8/5/2022 |
0.59.1 | 2,706 | 4/17/2022 |
0.59.0 | 488 | 4/16/2022 |
0.58.2 | 725 | 4/4/2022 |
0.58.1 | 510 | 4/3/2022 |
0.58.0 | 504 | 4/3/2022 |
0.57.2 | 561 | 3/20/2022 |
0.57.1 | 239 | 3/20/2022 |
0.57.0 | 244 | 3/20/2022 |
0.55.4 | 3,355 | 11/19/2021 |
0.55.3 | 788 | 11/19/2021 |
0.55.1 | 384 | 11/16/2021 |
0.55.0 | 618 | 11/5/2021 |
0.54.2 | 521 | 11/2/2021 |
0.54.1 | 551 | 10/17/2021 |
0.54.0 | 429 | 8/12/2021 |
0.53.1 | 6,366 | 6/23/2021 |
0.53.0 | 476 | 6/22/2021 |
0.52.0 | 1,602 | 4/16/2021 |
0.51.0 | 1,859 | 3/16/2021 |
0.50.0 | 506 | 3/13/2021 |
0.49.0 | 637 | 3/3/2021 |
0.48.0 | 559 | 2/11/2021 |
0.46.0 | 953 | 1/11/2021 |
0.45.2 | 951 | 12/22/2020 |
0.45.1 | 499 | 12/22/2020 |
0.45.0 | 680 | 12/19/2020 |
### Fixed
* - [Add missing targets - BeforeBuild and BeforeCompile](https://github.com/ionide/proj-info/pull/183) (Thanks @safesparrow!)