GeomSharp 1.0.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package GeomSharp --version 1.0.5
NuGet\Install-Package GeomSharp -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GeomSharp" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GeomSharp --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GeomSharp, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GeomSharp as a Cake Addin #addin nuget:?package=GeomSharp&version=1.0.5 // Install GeomSharp as a Cake Tool #tool nuget:?package=GeomSharp&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Core utility functions for web applications
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 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.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.0.21 | 1,735 | 4/8/2024 | |
1.0.20 | 287 | 10/27/2023 | |
1.0.19 | 175 | 10/19/2023 | |
1.0.18 | 1,189 | 8/25/2023 | |
1.0.17 | 311 | 5/25/2023 | |
1.0.16 | 139 | 5/25/2023 | |
1.0.15 | 166 | 5/23/2023 | |
1.0.14 | 175 | 5/11/2023 | |
1.0.13 | 199 | 5/4/2023 | |
1.0.12 | 146 | 5/4/2023 | |
1.0.11 | 160 | 5/4/2023 | |
1.0.10 | 226 | 4/26/2023 | |
1.0.9 | 274 | 2/17/2023 | |
1.0.8 | 250 | 2/17/2023 | |
1.0.7 | 590 | 12/4/2022 | |
1.0.6 | 316 | 12/2/2022 | |
1.0.5 | 351 | 11/25/2022 | |
1.0.4 | 383 | 11/23/2022 | |
1.0.3 | 357 | 11/16/2022 | |
1.0.2-e991c2d | 299 | 11/11/2022 | |
1.0.2-e3fb950 | 258 | 11/9/2022 | |
1.0.2-d1dc0ff | 242 | 11/9/2022 | |
1.0.2-b90d132 | 242 | 11/9/2022 | |
1.0.2-b54ce3d | 270 | 11/14/2022 | |
1.0.2-a778483 | 303 | 11/9/2022 | |
1.0.1 | 389 | 11/4/2022 | |
1.0.0 | 386 | 11/4/2022 |
Added LineSegmentSet (2D/3D) classes to handle the return type of Polygon3D intersections. Added Polygon3D Intersection and tests