telplin 0.3.1
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 telplin --version 0.3.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local telplin --version 0.3.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=telplin&version=0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package telplin --version 0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
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.10.0 | 1,961 | 2/10/2025 |
| 0.9.6 | 18,278 | 2/22/2024 |
| 0.9.5 | 254 | 1/31/2024 |
| 0.9.4 | 292 | 1/29/2024 |
| 0.9.3 | 339 | 12/12/2023 |
| 0.9.2 | 278 | 12/1/2023 |
| 0.9.1 | 227 | 11/22/2023 |
| 0.9.0 | 280 | 11/22/2023 |
| 0.8.3 | 310 | 6/28/2023 |
| 0.8.2 | 281 | 6/14/2023 |
| 0.8.1 | 305 | 6/13/2023 |
| 0.8.0 | 262 | 6/12/2023 |
| 0.7.0 | 284 | 6/5/2023 |
| 0.6.0 | 274 | 6/1/2023 |
| 0.5.2 | 274 | 5/22/2023 |
| 0.5.1 | 876 | 5/11/2023 |
| 0.5.0 | 449 | 5/2/2023 |
| 0.4.0 | 304 | 4/28/2023 |
| 0.3.2 | 290 | 4/28/2023 |
| 0.3.1 | 340 | 4/25/2023 |
| 0.3.0 | 354 | 4/12/2023 |
| 0.2.0 | 498 | 12/17/2022 |
| 0.1.0 | 551 | 9/30/2022 |
### Fixed
* * Wildcard array should not be used from untyped tree. [#30](https://github.com/nojaf/telplin/issues/30)
* * Inline keyword in type extension is not preserved. [#31](https://github.com/nojaf/telplin/issues/31)
* * with get,set is lost. [#33](https://github.com/nojaf/telplin/issues/33)
* * Generic type argument should be preserved. [#32](https://github.com/nojaf/telplin/issues/32)