telplin 0.8.0
See the version list below for details.
dotnet tool install --global telplin --version 0.8.0
dotnet new tool-manifest
dotnet tool install --local telplin --version 0.8.0
#tool dotnet:?package=telplin&version=0.8.0
nuke :add-package telplin --version 0.8.0
Telplin
Telplin helps F# users to generate matching signature files for implementation files.
Checkout our documentation for more information.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.10.0 | 1,725 | 2/10/2025 |
| 0.9.6 | 16,721 | 2/22/2024 |
| 0.9.5 | 237 | 1/31/2024 |
| 0.9.4 | 268 | 1/29/2024 |
| 0.9.3 | 311 | 12/12/2023 |
| 0.9.2 | 266 | 12/1/2023 |
| 0.9.1 | 214 | 11/22/2023 |
| 0.9.0 | 263 | 11/22/2023 |
| 0.8.3 | 294 | 6/28/2023 |
| 0.8.2 | 261 | 6/14/2023 |
| 0.8.1 | 287 | 6/13/2023 |
| 0.8.0 | 247 | 6/12/2023 |
| 0.7.0 | 265 | 6/5/2023 |
| 0.6.0 | 258 | 6/1/2023 |
| 0.5.2 | 253 | 5/22/2023 |
| 0.5.1 | 858 | 5/11/2023 |
| 0.5.0 | 424 | 5/2/2023 |
| 0.4.0 | 287 | 4/28/2023 |
| 0.3.2 | 273 | 4/28/2023 |
| 0.3.1 | 321 | 4/25/2023 |
| 0.3.0 | 338 | 4/12/2023 |
| 0.2.0 | 479 | 12/17/2022 |
| 0.1.0 | 536 | 9/30/2022 |
### Changed
* * Exclude private constructors by default. [#70](https://github.com/nojaf/telplin/issues/70)
### Fixed
* * Private constructor in struct. [#79](https://github.com/nojaf/telplin/issues/79)
* * Generic type parameter doesn't parse internally. [#68](https://github.com/nojaf/telplin/issues/68)
* * Optional function type cannot be parsed. [#78](https://github.com/nojaf/telplin/issues/78)
* * Property member with function return type. [#66](https://github.com/nojaf/telplin/issues/66)
* * Mutable is lost from let binding. [#67](https://github.com/nojaf/telplin/issues/67)
* * Non comparable struct should have `[<NoComparison>]` attribute [#80](https://github.com/nojaf/telplin/issues/80)