Skip to content

Commit

Permalink
Merge pull request #379 from GSharker/dev/guma/update-nuget-details
Browse files Browse the repository at this point in the history
Update package description.
  • Loading branch information
sonomirco committed Nov 11, 2021
2 parents f3bbc84 + a82a3cc commit b8a1327
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/GShark/GShark.csproj
Expand Up @@ -14,9 +14,12 @@
<PackageTitle>GShark</PackageTitle>
<PackageIcon>gshark-logo.png</PackageIcon>
<PackageProjectUrl>https://gsharker.github.io/G-Shark</PackageProjectUrl>
<PackageDescription>G-Shark is the nickname for Geometry Shark a light geometry library.</PackageDescription>
<Summary>G-Shark library provides operation for generating and manipulating basic geometry like, curves, surfaces, meshes.</Summary>
<PackageTags>computational geometry, geometry kernel, geometry, kernel, csharp, nurbs, curves, bezier, polygons, intersections, mesh, solid, linear algebra, vectors</PackageTags>
<Summary>G-Shark provides classes and methods to create and manipulate geometry including curves, surfaces, solids, and meshes.</Summary>
<PackageDescription>G-Shark is a highly functional general pruprose geometry library designed for computational designers and software developers
working in Architecture, Engineering, and Construction (AEC). It is implemented in C# to provide developers in the AEC industry with a single source
of functionality for developing geometric logic and geometry-centric applications in a familiar language, and enabling interoperability
with most CAD software used across AEC professions.</PackageDescription>
<PackageTags>computational geometry, architecture, engineering, construction, geometry kernel, geometry, kernel, csharp, nurbs, curves, bezier, polygons, intersections, mesh, solid, linear algebra, vectors</PackageTags>
<Version>$(Version)</Version>
</PropertyGroup>

Expand Down

0 comments on commit b8a1327

Please sign in to comment.