WW.Cad.NetStandard by Wout Ware

<PackageReference Include="WW.Cad.NetStandard" Version="1.0.0-rc93" />

 WW.Cad.NetStandard 1.0.0-rc93

For the regular .NET version of this library with Win Forms, WPF and OpenGL rendering please visit https://www.woutware.com/net/cad. For examples see https://github.com/woutware/WW.Cad.NetStandard.Examples. This is an evaluation version only. WW.Cad.NetStandard is a .NET Standard 2.0 library used by many companies around the world to create, read, write and modify AutoCAD DWG and DXF files. It can also export AutoCAD drawings to image, PDF and SVG. To try the software, a trial license must be obtained from: https://www.woutware.com/SoftwareLicenses. The library has to be initialized before use with a call to method WW.WWLicense.SetLicense(string licenseString). For documentation see: http://www.woutware.com/doc/NetCore2.0/. For questions just visit the forum on https://www.woutware.com/Forum/Board/10/questions-and-general-support.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>WW.Cad.NetStandard</id>
    <version>1.0.0-rc93</version>
    <authors>Wout Ware</authors>
    <owners>Wout Ware</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://www.woutware.com/softwarelicense</licenseUrl>
    <projectUrl>https://www.woutware.com/ww.cad.netstandard</projectUrl>
    <iconUrl>https://www.woutware.com/Content/images/CadLib.png</iconUrl>
    <description>For the regular .NET version of this library with Win Forms, WPF and OpenGL rendering please visit https://www.woutware.com/net/cad.
	
For examples see https://github.com/woutware/WW.Cad.NetStandard.Examples.
	
This is an evaluation version only.

WW.Cad.NetStandard is a .NET Standard 2.0 library used by many companies around the world to create, read, write and modify AutoCAD DWG and DXF files. It can also export AutoCAD drawings to image, PDF and SVG. 

To try the software, a trial license must be obtained from: https://www.woutware.com/SoftwareLicenses. The library has to be initialized before use with a call to method WW.WWLicense.SetLicense(string licenseString). 

For documentation see: http://www.woutware.com/doc/NetCore2.0/. For questions just visit the forum on https://www.woutware.com/Forum/Board/10/questions-and-general-support.</description>
    <releaseNotes>Added support for HELIX and MESH entities.</releaseNotes>
    <copyright>(C) 2004-2023 Wout Ware</copyright>
    <tags>AutoCAD DWG DXF CAD PDF drawing</tags>
    <dependencies>
      <dependency id="WW.NetStandard" version="1.0.0-rc93" />
      <dependency id="Microsoft.Extensions.Configuration.Json" version="2.1.0" />
    </dependencies>
  </metadata>
</package>