Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
[2021/03/23] netDxf 2.4.2 Release.
Browse files Browse the repository at this point in the history
* See Changelog.txt for a list of changes since 2.4.1
  • Loading branch information
haplokuon committed Mar 23, 2021
1 parent 67636f0 commit eb869ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# netDxf
netDxf 2.4.1 Copyright(C) 2009-2020 Daniel Carvajal, Licensed under LGPL
netDxf 2.4.2 Copyright(C) 2009-2021 Daniel Carvajal, Licensed under LGPL
## Description
netDxf is a .net library programmed in C# to read and write AutoCAD DXF files. It supports AutoCad2000, AutoCad2004, AutoCad2007, AutoCad2010, AutoCad2013, and AutoCad2018 DXF database versions, in both text and binary format.

Expand Down
5 changes: 1 addition & 4 deletions doc/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
## Change history

### [2021/03/11]
### [2.4.2 - 2021/03/23]
* Now the ShapeStyle does not require the SHP file to read the shape information only the SHX must be present.
* Deleted the Insert constructor "public Insert(Block block, Vector3 position, double scale)", change the Scale property instead.

### [2021/03/08]
* The Insert Sync method will not modify any value assigned to the attribute Value property.
* (fixed) A couple errors when writing the style overrides of a dimension to the extended data.
* (fixed) Error when reading frozen layers from a DXF.
Expand Down
Binary file modified doc/netDxf Documentation.chm
Binary file not shown.

0 comments on commit eb869ff

Please sign in to comment.