Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add strong naming, public properties, and support for .NET 8 #56

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Sep 25, 2024

  1. Add strong naming and expose public properties in DstvHole and Contou…

    …r classes
    
    - Added strong naming to ensure the assembly is signed.
    - Exposed the 'Diameter' property in DstvHole.
    - Exposed 'PointList' and 'Type' properties in Contour
    ilCosmico committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7b7ee59 View commit details
    Browse the repository at this point in the history
  2. Add .NET 8 target

    Added .NET 8 as a target framework to support the latest .NET version.
    ilCosmico committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a27e36b View commit details
    Browse the repository at this point in the history