Ionide.ProjInfo.Tool
0.64.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global Ionide.ProjInfo.Tool --version 0.64.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Ionide.ProjInfo.Tool --version 0.64.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Ionide.ProjInfo.Tool&version=0.64.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Ionide.ProjInfo.Tool --version 0.64.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MSBuild evaluation, fsproj file loading, and project system for F# tooling
Product | Versions 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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
0.70.1 | 83 | 2/15/2025 |
0.70.0 | 62 | 2/13/2025 |
0.68.0 | 150 | 11/19/2024 |
0.67.0 | 184 | 10/2/2024 |
0.66.1 | 168 | 9/2/2024 |
0.66.0 | 177 | 8/17/2024 |
0.65.0 | 159 | 5/15/2024 |
0.64.0 | 180 | 4/21/2024 |
0.63.0 | 218 | 2/6/2024 |
0.62.0 | 399 | 8/21/2023 |
0.62.0-nightly001 | 316 | 6/27/2023 |
0.61.3 | 394 | 4/1/2023 |
0.61.2 | 404 | 2/20/2023 |
0.61.1 | 395 | 12/9/2022 |
0.61.0 | 427 | 11/7/2022 |
0.60.3 | 511 | 10/20/2022 |
0.60.2 | 482 | 10/3/2022 |
0.60.1 | 482 | 9/10/2022 |
0.60.0 | 522 | 8/21/2022 |
0.59.2 | 553 | 8/5/2022 |
0.59.1 | 506 | 4/17/2022 |
0.59.0 | 485 | 4/16/2022 |
0.58.2 | 552 | 4/4/2022 |
0.58.1 | 502 | 4/3/2022 |
0.58.0 | 546 | 4/3/2022 |
0.57.2 | 558 | 3/20/2022 |
0.57.1 | 563 | 3/20/2022 |
0.57.0 | 491 | 3/20/2022 |
0.55.4 | 925 | 11/19/2021 |
0.55.3 | 851 | 11/19/2021 |
0.55.1 | 377 | 11/16/2021 |
0.55.0 | 414 | 11/5/2021 |
0.54.2 | 453 | 11/2/2021 |
0.54.1 | 469 | 10/17/2021 |
0.54.0 | 364 | 8/12/2021 |
### Added
* * [Support for loading projects that are missing or have invalid Imports](https://github.com/ionide/proj-info/pull/206)
* * [Traversal projects can now be loaded successfully](https://github.com/ionide/proj-info/pull/207)
### Changed
* * [Removed some uses of APIs that do not work from single-file publishing](https://github.com/ionide/proj-info/pull/204)